/*---------------------WRAPPER--------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 100%;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #C5AA7C;
}
#wrapper {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#surround{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:1px solid #666666;
	color:#1B4F1B;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*---------------------HEADER--------------------------- */
#header {
	float: left;
	height: 180px;
	width: 750px;
	background-image: url(images/header-background.jpg);
}
#title_bar {
	float: left;
	height: 24px;
	width: 740px;
	padding-left: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #889944;
	background-image: url(images/title-bar.jpg);
	background-repeat: repeat-x;
}
/*---------------------CONTENT--------------------------- */
#content {
	float: left;
	height: auto;
	width: 560px;
	padding: 10px;
	margin:0;
	font-size: 0.8em;
	text-align: justify;
}
#content a{
	color: #000000;
}
#content a:hover{
text-decoration:underline;}
/*---------------------NAVIGATION--------------------------- */
#menu11 {
	width: 170px;
	border-size: 1px;
	font-size: 0.8em;
	color: #738239;
	float: left;
}
#menu11 li a {
height: 20px;
height: 24px;
text-decoration: none;
}
#menu11 li a:link, #menu11 li a:visited {
	color: #7B6237;
	display: block;
	padding: 8px 0 0 25px;
	background-image: url(images/menu11.gif);
	font-weight: bold;
}

#menu11 li a:hover, #menu11 li #current {
color: #7B6237;
background:  url(images/menu11.gif) 0 -32px;
padding: 8px 0 0 27px;
font-weight: bold;
}
/*---------------------FOOTER--------------------------- */
#footer {
	float: left;
	width: 740px;
	font-size: 0.7em;
	color: #FFFFFF;
	margin:0;
	background-image: url(images/footer.jpg);
	height: 18px;
	display:block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
#left-foot {}
/*---------------------LINKS--------------------------- */
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #FFFFFF;
text-decoration: none;
}
a:active {
color: #FFFFFF;
text-decoration: none;
}
/*---------------------HEADERS--------------------------- */
h1 {
	color: #1B4F1B;
	font-size: 1.4em;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	text-align: center;
}
h2 {
color: #FFFFFF;
padding: 0px;
font-size: 0.8em;
font-weight: normal;
margin: 0px;
}

h3{
	padding:0px;
	margin:0px;
	font-size: 1em;
}
h4, H5{
padding:0;
margin:0;
}
ol, ul {
list-style: none;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}
img {
border: none;
}
/*---------------------CONTACT--------------------------- */
.contact {
	height: auto;
	width: 520px;
	float: left;
	padding: 8px;
	font-size: 0.8em;
	margin-bottom: 20px;
}

.contact_title {
	width: 100px;
	float: left;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
}
.contact_info {
	float: left;
	height: auto;
	width: 400px;
	padding: 5px;
	font-size: 1.2em;
}
