@charset "utf-8";
body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #695326;
	background-image: url('../images/bkgrnd.jpg');
	background-repeat: repeat-x;
	margin: 15;
	padding: 0;
	text-align: center; 
	color: #423620;
}
.coc #container { 
	width: 940px;  
	background: #FFFFFF;
	background-image: url('../images/contentback.jpg');
	background-repeat: repeat-x;
	margin: 0 auto; 
	border: 8px solid #FFFFFF;
	text-align: left; 
} 
.coc #box1 { /*Visitor Guide Box*/
	float: left;
	width: 335px;
	height: 140px;
	border-top: 1px solid #AFBB95;
	border-bottom: 1px solid #AFBB95;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px; 
	margin-left: 16px;
	margin-right: 10px;
}
.coc #box2 { /*Links of Interest Box*/
	float: left;
	width: 240px;
	height: 140px;
	border-top: 1px solid #AFBB95;
	border-bottom: 1px solid #AFBB95;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px; 
	margin-right: 10px;
}
.coc #box3 { /*Job Search Box*/
	float: left;
	width: 130px;
	height: 140px;
	border-top: 1px solid #AFBB95;
	border-bottom: 1px solid #AFBB95;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px; 
	margin-right: 10px;
}
.coc #box4 { /*Hot Deals Box*/
	float: left;
	width: 130px;
	height: 140px;
	border-top: 1px solid #AFBB95;
	border-bottom: 1px solid #AFBB95;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px; 
	margin-right: 16px;
	margin-bottom: 15px;
}
.coc #linkbar { 
	margin-left: 16px;
	background-position:center; 
	height: 42px;
} 
.coc #header h1 {
	margin: 0;
	padding: 10px 0;
}
.coc #sidebar1 {
	float: right;
	width: 312px;
	padding: 0 0px 0 0px;
	margin-top: 5px;
}
.coc #maincontent { 
	width: 594px;
	margin-left: 16px;
	margin-top: 5px;
}
.coc #maincontent H3 { 
	font-weight: bold;
	margin-top: 15px;
}
.coc #footer { 
	background-image: url('../images/btm.jpg');
	background-repeat: no-repeat;
	background-position: 0% 100%; 
	margin-left: 0px;
	padding: 10px 0px 0 0px;
} 
.coc #footer p {
	padding: 0px 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;
}
a:visited {
	color: #8B3719;
}
a:hover {
	color: #4D603E;
}
a:active {
	color: #000066;
}