@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#dab88f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	width:950px;
	background-color:#FFF9EB;	
	}
#header{
	height:212px;
	width:950px;
}
.LH_header{
	width:491px;
	height:212px;
	float:left;
}
.RH_header{
	width:459px;
	height:212px;
	float:left;
}
img,a{
	border:none;
}
#content{
	width:950px;
	float:left;
	background-color:#FFF9EB;	
	min-height:588px;

}
#LH_content {
	float: left;
	width: 491px;
}
#RH_content {
	float: left;
	width: 459px;
	min-height:491px;
}
#RH_content_home {
	float: left;
	width:459px;
}

#footer {
	float: left;
	width: 950px;
	height:81px;
}
#RH_content #RH_content_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #5B1400;
	padding: 10px 20px 10px 10px;
}

#RH_content #RH_content_text blockquote{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #5B1400;
	padding: 0px 0px 20px 0px;
	
	margin: 0px;
	
}
#RH_content #RH_content_text p {
	line-height:1.2;
	margin:0px;
	padding-bottom:13px;
}
#RH_content_text a {
		color: #5B1400;
			text-decoration:none;


}
#RH_content_text a:hover {
	text-decoration:underline;

}
