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

body {
	background:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#wrapper {
	width:800px;
	height:auto;
	margin:0 auto;
}

#header {
	width:800px;
	height:115px;
	position:relative;
}

#logo {	
	position:absolute;
	top:5px;
	right:37px;
	width:168px;
	height:67px;
}
#navcontainer {
	width:470px;
	height:30px;
	float:left;
	text-align:left;
}
#logo a img {
	border:0;
}
.light_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#435f87;
}
#footer {
	background:url(../images/foot_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:175px;
	position:relative;
	background-color:#FFFFFF;
}
#footer_text {
	font-size:10px;
	color:#6b85a9;
	position:absolute;
	right:0;
	top:152px;	
}