html{
	/*height:100%;*/	
}

body{
	height: 100%;
	background-color: #eBeBeB;
	font: normal 12px Arial, Verdana, Sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#loadingbg{
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: black;
	position: absolute;
}
#loading {
	position: absolute;
	z-index: 999;
	margin: auto;
	width: 16px;
	height: 11px;
	top: 30%;
	left: 50%;
}


img {
	border: none;
}

h1 {
	padding: 0;
	margin: 0;
}

ul#navlist_top {

	height: 22px;
	float: right;
	margin-right: 30px;
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 1px;
}

#navlist_top li{
	
	display: inline;
	list-style-type: none;
}

#navlist_top a {
	padding-left: 10px;
	padding-right: 10px;
	font: bold 12px Arial, Verdana, Sans-serif;
	color: white;
	text-decoration: none;
	-moz-border-radius:5px 5px 0px 0px;
	-khtml-border-radius:5px 5px 0px 0px;
}

#navlist_top .nav_cur{
	background: white;
	color: black;
}

#navlist_top a:hover{
	background: white;
	color: black;
}



ul#navlist_left {
	margin-top: 0px;
	background-color: #0179af;
}

#navlist_left li{
	list-style-type: square;
}

#navlist_left a {
	height: 20px;
	font: normal 12px Arial, Verdana, Sans-serif;
	color: white;
	text-decoration: none;
}

dl#gallery {
	width: 140px; 
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #0179af;
}

#gallery dt {
	margin:0;
	padding: 10px;
	font-size: 1.4em; 
	font-weight:bold; 
	color: #eee; 
	border-bottom:1px solid #fff; 
	background: #0179af;
}

#gallery dd {
	margin:0;
	padding:0;
	color: #cd900E;
	font-size: 1em;
	border-bottom:1px solid #fff;
	background: #0179af;
}

#gallery a{
	color:#eee;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background: #0179af;
	width:115px;
}

#gallery a:hover{
	font-weight: bold;
	background: #00b0ff;
	color:#eee;
}

#gallery .navleft_cur{
	font-weight: bold;
	background: #00b0ff;
	color:#eee;
}
ol li {
	font-size:11px;
}

.subtitle {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

#background1{
	height: 131px;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	top: 0px;
	left: 0px;
	background: url("../images/bg_trans.png");
	background-color: #ff4f00;
	/*background-color: #428ebe;*/
	background-repeat: repeat-x;
	background-position: left top;
}

#background2{
	width: 1000px;
	margin: 0 auto;
	background: url("../images/shadow.png");
	background-repeat: repeat;

}
#background3{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	background-color:#ffffff;
}

#won {
	background: url("../images/won.gif");
	background-repeat: no-repeat;
	background-position: 35px;
}

#lost{
	background: url("../images/lost.gif");
	background-repeat: no-repeat;
	background-position: 35px;
}

#draw{
	background: url("../images/draw.gif");
	background-repeat: no-repeat;
	background-position: 35px;
}

#head{
	height: 121px;
	width: 980px;
	background: url("../images/bg_trans_code.png");
	background-color: #ff4f00;
	/*background-color: #428ebe;*/
	background-repeat: repeat-x;
	background-position: 20px bottom;
	clear: both;
}

#headline{
	width: 980px;
	text-align: right;
	float: right;
}

#logo {
	position: fixed;
	height: 100px;
	width: 60px;
	margin: 0;
	padding: 0;
	bottom: 2px;
	left: 2px;
	background: url("../images/bg_logo_left.png");
	background-position: 0 0;
}

#logo1{
	margin-top: 10px;
	padding: 0;
	margin-right: 10px;
	float: right;
}
#logo2{
	height: 43px;
	margin-top: 50px;
	margin-right: -88px;
	margin-bottom: 13px;
	padding: 0;
	float: right;

}

#content{
	margin-top: 10px;
	margin-bottom: 0;
}

#footer{
	margin-bottom: 0px;
	margin-top: 20px;;
	font: normal 10px Arial, Verdana, Sans-serif;
	color: #ffffff;
	height: 14px;
	background: url("../images/bg_trans.png");
	background-color: #ff4f00;
	/*background-color: #428ebe;*/
	background-repeat: repeat;
	background-position: bottom;
	text-align: center;
}

#menu_content {
	float: left;
	margin-left: 20px;
	padding-left: 0px;
	width: 140px;

}

#text {
	float: left;
	padding-left: 20px;
	width: 760px;
}
