* {
	margin: 0;
	padding:0;
}
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	line-height: 18px;
}
.twoColFixLt #container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5ece2;
	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. */
}
.twoColFixLt #sidebar1 {
	margin-left: 0;
	float: left;
	width: 185px;
	background: #f5ece2;
	padding:0 0 0 10px;
}h1 {
	font-size: 24px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 18px;
	line-height:28px;
	color: #7a301c;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	line-height:28px;
	color: #7a301c;
}
.feature_box {
	float: right;
	width: 185px;
	background: #f5ece2;
	padding:10px;
	margin: 10px 5px 15px;
	width: 285px;
	background-position: center;
	border-width: 6px;
	border-style: solid;
	border-color: #000000;
	font-size: 12px;
}.feature_text {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sidebar_img {
	width: 140px;
	background-position: center;
	border-top-width: 18px;
	border-right-width: 12px;
	border-bottom-width: 16px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
		text-align: center;

}
.sidebar_ranch {
	width: 140px;
	text-align: center;
	font-size: 14px;
	color: #7A301C;	
	font-weight: bold;
}
.featured_ranch {
	margin-left:-10px;
	margin-top:-16px;
	position:relative;
	z-index:1;
}
.header{
	width: 925px;
	height: 234px;
	background: #f5ece2;
	padding-bottom: 5px;
}
.FLA{
	width: 350px;
	background: #f5ece2;
	padding: 0 10px 15px 15px;
	float: right;
}
.ophir{
	width: 400px;
	background: #f5ece2;
	padding: 0 5px 5px 5px;
	float: right;
}
#footer{
	float: right;
	width: 900px;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 80px 5px 0;
	vertical-align: bottom;
}
.twoColFixLt #mainContent { 
	margin: 20px 10px 10px 190px; 
	padding: 10px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
}
a:link {
	color: #7a301c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7a301c;
}
a:hover {
	text-decoration: underline;
	color: #7a301c;
}
a:active {
	text-decoration: none;
}
.featuredlink a:link {
	color: #7a301c;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.featuredlink a:visited {
	color: #7a301c;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.featuredlink a:hover {
	text-decoration: underline;
	color: #7a301c;
}
.ranchtxtlink a:active {
	text-decoration: none;
}
.ranchtxt {
	color: #7a301c;
	font-weight: bold;
	font-size: 16px;
	font-style:italic;
		line-height:25px;

}
.ranchtxtlink a:hover {
	text-decoration: underline;
}
#contact_form {
	text-align: center;
	margin: 0 auto;
	width: 450px;
}

