@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	}
	
#header {
	height: 88px;
	width:auto;
	background-color:#B0A275;
	text-align:center;
	padding-top:20px;
	
	}
	
#header2 {
	height: 4px;
	width: auto;
	background-color:#7B201F;
	background-repeat:repeat-x;
	
	}
	
#mainb {
	height: auto;
	width: 1024px;
	float:none;
	margin:auto;
	padding-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 24px;

}