/**
 * general tags
 */ 

body {
	background: white;
	color: black;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 80%;
}

/**
 * accessibility
 */

div#accessibility {
	display: none;
}

/**
 * content
 */

div#content p q {
	font-style: italic;
	quotes: none;
}

div#content p.pages {
	text-align: center;
}

div#content table {
	width: 100%;
	padding: 0;
	text-align: center;
}

div#content table tr td {
	width: 25%;
	padding: 0.1em 0.2em;
	vertical-align: top;
}

div#content table tr td a img {
	border: 1px solid black;
}

div#content table tr td div {
	padding: 0.4em 2.4em 0.8em 2.4em;
}

div#content table tr.navigation {
	display: none;
}

div#content div#galleries div.gallery {
	position: relative;
	float: left;
	width: 30%;
	height: 10em;
}

div#content div#galleries div.gallery h2 {
	margin: 0.4em 0.8em 0 84px;
	font-size: 120%;
}

div#content div#galleries div.gallery p.tea-bag {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

div#content div#galleries div.gallery p.tea-bag img {
	display: block;
	width: 72px;
	height: 80px;
	border: none;
}

div#content div#galleries div.gallery p.info {
	margin: 1.2em 0.8em 0.4em 84px;
}

div#content div#pagination {
	clear: both;
}

/**
 * navigation
 */

div#navigation {
	display: none;
}

/**
 * language
 */

div#language {
	display: none;
}
