/* CSS Document */
html {
	overflow: auto;
	height: 100%;
}
body {
	width: 1004px;
	margin: 5px auto;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#homebody {
	background-image: url(../images/background/mainback.png);
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: 20px;
	float: left;
	width: 984px;
	height: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	position:relative;
}

#banner {
	float: left;
	height: 153px;
	width: 684px;
	position: absolute;
	left: 298px;
	top: 0px;
	padding: 10px;
	clear:right;
	
}

#banner ul
{
	list-style: none;
	margin: 0px 20px;;
	padding: 0;
	width: 12em;
	float: left;
}

/*
#buttons a {
	display:block;
	font: 20px/36px arial, helvetica, sans-serif;
	float: left;
	clear: right;
	height: 36px;
	width: 152px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 2px;
}
*/
#bodyinfo {
	padding: 0px;
	margin: 0px;
	float: left;
	position: absolute;
	top: 220px;
	left: 298px;
	width: 684px;
	text-align: left;
}
#info {
	padding: 10px;
	float:left;
	height: 100%;
	width: 461px;	
	border-right: 2px solid #ffffff;

}
#note_seperator {
	float:left;
	width: 2px;
	height: 100%;
}
#note {
	border-left: 2px solid #0000FF;
	float: left;
	width: 175px;
	padding: 10px;
}

