/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	min-width:766px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
	font:12px 'Trebuchet MS',Arial, Verdana, sans-serif;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:766px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url('../images/bgr_nav_01.gif') repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:766px;
	height:320px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background:#fff url('../images/hdr_background_01.jpg') top no-repeat;
	border-bottom:1px solid #b9822f;
}
#left {
	position:relative;/*ie needs this to show float */
	width:195px;
	float:left;
	margin-top:320px;/*needed to make room for header*/
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:766px;
	clear:both;
	height:50px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	background:#fff;
	border-top:1px solid #b9822f;
	padding:6px 0;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:550px;
	float:right;
	margin-top:330px;/*make room for header*/
	margin-bottom:10px;
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

h1 {
	padding:134px 0 0 38px;
	margin:0;
	font-size:32px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase
}

h2 {
	
}

#subtitle {
	padding:5px 0 0 38px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:16px;
}

#holder {
	border-top:1px solid #b9822f;
}

#leaderboard {
	margin:28px auto 0 auto;
	width:728px;
	background:#fff;
}

#left ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left ul li a {
	background:url('../images/bgr_navitem_01.gif') repeat-y;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	display:block;
	width:164px;
	margin:4px 0;
	padding:5px 10px;;
	border-top:1px solid #c04a00;
	border-bottom:1px solid #c04a00;
	font-weight:bold;
}

#left ul li a:hover {
	text-decoration:underline;
}