body {
	margin: 0;
	padding: 0;
	font-size: 10pt;
 	font-family: Georgia, Times, serif;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	float: left;
}
#main {
	width: 945px; 
	margin: 0 auto;
	overflow: hidden;
}
.header {
	width: 945px;
	height: 370px;
	background: url(../img/header.jpg) 22px 14px no-repeat;
}
#title {
	width: 945px;
	height: 370px;
	float: left;
	background: url(../img/title.jpg) 245px 204px no-repeat;
}
a.logo {
	width: 690px;
	height: 190px;
	float: left;
	margin: 14px 0 0 245px;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/logo.jpg) left top no-repeat;
}
#content {
	width: 922px;
	float: left;
	padding-left: 22px;
}	
.border_left {
	width: 922px;
	float: left;
	background: #f6f6f6 url(../img/border.gif) left top repeat-y;
}
.border_right {
	width: 922px;
	float: left;
	background: url(../img/border_right.gif) right top repeat-y;
}
.border_top {
	width: 922px;
	float: left;
	background: url(../img/border.gif) left top repeat-x;
}
.border_bottom { 
	width: 922px;
	float: left;
	background: url(../img/border_bottom.gif) left bottom repeat-x;
}
.bottom_left {
	width: 922px;
	float: left;
	background: url(../img/bottom_left.gif) left bottom no-repeat;
} 
.bottom_right {
	width: 922px;
	float: left;
	padding-bottom: 25px;
	background: url(../img/bottom_right.gif) right bottom no-repeat;
}
.box {
	width: 602px;
	float: left;
	background: url(../img/top_left.gif) left top no-repeat;
}
.box h1 {   
	margin: 22px 0 10px 30px;
	font-size: 24pt;
	font-weight: normal;
}
.box p {
	margin: 5px 30px 5px 30px;
}
.image img {
	margin: 3px 10px 2px 30px;
}
.info {
	width: 602px;
	color: #8b4b1b;
}
.info p {
	margin: 5px 30px 5px 30px;
}
.info h2 {
	margin: 22px 0 10px 30px;
	font-size: 24pt;
	font-weight: normal;
} 
#links {
	width: 540px;		
	padding: 15px 30px;
	text-align: center;
}
#links a {
	font-size: 9pt;
	color: #586945;
	text-decoration: none;
}
.google_center {
	width: 602px;
}
.google {
	display: block;
	width: 390px;
	margin: 0 auto;	
}
.google form {
	margin: 0;
	padding-bottom: 15px;
}
.google img {
	display: block;
	margin: 3px 0 0 0;
}
.column_right { 
	width: 310px;
	float: right;
	background: url(../img/top_right.gif) right top no-repeat;
}
#menu {
	width: 309px;
	margin-top: 30px;
	border-left: 1px solid #000000;
}
#menu ul {
	width: 275px;
	padding: 10px 0 25px 30px;
}
#menu li {
	font-size: 10pt;
	line-height: 15px;
}
#menu a {
	display: block;
	width: 275px;
	margin: 0;
	color: #586945;
	font-size: 10pt;
	text-decoration: none;
}
#menu a:hover,
#links a:hover {
	color: #4e5c71;
	text-decoration: underline;
}
#menu li.selected a {
	color: #8b4b1b;
}
.more {
	width: 309px;
	color: #4e5c71;
	padding-bottom: 20px;
	border-left: 1px solid #000000;
}
.more h2 {	
	margin: 0;
	padding: 12px 0 0 30px;
	font-size: 24pt;
	font-weight: normal;
}
.more p {
	margin: 10px 40px 0 30px;
	font-size: 9pt;
}
.more strong {
	color: #000000;
	font-weight: normal;
}
#footer {
	width: 945px;
	height: 92px;
	clear: both;
	background: url(../img/footer.gif) left top repeat-x;
} 
.copy {						 
	width: 824px;
	height: 92px;
	margin: 0 auto;
	float: left;
	text-indent: -3000px;
	overflow: hidden;
	background: url(../img/copy.gif) center 15px no-repeat;
} 
.footer_left {
	width: 63px;
	height: 92px;
	float: left;
	overflow: hidden;
	background: #ffffff url(../img/footer_left.gif) right top no-repeat;
}
.footer_right {
	width: 58px;
	height: 92px;
	float: right;
	overflow: hidden;
	background: url(../img/footer_right.gif) left top no-repeat;
}
