/* General Site Structure */
body {
	margin: 0; padding: 0;
	text-align: center;
	background: #ffffff repeat-x;
	font: 12px Verdana; color: #000;
	}

/* HEADERS - Title & Description */

.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 {
	margin:0;
	padding:0;
	font-size:40px;
	}
	
h2 {
	margin:0;
	padding:0;
	font-size:15px;
	}
h3 {
	margin:0;
	padding:0;
	font-size:15px;
	}
	
	
	
  .big {COLOR:#FD9627; FONT-FAMILY: verdana; FONT-SIZE: 22px;}

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

/* Thumbs Size */
	.content img {width:150px;height:200px;border:1px solid #000000;margin:0px;}
	.content img:hover {border:1px solid #FFC000;}
/* if you change the thumbs size, you may have to edit these two 'width' properties below */
	.content {width:960px;}

#wrapper {
	margin: auto;
	width: 960px;
	padding:2px;
	text-align: center;
	}
	
/* Links */
	a {color:#666666; text-decoration:none;padding:0;}
	a:hover {text-decoration:underline;}


/* lists */
	ul {margin:0;padding:0;}
	li {list-style:none;}

/* misc */
	.spacer {min-height:5px;clear:both;}
	.spacerbig {min-height:10px;clear:both;}
	.ace {width:160px;height:220px;margin:0px;float: left;font-size:10px;}

/* :::::: TOPLIST CODES  ::::: */
/* Fake Archive Toplist */
#top1 {
width: 990px;
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 a {
font-size: 14px;
color: #FD9627;
font-style: underline;
}

/* Name Toplist between the thumbs container */
	.friends {width:960px;margin:auto; font-weight:bold;font-size:16px;}
	.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;}
	
/* Bottom Toplist */
ul#top4title {
	list-style: none;
	text-align: left;
	margin-left: 0px;
}
ul#top4title li {
  	float: left;
  	width: 24%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #4446FF;
	font-family: Arial;
	margin-bottom: 13px;
}
ul#top4tr {
	list-style: none;
	text-align: left;
	margin-left: 10px;
}
ul#top4tr li {
  	float: left;
  	width: 24%;
	text-align: left;

	font-size: 18px;
	font-family: Arial;
}

/* footer */
#footer {
	clear:both;
	width:950px; 
	padding-top:10px;
	margin:auto;
	}
















