* {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #CBC0AE;
	padding-bottom: 35px;
}
#container {
	margin: auto;
	width: 800px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a {
	color: #B95C00;
}
a:hover {
	color: #E1C59E;
}


p {
	margin-bottom: 18px;
}


h1 {
	font-size: 20px;
	color: #663400;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	color: #663400;
	margin-bottom: 16px;
}
h3 {
	font-size: 13px;
	color: #663400;
	margin-bottom: 6px;
}
h4 {
	font-size: 13px;
	margin-bottom: 4px;
}
.subhead {
	font-size: 13px;
	font-style: italic;
}
#masthead {
	width: 800px;
}
#navarea {
	background-color: #EFEAE5;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	width: 250px;
	float: left;
}
#navarea ul li {
	font-size: 14px;
	line-height: 32px;
	list-style-type: none;
}
#navarea li a {
	color: #663400;
	width: 228px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#navarea li a:hover {
	color: #25180A;
	background-color: #FEFAF7;
}
#feature {
	background-color: #663400;
	background-image: url(../images/ph_workers.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 180px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	width: 340px;
	height: 154px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#feature h3 {
	font-size: 16px;
	color: #e1c59e;
	font-style: italic;
	padding-top: 25px;
	margin-bottom: 0px;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	height: 91px;
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #663400;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#footer p {
	margin-top: 35px;
}


p.address {
	font-size: 12px;
	color: #663400;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
	line-height: 20px;
}

#rightcol {
	float: left;
	width: 550px;
}
#content {
	margin-left: 30px;
	width: 463px;
	line-height: 22px;
	font-size: 13px;
	color: #414141;
	padding-bottom: 16px;
}
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	margin-bottom: 8px;
	padding-left: 30px;
	list-style-type: none;
}
#content ul {
	margin-bottom: 22px;
}
.photo-up-right {
	float: right;
	margin-bottom: 12px;
	margin-left: 15px;
	border: 1px dashed #CBC0AE;
}

