/* General Site Structure */
body {
	text-align: center;
	background: #F2F0E6 url('/img/back.gif') repeat-x;
	font: 11px Verdana; 
	color: #333333;
	}

#wrapper {
	margin: auto;
	width: 960px;
	padding:0px;
	text-align: center;
	}

/* LINKS */
a {
	color:#993366;
	text-decoration:none;
	margin:0;
	padding:0;}

a:hover {
	color:#993366;
	text-decoration:underline;
	}

/* HEADERS - Title & Description */

.logo {
	float: left; 
	width: 400px;
	height: 80px;
	}

.header {
	color:#000;
	text-align:center;
	}

.header h1 {
 	font: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold; 
	color:#990033;
	}

.header h2 {
 	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#993366;
	}

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

/* Favorite Sponsors right below Header Text */	
.favs {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 7px;
	text-align: center;
	}

/* if you change the thumbs size, you may have to edit these 'width' properties below */
.content {
	width:960px;
	}

/* Thumbs Size */
.content img {
	width:150px;
	height:250px;
	border: 2px solid #D6C8A5;
	margin: 3px;
	}

.content img:hover {
	border: 2px dashed #993366;
	}

/* lists */
	ul {
		margin:0;
		padding:0;
		}

	li {
		list-style:none;
		}

/* misc */
	.spacer {
		min-height:5px;
		clear:both;
		}
	
/* TOPLISTS */

/* TOPLIST 1 & 2 - Fake Archive Toplist */
#top1 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	}

#top1 div {
	overflow:hidden;
	padding-left: 4px;
	padding-top: 2px;
	vertical-align: middle;
	}

/* In Faketoplist the "More Sites like this:" Text */
#top1 div strong {
	font-size: 13px;
	vertical-align: middle;
	float: left;
	margin: 0px 7px 0px 0px;
	}

#top1 div a {
	border: 1px solid #990033;
	text-align: center;
	float: left;
	padding: 1px 6px;
	color: yellow;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	background-color: #CC6699;
	}  

#top1 div a:hover {
	color: white;
	border: 1px solid #990033;
	background-color: #FF99CC;
	float: left;
	} 

/* TOPLIST 3 & 4 - Name Toplist between the thumbs container */
.friends {
	width: 950px;
	margin: auto;
 	font: 'Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-size: 18px;
	}

.friends li {
	display: inline;
	list-style: none;
	margin: 10px 20px 10px 20px;
	text-align:center;
	}

.friends li a {
	text-decoration:underline;
	}

.friends li a:hover {
	text-decoration:none;
	}
	
/* TOPLIST 5 - Bottom - Big Toplist */
ul#top4title {
	list-style: none;
	text-align: left;
	margin-left: 30px;
}

ul#top4title li {
  	float: left;
  	width: 24%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	font-family: Tahoma, sans-serif;
	margin-bottom: 13px;
}

ul#top4tr {
	list-style: none;
	text-align: left;
	margin-left: 30px;
}

ul#top4tr li {
  	float: left;
  	width: 25%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
}

/* FOOTER */
#footer {
	clear:both;
	width:960px; 
	padding-top:10px;
	margin:auto;
	align: justify;
	}




















