@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(/media/images/body-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

a {
	outline: none;
	}

#page {
	width: 900px;
	background-image: url(/media/images/layout/page-bg.png);
	background-repeat: repeat-y;
	}

#page-div {
	width: 900px;
	}

#leaderboard {
	width: 728px;
	margin-left: 82px;
	float: none;
	margin-bottom: 5px;
	background-image: url(/media/images/ad-bg.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
}

#fullbanner {
	width: 468px;
	margin-left: 211px;
	float: none;
	margin-bottom: 5px;
	background-image: url(/media/images/ad-bg.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
}

#wide-skyscraper {
	background-image: url(/media/images/ad-bg-skyscraper.gif);
	background-repeat:repeat-x;
	padding-top: 10px;
	position: absolute;
	left: 900px;
	top: 0;
	width: 160px;
	}
	

.ad-classic-banner {
	background-image: url(/media/images/ad-bg.gif);
	background-repeat:repeat-y;
	padding-left: 10px;
	width: 468px;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	border: 1px solid #cccccc;
}
	
#header {
	background-image: url(/media/images/header-bg.png);
	width: 891px;
	height: 100px;
	position: relative;
	background-repeat: no-repeat;
	background-color: #80a7a6;
	}
	
#logo {
	margin: 0;
	float: left;
	height: 100px;
	width: 254px;
	}

#content {
	width: 860px;
	padding: 20px;
	}
	
#footer {
	background-repeat: repeat-x;
	margin-top: 50px;
	background-color: #eeeeee;
	width: 886px;
	border-top: 1px solid #d6d6d6;
	padding-left: 5px;
	}

.footer-item h1  {
	margin: 0;
	}

.footer-item h1 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #919191;
	font-weight: bold
	}

.footer-item {
	padding-left: 10px;
}

.footer-item ul {
	margin: 0;
	padding: 0;
	}

.footer-item li {
	list-style-type: none;
	margin: 0;
	}

.footer-item li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #919191;
	}
	
.footer-item li a:hover {
	text-decoration: underline;
	}

.footer-item {
	float: left;
	text-align: left;
	width: 13%;
	border-left: 1px solid #c1c1c1;
	padding-left: 5px;
	margin-top: 20px;
	}

#footer-image {
	background-image: url(/media/images/layout/page-footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 29px;
	margin-bottom: 20px;
	}
	

.end-row {
	margin-top: 20px;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #919191;
	}

.end-row a {
	text-decoration: none;
	color: #919191;
	}

.end-row a:hover {
	text-decoration: underline;
	}


.cl {
	clear: both;
	display: block;
}

#ad-sitebar {
	background-color: #fff;
	position: absolute;
	left: 900px;
	top: 0;
	width: 600px;
	height: 897px;
	z-index: 999;
	position: fixed;
}
