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

body{
	background-color:#333;
	font-family:"Bookman Old Style", Georgia, Verdana;	
	}
	
#container{
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	background-color:#001E3C;
	width:1024px;
	height:auto;
	margin:auto;
	}	
	
#header{
	background-image:url(Header.gif);
	width:983px;
	height:125px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
	}
	
	
	
#textbox{
	background-color:#FFF;
	height:75px;
	width:983px;
	margin-left:20px;
	margin-right:20px;
	margin-top:8px;
	
	}	
	
#mainnav{
	background-image:url(images/lines.png);
	width:983px;
	height:49px;
	margin-left:20px;
	margin-right:20px;
	}	

#textleft{
	margin-left:20px;
	margin-top:10px;
	width:983px;
	height:450px;
	background-color:#FFF;
	}
	
#footer{
	height:160px;
	margin-top:10px;
	color: #FFF;
	font-size: 10px;
	}	
	
#abouttext{
	margin-left:20px;
	margin-top:10px;
	width:983px;
	height:auto;
	background-color:#FFFFFF;
	}	

.center{
	text-align:center;}

	

