body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}


#container {	
	width: 800px;
	float: left;
	padding: 0px;
	padding-top: 0px;
	border-right-width: 2px;
	border-right-color: #04416a;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #04416a;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-left-color: #04416a;
	border-left-style: solid;
}	


#main_left {
	width: 190px;
	float: left;
	vertical-align: top;
	height: auto;
	background-color: #e3e4e5;
	border-right-width: 1px;
	border-right-color: #04416a;
	border-right-style: solid;
	padding-bottom: 5px;
}


#nav_area {
	width: 190px;
	height: auto;
}

#header {	
	width: 800px;
	height: 200px;
	float: left;
	background-color:#2E518E;
} 

#nav_toolbar {	
	margin: 0 auto;
	width: 800px;
	text-align:center;
	height: 17px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	background-color:#6E9833;
	border-top-style: solid;
	border-top-color: #445F1F;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #445F1F;
	border-bottom-width: 2px;
	border-left: none;
	border-right: none;
	background-image: url(../images/nav-toolbar.gif);
} 


#main {
	width: 800px;
	float: left;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
}


#main_right {
	width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
	padding-right: 8px;
	padding-bottom: 5px;
}

#footer {	
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	height:29px;
	float: left;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	background-image: url(../images/footer-background.gif);
	background-color: #6e9933;
} 

h1 {
	color: #0070b7;
	font-size: 20px;
}

h2 {
	color: #6e9934;
	font-size: 15px;
}

h3 {
	color: #0070b7;
	font-size: 15px;
}
#container #main div {
}
