#wrapper{
	margin: 0px auto;
	padding: 0px;
	height: 40px;
	background-image: url(../images/menu-background.gif);
	background-repeat: repeat-x;
	
}
#header {
	text-align: center;
	height: 185px;
	margin: 0px;
	padding: 0px;
	min-width:790;
	background-color: #235793;
}
#container{
	background-color: #FFFFFF;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	
}


#footer-text{
	color: #000066;
	font-size: x-small;
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 17px;
	padding: 0px;
	height: 100px;
}	
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#content-bgr{
	margin: 0px auto;
	padding: 0px;
	background-image: url(../../images/body-bgr.gif);
	width: 850px;
	background-repeat: repeat-y;
}
