* {
	border: 0;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #FFFFFF;
margin-left: 0px;
margin-right: 0px;
}
	
#site {
	width: 980px;
	height: 630px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
overflow: hidden;
}
	
.title {
	font-family:"Arial", Times, serif;
	font-size:24px;
	font-weight: bold;
	color: #31737C;
	position:absolute;
	left: 55px;
	top: 110px;
	width: 750px;
	height:35px;
	text-align: left;
}
	
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position:absolute;
	left: 55px;
	top: 150px;
	width: 830px;
	height: 230px;
	overflow-y: auto;
	text-align: left;
	z-index: 10;
}
	
#global {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position:absolute;
	left: 560px;
	top: 390px;
	width: 200px;
	height: 250px;
	overflow-y: auto;
	text-align: left;
	z-index: 10;
}
	
#topNav {
	top: 30px;
	left: 30px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 900px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 10px;
	display: inline;
}
	
#topNav a {
	color: #0c3e65;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Normal;	
	text-transform: uppercase;
}
	
#topNav a:hover {
	color:#000000;
}
	
#bottomNav {
	top: 470px;
	left: 30px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 900px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 45px;
	margin-left: 0px;
	display: inline;
}
	
#bottomNav a {
	color: #0c3e65;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#000000;
}