/* CSS Document */
body,td,th {
	font-family: Century Gothic, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #fcfcfc;
	margin:0px;
	padding:0px;
	margin-top: 10px;
} 
#head {
	height:25px;
	vertical-align:middle;
}
#nav {
	position:absolute;
	left:261px;
	top:20px;
	width:354px;
	height:19px;
	z-index:1;
}
#nav a {
	text-decoration:none;
	color:#666666;
	}
#nav a:hover {
	text-decoration:none;
	color:#ccc;
	}	
#content {
	margin:25px;
}
.thumbnail {
	width:200px;
	float: left;
	width: 200px;
	margin: 0 15px 0px 0;
	padding: 5px 5px 0 5px;
}
.thumbnail a
{
float: left;
width: 200px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}
.thumbnail a:hover {
	border:1px solid #ddd;
}
img {
	border-style:none;
}
.clearboth { clear: both; }
#foot {
	clear:both;
}
#foot a {
	text-decoration:none;
	color:#666666;
	}
#foot a:hover {
	text-decoration:none;
	color:#ccc;
	}

