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: 13px;
	color: #000000;
	background-color: #CDAA7D;
}


#container {	
	width: 800px;
	float: left;
	padding: 0px;
	padding-top: 0px;
	border-right-width: 1px;
	border-right-color: #26284A;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #26284A;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: #26284A;
	border-left-style: solid;
}	


#main_left {
	width: 217px;
	float: left;
	vertical-align: top;
	height: 100%;
}


#nav_area {
	width: 217px;
	height: 245px;
}

#header {	
	width: 800px;
	height: 238px;
	float: left;
} 

#nav_toolbar {	
	width: 800px;
	height: 23px;
	padding-top: 5px;
	float: left;
	background-color:#0070b4;
	background-image: url(../images/footer-background.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
} 


#main {
	width: 800px;
	float: left;
	vertical-align: top;
	background-color:#ffffff;
	height: 100%;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
}


#main_right {
	width: 575px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	vertical-align: top;
	background-color:#ffffff;
	padding-right: 8px;
}

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

h1 {
	color: #26284A;
	font-size: 20px;
}

h2 {
	color: #26284A;
	font-size: 15px;
	text-transform: uppercase;
}

h3 {
	color: #26284A;
	font-size: 15px;
}
