@charset "utf-8";
/* CSS Document */

body {
	background:#999999;}

#headerbox {
	width:100%;
	height:265px;
	position:absolute;
	background:#FFFFFF;
	left: 0;
	top: 0;}
	
#topbar {
	width:100%;
	height:111px;
	background:url(img/header.jpg) center no-repeat;}

#topbar-content {
	width:900px;
	height:81px;
	margin:0 auto;}

#bottombar {
	width:100%;
	height:154px;
	background:#004890;}

#bottombar-content {
	width:900px;
	height:139px;
	margin:0 auto;}

#wrapper {
	position:absolute;
	top:265px;
	left:0;
	width:100%;
	background:url(img/bg.jpg);}
	
/* MENU */

#menu {
	position:relative;
	top:30px;
	width:700px;
	height:20px;
	float:right;
	text-align:right;
	color:#ffffff;}

#menu li {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline;}

#menu li a {
	color:#ffffff;
	text-decoration:none;}

#menu li a:hover {
	text-decoration:underline;}

#contentbox {
	margin:0 auto;
	padding:10px;
	width:880px;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;}

#content {
	height:auto;
	width:auto;}
	
#clearbr {
	clear:both;}
	
#footer {
	width:100%;
	height:100px;
	background:#999999;}
	
.stylefooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;}
