body {
	margin: 0px;
	background-color: #000000;
	text-align: left;
	font-family: "Trebuchet MS";
	font-style: normal;
	font-size: 12px;
	color: #666666;
}

#container {
	width: 900px;
	margin: 12px auto;
	background: #000000;
}

#gallery
{ width: 880px; margin: 0px auto; padding: 0px; text-align: center; }

.imgpreview
{ width: 160px; height: 160px; overflow: hidden; margin: 10px; }

#headbar {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
	
#footer {
	clear: both;
	vertical-align: middle;
	height: 30px;
	padding-top: 10px;
	font-family: "Verdana";
	font-style: normal;
	font-size: 10px;
	color: #AAAAAA;
}

a,
a:link,
a:visited,
mailto {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #698495;
	text-decoration: none;
}

a:hover { color: #FFFFFF; }
