@charset "utf-8";
body {
	background: url(../images/layout/background.jpg) repeat;
	margin: 0px;
	padding: 0px;
}
#body {
	font: 14px/150% "Trebuchet MS", Verdana, Arial;
	color: #181013;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#photo-l {
	font-size: 80%;
	float: left;
	width: 200px;
	line-height: 90%;
	margin: 10px 30px 10px 0px;
}
#header img {
	float: left;
}

#photo-l img {
	margin-bottom: 5px;
	border: 1px solid #718B42;
}
.clear {
	clear: both;
}

#content {
	margin: 0px auto;
	width: 770px;
	border: 1px solid #FFFFFF;
}
#header {
	background: url(../images/layout/header.jpg) no-repeat;
	text-align: left;
	height: 177px;
}
#header-text {
	font-size: 80%;
	float: left;
	width: 250px;
	line-height: 90%;
	margin: 155px 30px 5px;
	color: #FFFFFF;
	text-align: right;
}

#menu {
	background: #561909;
	height: 37px;
}
#info {
	background: #FEFCEF url(../images/layout/info.jpg);
	padding: 30px;
	margin: 0px;
	text-align: left;
}
#info h1 {
	color: #566D39;
	margin: 0px;
	font-size: 18px;
}
#info p {
	margin: 0px 0px 20px;
}
#photo-r {
	font-size: 80%;
	float: right;
	width: 200px;
	line-height: 90%;
	margin: 10px 0px 10px 30px;
}
#info h2 {
	font-size: 110%;
	border-bottom: 1px solid #5B642B;
	color: #566D39;
}
.green {
	color: #566D39;
	}
a {
	color: #8D080B;
	text-decoration: none;
}
a:hover {
	color: #720000;
	text-decoration: underline;
}
.text_small {
	font-size: 90%;
}
.text14 {
	font-size: 14px;
}
div.border {
	border-bottom: 1px solid #F1EFE2;
}
div.border2 {
	border: 1px solid #561909;
	padding: 5px;
	float: right;
	width: 130px;
	text-align: center;
	background-color: #E6EDDC;
}
#col-50 {
	padding: 2px 2% 2px 0px;
	width: 48%;
	float: left;
}
.col-35 {
	padding: 2px 2% 2px 0px;
	width: 32%;
	float: left;
}
.col-65 {
	padding: 2px 2% 2px 0px;
	width: 62%;
	float: left;
}
#photo-r img  {
	margin-bottom: 5px;
	border: 1px solid #718B42;
}
.image_r {
	float: right;
	clear: both;
	border: 1px solid #718B42;
	margin: 0px 0px 10px 15px;
}

#footer {
	background: #8A9E67;
	height: 25px;
	font-size: 80%;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #FDF9DB;
}
.underline {
	border-bottom: 1px solid #A3B289;
}
.highlight:hover {
	background: #E7EBE0;
}
a.button {
	text-decoration: none;
	color: #120C0C;
	background: #A7B68D;
	padding: 2px 4px;
	border: 1px solid #1B4661;
}
a.button:hover{
	text-decoration: none;
	color: #161010;
	background: #C0C0C0;
	padding: 2px 4px;
	border: 1px solid #1B4661;
}
