/*page layout added by scuzz*/
#leftsidebar
{
	width: 150px;
	/*[disabled]float:left;*/
	background: #E6F2FE;
	font: smaller "Times New Roman";
	position: absolute;
	left: 10px;
	top: 126px;
}

/*General Site Structure*/
BODY
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #E6F2FE url(../rstgp/rstgp_bg.jpg) repeat-x;
	font: 12px Verdana;
	color: #000;
}
/*Headers - Title & Description*/
.header
{
	color: #FFF;
	height: 80px;
	text-align: center;
}
.header H1
{
	font-size: 35px;
}
.header H2
{
	font-size: 20px;
}
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;
}
/*Thumbs Size*/
.content IMG
{
	width: 120px;
	height: 160px;
	border: 1px solid #4E131D;
	margin: 2px;
}
.content IMG:hover
{
	border: 1px solid #CC0099;
}
/*if you change the thumbs size, you may have to edit these two 'width' properties below*/
.content
{
	width: 780px;
	float /**/: right;
}
#wrapper
{
	margin: auto;
	width: 990px;
	padding: 2px;
	text-align: center;
}
/*Links*/
A
{
	color: #CC0099;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
A:hover
{
	text-decoration: underline;
}
/*lists*/
UL
{
	margin: 0;
	padding: 0;
}
LI
{
	list-style: none;
}
/*misc*/
.spacer
{
	min-height: 5px;
	clear: both;
}
/*:::::: TOPLIST CODES  :::::
Fake Archive Toplist*/
#top1
{
	width: 772px;
	margin: 0 auto;
	float: right;
}
#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;
}
#top1 DIV A
{
	border: 1px solid #000000;
	text-align: center;
	float: left;
	padding: 0px 6px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin: 2px;
	background-color: #FFFFFF;
}
#top1 DIV A:hover
{
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #8687FF;
	float: left;
}
/*Name Toplist between the thumbs container*/
.friends
{
	width: 750px;
	margin: auto;
	font-weight: bold;
	font-size: 16px;
	text-align: inherit;
	/*+placement:shift 105px 0px;*/
	position: relative;
	left: 105px;
	top: 0px;
}
.friends LI
{
	display: inline;
	list-style: none;
	margin: 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: 30px;
}
UL#top4title LI
{
	float: left;
	width: 24%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #4446FF;
	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: 24%;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
}
/*footer*/
#footer
{
	clear: both;
	width: 950px;
	padding-top: 10px;
	margin: auto;
}






