body { background-image: url(../images/background.jpg); margin: 0; }
p { }
td { }
a:link { color: #0015cd; text-decoration: none; }
a:visited { color: #0015cd; text-decoration: none; }
a:hover { color: #0015cd; text-decoration: underline; }
a:active { color: #0015cd; text-decoration: none; }


/*===========================================================*/

body {
	font-family: Verdana;
	font-size: 11px;
	color: #444;
}

#content {
	text-align: left;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.galleryHeader {
	border: 0;
	width: 600px;
}

.itemTable {
	border: 1px solid #aaa;
	width: 600px;
	margin-top: 20px;
}

.itemTable td {
	text-align: center;
	padding: 20px 0 20px 0;
}

.galleryHeader .title {
	font-size: 18px;
}

.galleryHeader .pages {
	text-align: right;
}

.galleryHeader .subHeader {
	padding-top: 4px;
}

.galleryTable {
	border: 1px solid #bababa;
	width: 600px;
	background-color: #f7f7f7;
	margin-top: 20px;
}

.galleryTable .container {
	padding: 9px 0px 9px 0px;
}

.galleryTable table {
	/*width: 100%;*/
	border: 0;
}

.galleryTable table .item {
	text-align: center;
	width: 150px;
	vertical-align: top;
}

.galleryTable table .item img {
	width: 133px;
	height: 133px;
	border: 1px solid #e0e0e0;
}

.galleryTable table .item .title {
	margin-top: 4px;
}

.galleryTable table .item .description {
	margin-top: 3px;
}