

#*					{ margin: 0; padding: 0; }
#body				{
	background: #1F1F1F;
	font-family: "Century Gothic", "Trebuchet MS", Verdana;
	color: #666666;
	margin-top: 10px;
}



#wrapper			{
	width: 700px;
	margin: 0 auto;
}

.thumbnails			{
	width: 86px;
	height: 110px;
	display: block;
	float: left;
	text-align: center;
}
.thumbnails	 img:hover {
	border: 1px solid #FFFFFF;
}
.thumbnails	  img   {
	border: 1px solid #666666;
	padding: 1px;
	
}
#nav a {
	color: #CCCCCC;
}
#nav {
	margin-bottom: 20px;
}
