body {
	background-color:#660000;
	font-family: arial, "Trebuchet MS", sans-serif;
	}
	
#navigation a {
	text-decoration: none;
	color:#ffffff;
	font-size:22px
	}
	
#navigation a:hover {
	color:#666666;
	font-size:22px;
	}

a {
	text-decoration: none;
	color:#0000cc;
	}
	
a:hover {
	color:#666666;
	}

#main_container {
	width:1024px;
	border: #000000 1px solid;
	margin: 0 auto;
	background-color:#FEFEFE;
	}
	
#header {
	height:300px;
	width:100%;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	}
	
h1 {
	font-size:35px;
	float:right;
	vertical-align:middle;
	margin: 10px 20px 0 0;
	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	}
	
p {
	font-size: 18px;
	margin:0px;
	text-align:justify;
	padding: 10px;
	}

#navigation {
	width:100%;
	border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	text-align:center;
	background-color:#003300;
	}
#navigation a {
	padding:10px;
	}
	
#content {
	width:100%;
	}
	
#footer {
	width:100%;
	border-top:  #000000 1px solid;
	text-align:center;
	font-size:9px;
	}
