a:hover { color:#0099FF; }
 
html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(images/MainBG.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#505050;
}

#MainContainer {
	width:100%;
	height:100%;
	background-image:url(images/BG_TOP.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#Container {
	width:795px;
	}
	
#Content {
	background-image:url(images/BG_Content.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	padding-left:15px;
	padding-right:15px;
	}
	
#BottomLinks {
	height:40px;
	background-image:url(images/BottomContent.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
	font-family:tahoma;
	font-size:8pt;
	color:#FF9900;
	}
	
#BottomLinks a {
	color:#FF9900;
	}

#BottomLinks a:hover {
	color:#00CCFF;
	text-decoration:underline;
	}
	
#TopBar {
	background-image:url(images/bgrighttop.gif);
	background-position:top right;
	border-right:1px solid #ece9c7;
	height:23px;
	color:#F8C77A;
	font-family:'arial';
	font-size:9pt;
	font-weight:bold;
	padding-top:0;
	padding-left:10px;
	text-decoration:none;
	}

#ContentPanel {
	border:1px solid #dddddd;
	border-top:none;
	background-color:#efefef;
	color:#333333;
	font-family:tahoma;
	font-size:8pt;
	padding:7px;
	}
	
#Gold {
	border-right:1px solid #cccccc;
	color:#BB8C00;
	}
	
#Gold em {
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	}
	
#Silver {
	border-right:1px solid #cccccc;
	color:#949494;
	}
	
#Silver em {
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	}
	
#Bronze {
	color:#6F2628;
	}

#Bronze em {
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	}
	
.hr {
	color:#CCCCCC;
	height:1px;
	}
	
#line {
	border-bottom:1px solid #dddddd;
	}