body {
	background-color: #d6550f;
	margin:0pt;
	padding:0pt;
	min-width:950px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #3d1d0c;
	line-height: 165%;
}

#header {
	background: #d6550f url(../img/header_bg.jpg) repeat scroll 0%;	
	height: 195px;	
}

	#header_head {
		position: relative;
		background-image:url(../img/header_head.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		font-size:0pt;
		height:195px;
		margin-top:0px;
		width:950px;	
		margin:0pt auto;	
	}

#main {
	background-color: #ffefb8;
	min-height: 300px;
}

	#content {
		position: relative;
		margin-top:0px;
		width:812px;	
		margin:0pt auto;	
	}
	
		#content_left {
			background: #ffefb8 url(../img/main_left_bg.jpg) center top no-repeat;			
			position: relative;	
			width: 500px;
			float: left;
			padding: 65px 50px 25px 50px;
		}
		
		#content_right {
			background: #ffefb8 url(../img/main_right_bg.jpg) center top no-repeat;			
			position: relative;
			margin-left: 22px;
			width: 170px;
			float: right;
			padding: 65px 10px 25px 10px;
		}	
		
			#content_right #submenu{
				line-height: 200%;
			}
		
		#content_clear {
			clear: both;
		}


#footer {
	background: #d6550f url(../img/footer_bg.gif) repeat-x top;	
	height: 184px;
}

	#footer_contact {
		position: relative;
		background-image:url(../img/footer_contact.gif);
		background-position:center top;
		background-repeat:no-repeat;
		font-size:0pt;
		height:184px;
		margin-top:0px;
		width:712px;	
		margin:0pt auto;	
	}
