@charset "utf-8";
/* CSS Document */

body {
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}



#bg {
	z-index: 1;
	background-image: url(../images/bg.jpg);
	width: 900px;
	height: 802px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 0px;
	
}
#banner {
	z-index: 2;
	height: 292px;
	width: 800px;
	background-image: url(../images/banner.png);
	margin-left: auto;
	margin-right: auto;
	
}
#logo {
	z-index: 3;
	height: 48px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}
#menu {
	z-index: 4;
	height: 436px;
	width: 192px;
	background-image: url(../images/menu_container.png);
	margin-left: 50px;
	margin-right:auto;
	
}
#foot {
	position:absolute;
	left:0px;
	width:100%;
	height:30px;
	z-index:6;
	background-color: #333333;
	border: 0;
	visibility: visible;
	top: 803px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
}



#content_container {
	position:absolute;
	top:358px;
	width:560px;
	height:420px;
	z-index:1;
	background-image: url(../images/content_container.png);
	margin-left: 300px;
}

#content {
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	width: 480px;
	height: 360px;
	overflow: auto;
	
}
.head {
	font-size: 20px;
	font-weight: bold;
}
.head2 {
	font-size: 15px;
	font-weight: bold;	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
a:hover {
	color: #CCCCCC;
	text-decoration: none;
