body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;	
	width: 800px;
	text-align: left;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 13px;
	color: #000000;
	background-color: #000000;
} 

#container {	
	width: 800px;
	float: left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #32426a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #32426a;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #32426a;	
}	

#header {	
	width: 800px;
	height: 175px;
	float: left;
	background-color:#000000;
} 

#menu-toolbar {	
	width: 800px;
	height: 30px;
	float: left;
	text-align: center;
	background-color: #32426a;
	color: #fdfce4;
	padding-top: 10px;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
} 

#main_content {
	width: 800px;
	float: left;
	vertical-align: top;
	background-color:#FFFFFF;
	height: 100%;
}

#footer {	
	width: 800px;
	height: 30px;
	float: left;
	text-align: center;
	background-color: #32426a;
	color: #fdfce4;
	padding-top: 10px;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	font-size: 13px;
} 
} 




