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

body {
background-color:#40130d;
color:#ffffff;
margin:0;
padding:0;
margin-top:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#container{
	width:1050px;
	height:650px;
	background-image:url(../graphics/jpegs/background.jpg);
	margin:0 auto 0 auto;
	position:relative;
}

#header {
background-color:#FFFFff;

width:1050px;
height:150px;
}



#nav{
	background-color:#000066;
	width:1050px;
	height:28px;


}

#footer{
background-color:#000066;
height:25;
color:ffffff;
text-align:center;
}




a:link{color:#FFFFFF;}
a:visited{color:#f9f4ae;}
a:hover{color:c9832a;}
a:active{color:f9f4ae;}

