/* General Site Structure */
body {
	margin: 0; padding: 0;
	text-align: center;
	background: #072146 url(../images/bg3.jpg) repeat-x;
	font: 12px Verdana, Helvetica; color: white;
	}
#wrapper {
	margin: auto;
	width: 998px;
	padding:2px;
	text-align: center;
	}
#footer {
	clear:both;
	width:950px; 
	padding-top:10px;
	margin:auto;
	}
/* Headers - Title & Description */
	.header {color: darkblue;height:80px;text-align:center;}
	.header h1 {font-size:60px;}
	.header h2 {font-size:17px;color:white;}
	h1,h2,h3 {margin:0;padding:0;}

/* Favorite Sponsors right below Header Text */	
	.favs {font-size:14px;font-weight:bold;margin-bottom:5px; text-align:center;}
	.favs a:link {color:white;text-decoration:underline;}
	.favs a:hover {color:yellow;text-decoration:none;}
/* if you change the thumbs size, you may have to edit these 'width' properties below */
	.content {width:1000px;}
/* Thumbs Size */
	.content img {width:160px;height:215px;border: 1px solid #333399;margin:2px;}
	.content img:hover {border: 1px solid white;}
/* Links */
	a {color: #99CC00; text-decoration:none;margin:0;padding:0;}
	a:hover {text-decoration:underline;color: #FF9900; }

/* lists */
	ul {margin:0;padding:0;}
	li {list-style:none;}

/* misc */
	.spacer {min-height:5px;clear:both;}
	
/* :::::: TOPLIST CODES  ::::: */
/* Fake Archive Toplist */
#top1 {
width: 998px;
margin:0 auto;
}
#top1 div {
overflow:hidden;
padding-left: 4px;
padding-top: 2px;
}
/* In Faketoplist the "More Sites like this:" Text */
#top1 div strong {
font-size: 14px;
float: left;
margin: 0px 4px 0px 4px;
}
#top1 div a {
border: 1px solid white;
text-align: center;
float: left;
padding: 0px 6px;
color: darkblue;
font-size: 12px;
text-decoration: none;
font-weight: bold;
margin: 2px;
background-color: #99CC00;
}  
#top1 div a:hover {
color: black;
border: 1px solid white;
background-color: #FF9900;
float: left;
} 
/* Name Toplist between the thumbs container */
	.friends {width:1000px;margin:auto; font-weight:bold;font-size:24px;}
	.friends li {display:inline;list-style:none; margin:10px 20px 10px 20px;text-align:center;}
	.friends li a {font-style:italic; text-decoration:underline;}
	.friends li a:hover {text-decoration:none;}
	
/* Bottom Toplist */
ul#top4title {
	list-style: none;
	text-align: left;
	margin-left: 20px;
}
ul#top4title li {
  	float: left;
  	width: 23%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: white;
	font-family: Tahoma, sans-serif;
	margin-bottom: 13px;
}
ul#top4tr {
	list-style: none;
	text-align: left;
	margin-left: 20px;
}
ul#top4tr li {
  	float: left;
  	width: 23%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
}





