body {
	margin:0;
	background:url('images/bg.gif') repeat #c4eaff;
	color:black;
	font:12px arial;
}

#container {
	width:952px;
	text-align:left;
	margin:20px 0;
}

#header {
	position:relative;
	width:952px;
	height:153px;
	background:url('images/header.gif') no-repeat transparent;
}

h1 {
	position:absolute;
	margin:0;
	padding:0;
	font:50px/40px century gothic, arial;
	color:white;
	letter-spacing:2px;
	font-weight:bold;
	top:5px;
	left:10px;
}

#topmenu {
	position:absolute;
	left:10px;
	top:110px;
	color:white;
}

#topmenu a, #topmenu a:link, #topmenu a:active, #topmenu a:visited {
	text-decoration:none;
	color:white;
	padding:0 3px;
}

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

#content {
	width:952px;
	background:url('images/repeat.gif') repeat-y white;
}

.clear {
	clear:both;
}

#leftmenu {
	float:left;
	width:168px;
	margin-left:9px;
	font:11px tahoma;
}

#leftmenu a, #leftmenu a:active, #leftmenu a:visited, #leftmenu a:link {
	color:black;
	text-decoration:none;
	display:block;
	padding:2px 10px;
	border-bottom:1px solid white;
}

#leftmenu a:hover {
	background:url('images/menubg.gif') no-repeat right center #e4e4e4;
	border-bottom:1px solid #c2c2c2;
}

.indent {
	padding-left:20px !important;
	font:10px tahoma !important;
}

h3 {
	margin:0;
	padding:2px 5px;
	display:block;
	background:#8ad1ff;
	border-bottom:1px solid #58b6ff;
	border-top:2px solid #c4eaff;
	color:white;
	font:15px/15px arial;
	text-transform:lowercase;
}

h2 {
	margin:0;
	padding:0 10px;
	background:#ff66c4;
	font:20px/25px verdana;
	text-transform:lowercase;
	color:white;
	font-weight:bold;
	border-bottom:2px solid #ff4ab9;
	border-top:2px solid #ffa8dd;
}

h4 {
	margin:0;
	padding:0 10px;
	background:#b257ff;
	font:15px/18px verdana;
	text-transform:lowercase;
	color:#fff;
	font-weight:bold;
	border-bottom:2px solid #9e2bff;
	border-top:2px solid #cd91ff;
}

#right {
	width:750px;
	float:left;
	margin-left:10px;
}

p {
	color:#414141;
	font:11px arial;
	margin:0;
	padding:10px;
}

.medrec {
	float:left;
	margin:10px;
}

.mediumrectangles {
	width:650px;
}

.skyscraper {
	display:block;
	text-align:center;
}

.leaderboard {
	position:absolute;
	top:5px;
	left:215px;
}

#footer {
	color:#414141;
	padding:45px 20px;
	background:url('images/footer.gif') no-repeat transparent;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color:#ff4dc1;
	font-weight:bold;
	text-decoration:none;
}

