body {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0;
	padding:0;
	color: white;
	background-color:black;
	text-align:center;
}

a, a:visited {
	color: #ead095;
	text-decoration:underline;
}
a:hover {
	color: #666666;
}

div.container {
	margin-left: auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 960px;
}

div.logo {
	width: 100%;
	text-align:center;
	padding: 5px 0;
}
div.logo img {
	width: 389px;
	height: 170px;
}

div.header {
	text-align:center;
	padding: 0;
	margin-bottom: 15px;
	background-color:white;
	color: #f2a604;
	border-bottom: 2px solid #87d65c;
}
div.header h1 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	text-align: left;               ;
}

div.thumbs {
	width: 100%;
	padding: 3px 0px 3px 20px;
	text-align:center;
	
	border: 0px solid black;
	background-position: 0 10px;
}


div.thumbs img {
	width: 178px;
	height: 238px;
	border: 1px solid #666666; /*#ead095;*/
}
div.thumbs img.bigthumbs {
        width: 305px;
        height: 435px;
        border: 1px solid #ead095;
	padding: 0px 0px;
	margin: 5px 0;
}
			
.bestsites {
	display: none;
}

h2.ppc a {
	color: red;
}

h1, h2, h3 { margin: 12px; padding: 0; }
