body {
	background-color: #4396ca;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
#site_body {
    position:relative;
	left:100px;
	top:0px;
	width:800px;
	height:inherit;
	background-image:url(../images/background.jpg);
}
#up_bar {
    position:relative;
	left:0px;
	top:0px;
	width:800px;
	height:7px;
}
#header {
    position:relative;
	left:0px;
	top:8px;
	width:800px;
	height:50px;
}
#logo {
    position:absolute;
	left:10px;
	top:0px;
	width:252px;
	height:41px;

}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#menu {
    position:relative;
	left:440px;
	top:30px;
	width:350px;
	height:10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#banner {
    position:relative;
	left:0px;
	top:10px;
	width:800px;
	height:177px;
}
#site_content {
    position:relative;
	left:0px;
	top:10px;
	width:800px;
	height:auto;
	max-width:800px;
}
