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


body {
	background: #a7a7a7; }
	
a:link {text-decoration: none}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color:#CC3333;}

a.white:link {text-decoration: none; color:#FFFFFF}
a.white:visited {text-decoration: none; color:#FFFFFF}
a.white:active {text-decoration: none; color:#FFFFFF}
a.white:hover {text-decoration: none; color:#bdc1f1;}
	
	
div #wrapper {
	float: left;
	width: 100%; }

div #header {
	height:116px;
	top: 0px;
	left:0px;
	width: 100%;
	position: absolute;
	background: #0b005d; }
	
div #middle {
	height: 420px;
	top: 116px;
	left:0px;
	width: 100%;
	position: absolute;
	background: #FFFFFF;  }

div #front {
	height: 420px;
	left:0px;
	top: 116px;
	width: 783px;
	background: #FFFFFF;  }
	
div #footer {
	height: 20px;
	left:0px;
	top: 386px;
	width: 100%;
	position: absolute;
	background: #0b005d;  }
	

