/* -------------------- General -------------------- */

* {
	margin:0;
	padding:0;
	font: 12px Verdana, Arial, Sans-Serif;
}

p {
	margin:0;
	padding:0;
	font: 12px Verdana, Arial, Sans-Serif;
	color: #FFF;
}

html, body {
	background: #000000 url('../images/background.gif') repeat fixed center;
	text-align:center;
}

#contentwrapper {
	width: 1115px;
	margin: 40px 25px 40px 25px;
	clear: both;
}

#main {
	width: 763px;
	float:left;
}

.hide {
	display:none;
}

.noCSSbreak {
	display: none;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.clearIE {
	.clear: none;
}

strong { font-weight: bold; }

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* END - General */



/* -------------------- Advertisement - Skyscraper -------------------- */

div.skyscraper {
	float:right;
	width:345px;
	
	padding: 228px 0px 0px 0px;
	text-align:left;
}

/* END - Advertisement - Skyscraper */



/* -------------------- Header -------------------- */

#header {
	width:763px;
	height:200px;
	background-image: url('../images/header_bkg.jpg');
}

/* END - Header */



/* -------------------- Advertisement - Leaderboard -------------------- */

div.leaderboard-top {
	width:763px;
	background-color:#949494;
	background-image: url('../images/top_bkg.jpg');
	text-align:center;
	padding: 28px 0px 16px 0px;
}

div.leaderboard-top-alt {
	width:763px;
	background-color:#949494;
	background-image: url('../images/leaderboard_none_bkg.jpg');
	text-align:center;
	padding: 0px 0px 6px 0px;
}

div.leaderboard-top-alt p {
	text-align:center;
	padding: 12px 0px 0px 0px;
	color: #201734;
	font: 14px Verdana, Arial, Sans-Serif;
}

div.leaderboard-top p {
	text-align:center;
	padding: 15px 0px 0px 0px;
	color: #201734;
	font: 14px Verdana, Arial, Sans-Serif;
}

div.leaderboard-bottom {
	width:763px;
	background-color:#949494;
	background-image: url('../images/bottom_bkg.jpg');
	text-align:center;
	padding: 34px 0px 35px 0px;
}

div.leaderboard-bottom-alt {
	width:763px;
	height:50px;
	background-color:#949494;
	background-image: url('../images/leaderboard_none_btm-bkg.jpg');
	text-align:center;
}

/* END - Advertisement - Leaderboard */



/* -------------------- Main Content -------------------- */

#content-top {
	height: 30px;
	width: 763px;
	background-image: url('../images/content_top.jpg');
}

#content {
	width: 763px;
	background-image: url('../images/content_bkg.jpg');
	background-repeat: repeat-y;
	clear: both;
	text-align: left;
	overflow:auto;
}

#content-bottom {
	height: 18px;
	width: 763px;
	background-image: url('../images/content_bottom.jpg');
}

/* END - Main Content */



/* -------------------- Alt Main Content -------------------- */

#altContent-top {
	height: 18px;
	width: 763px;
	background-image: url('../images/content_alt_top.jpg');
}

#altContent {
	width: 763px;
	height: 239px;
	background-image: url('../images/content_alt_bkg.jpg');
	clear: both;
}

#altContent-bottom {
	height: 18px;
	width: 763px;
	background-image: url('../images/content_alt_bottom.jpg');
}

/* END - Alt Main Content */



/* -------------------- Footer -------------------- */

#footer {
	height: 31px;
	width: 763px;
	background-image: url('../images/footer.gif');
	clear: both;
	margin-bottom: 40px;
}

#footer p {
	margin:0;
	padding:8px 36px 0 36px;
}

#footer p.footer-left {
	float: left;
	text-align: left;
	font: bold 10px Verdana, Arial, Sans-Serif;
}

#footer p.footer-right {
	float: right;
	text-align: right;
	font: bold 10px Verdana, Arial, Sans-Serif;
}



#footer a {
	font: bold 10px Verdana, Arial, Sans-Serif;
	text-decoration:none;
	color: #fff;
}

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

/* END - Footer */






/* -------------------- Stars -------------------- */

#stars { clear: both; width: 95px; height: 20px; }
#stars a { display: block; float: left; height: 20px; width: 19px; }
.stars { clear: both; width: 95px; height: 20px; }
.stars a { display: block; float: left; height: 20px; width: 19px; }
.replaced { display: none; visibility: none; }
#preload { display: none; visibility: none; }

/* END - Stars */