@charset "UTF-8";
/* CSS Document */
html,body{
	width: 100%;
	height: 100%;
}
body,td,th{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #000;
}

div#h1_cont{
	background-color: #474747;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
}
div#h1_cont, div#h1_cont h1{
	color: #FFF;
	font-size: 9px;
	font-weight: normal;
}
div#Head{
	float: left;
	clear: left;
	width: 100%;
	height: 157px;
	text-align: center;
	line-height: 1;
}
div#Head h2{
	margin-top: 47px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
div#Head h3{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
div#Body{
	width: 100%;
	float: left;
	clear: left;
	background-color: #FFF;
	min-height: 500px;
}
div#Footer{
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	width: 100%;
	color: #EEE;
	font-size: 10px;
	border-top: 2px solid #b8bf00;
	padding-top: 10px;
	padding-bottom: 25px;
}
.Wrapper{
	width: 850px;
	margin: 0 auto;	
}
