body {
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", sans-serif;
	}

#container {
	width:760px;
	margin:0 auto;
	}
	
#header{
	width:100%;
	}
	
#navigation {
	width:100%;
	height:20px;
	text-align:right;
	background-color:#000000;
	}
	
#footer {
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
	text-align:center;
	clear: both;
	}

h1 {
	margin: 10px 0 0 10px;
	font-size:36px;
	color:#000000;
	}

h2 {
	margin: 0 0 10px 25px;
	font-size:24px;
	color:#000000;
	}
	
.navigation_header {
	font-size:18px;
	color:#CC6600;
	margin:0px;
	}
	
#vertinav {
	width:160px;
	float:left;
	}
	
#vertinav ul {
	list-style: none;
	display:inline;  
	}
#vertinav li a{
	margin-left:6px;
	color:#000000;
	text-decoration:none;
	padding-left:3px;
	}

#vertinav li a:hover {
	border-left: 3px solid #CC6600;
	}
	
#content {
	width:599px;
	float:right;
	}
	
p {
	color:#000000;
	text-size:13px;
	margin: 0 5px 20px 5px;
	text-align: justify;
	}
	
a {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover {
	color:#CC6600;
	text-decoration:none;
	}
