@charset "UTF-8";
/* CSS Document */

body {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #592C00;
	font-weight: normal;
} 

html {
	height:100%;
	margin-bottom:1px;
}
#container {
	text-align: left;
	margin: auto;
	width: 800px;
	background-color: #F9EfD3;
}

#header {
	width:100%;
	padding-top:0px;
}

#banner{
	width: 800px;
	height: 100px;
	margin-bottom: 0px;
}	


#bottomimage {
	width: 800px;
	height: 57px;
	margin-bottom: 0px;
}	

#main {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	
}