@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #c0b7a5;
	background-image: url('../images/bckgrnd.jpg');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center; 
	color: #4f4126;
}
.ohb #container { 
	width: 845px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
} 
.ohb #logoarea { 
	float: left;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height: 329px;
	width: 337px;
}
.ohb #logoarea h4 { 
	margin-top: 22px;
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ohb #photosublinks { 
	float: right;
	background-image: url('../images/sublinks.jpg');
	background-position: 0px 110px;
	height: 329px;
	width: 508px;
}  
.ohb #header { 
	height: 11px;
} 
.ohb #header h1 {
	margin: 0;
	padding: 8px 0;
}
.ohb #sidebar1 {
	float: left;
	margin: 8px 0 0 0;
	border-right: 1px dotted #AFBB95;
	width: 255px;
	padding: 10px 10px 10px 10px;
}
.ohb #mainContent { 
	margin: 12px 0 0 295px;
	padding: 8px 8px 8px 0px;
} 
.ohb #footer { 
	background-image: url('../images/barbk.jpg');
	background-repeat: repeat-x;
	height: 11px; 
} 
.ohb #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #8B3719;
	text-decoration: none;
}
a:visited {
	color: #8B3719;
	text-decoration: none;
}
a:hover {
	color: #4D603E;
	text-decoration: underline;
}
a:active {
	color: #000066;
	text-decoration: none;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.white a:active {
	color: #FFFFFF;
	text-decoration: none;
}
