* {
	margin:0;
	padding:0;
}
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

a img { border: 0; }


body {
	font-family: 'Verdana', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}


#wrapper {
	width: 752px;
	border: 1px solid #000;
	margin: 75px auto 0 auto;
	overflow: none;
	height: 400px;
	padding-top: 10px;
}


#thumbnails {
	padding-left: 1px;
}
	
	#thumbnails a {
		margin-right: 1px;
		float: left;
		border-top: 5px solid #fff;
		padding-top: 1px;
	}
	
	#thumbnails a:hover {
		border-top: 5px solid #EF4339;
	}



.clear { clear: both; }

.sub {
	color: #b83f57;
	font-size: 6px;
	text-align: center;
}	
p.webbot {
	display:none;
}


#footer {
	clear: both;
}
