* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align:center;
	background-color: #8F7156;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #574013;
}
.submit input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}


a {
	outline: none;
}

img {
	border: 0;
}


#banner {
	background: transparent url(images/banner_bg.jpg) center top no-repeat;
	margin: 0;
	width: 100%;
	height: 150px;
}

#menu {
	background: transparent url(images/menu_bg.gif) right top repeat-x;
	width: 100%;
	height: 37px;
	margin: 0;
	padding-top: 9px;
	color: #D3BE96;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
	#menu a {
		text-decoration: none;
		color: #D3BE96;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
	}
	#menu a:hover {
		text-decoration: underline;
		color: #D3BE96;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
	}

#maincontainer {
	background-color: #FFFFFF;
	width: 950px;
	margin: 15px auto 0 auto;
	text-align: center;
	overflow: hidden;
}

#main_header {
	background: transparent url(images/content_header.gif) right top no-repeat;
	margin: 0 auto 0 auto;
	width: 950px;
	height: 8px;
}

#content_banner {
	background: transparent url(images/content_banner.jpg) right top no-repeat;
	margin: 0px auto 15px auto;
	width: 924px;
	height: 106px;
	text-align: left;
}
	#content_banner_text {
		position: relative;
		padding-left: 75px;
		padding-top: 80px;  
	}
	#content_banner_text a {
		text-decoration: none;
		font-family: Georgia, serif;
		font-size: 13px;
		font-weight: normal;
		color: #81603E;
	}
	#content_banner_text a:hover {
		text-decoration: underline;
		font-family: Georgia, serif;
		font-size: 13px;
		font-weight: normal;
		color: #81603E;
	}

#leftcolumn {
	float: left;
	width: 300px;
	min-height: 488px;
	height: auto !important;
	height: 488px;
}
	#leftcolumn_content {
		
	}
		
#rightcolumn {
	float: left;
	width: 300px;
	min-height: 488px;
	height: auto !important;
	height: 488px;
}
	#rightcolumn_content {
		
	}


#contentwrapper_index {
	float: left;
	min-height: 488px;
	height: auto !important;
	height: 488px;
}

	#content_pane_index {
		width: 350px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
	}
	
	#content_index {
		margin: 0 5px 0 5px;
		text-align: left;
	}
		#content_index h1 {
			font-family: Georgia, serif;
			font-weight: normal;
			color: #202020;
			font-size: 24px;
			margin-bottom: 15px;
		}
		#content_index p {
			font-family: Georgia, serif;
			color: #202020;
			font-size: 13px;
			margin-bottom: 15px;
			line-height: 150%;
		}
		#content_index a {
			text-decoration: none;
			font-family: Georgia, serif;
			font-size: 13px;
			font-weight: normal;
			color: #81603E;
		}
		#content_index a:hover {
			text-decoration: underline;
			font-family: Georgia, serif;
			font-size: 13px;
			font-weight: normal;
			color: #81603E;
		}
		
#contentwrapper {
	float: left;
	min-height: 488px;
	height: auto !important;
	height: 488px;
}

	#content_pane {
		width: 650px;
		min-height: 200px;
		height: auto !important;
		height: 200px;
	}
	
	#content {
		margin: 0 35px 0 5px;
		text-align: left;
	}
		#content h1 {
			font-family: Georgia, serif;
			font-weight: normal;
			color: #202020;
			font-size: 24px;
			margin-bottom: 15px;
		}
		#content p {
			font-family: Georgia, serif;
			color: #202020;
			font-size: 13px;
			margin-bottom: 15px;
			line-height: 150%;
		}
		#content a {
			text-decoration: none;
			font-family: Georgia, serif;
			font-size: 13px;
			font-weight: normal;
			color: #81603E;
		}
		#content a:hover {
			text-decoration: underline;
			font-family: Georgia, serif;
			font-size: 13px;
			font-weight: normal;
			color: #81603E;
		}
		
		
#search_results {
}
	.link {
		font-family: Georgia, serif;
		font-size: 11px;
		color: #000000;
	}
	#search_results a {
		text-decoration: none;
		font-family: Georgia, serif;
		font-size: 11px;
		color: #81603E;
	}
	#search_results a:hover {
		text-decoration: underline;
		font-family: Georgia, serif;
		font-size: 11px;
		color: #81603E;
	}
	.name {
		font-family: Georgia, serif;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
	}
	.info {
		font-family: Georgia, serif;
		font-size: 11px;
		color: #000000;
	}
	.type {
		font-family: Georgia, serif;
		font-size: 12px;
		color: #000000;
	}



#main_footer {
	float: left;
	font-size: 1px;
	background: transparent url(images/content_footer.gif) right top no-repeat;
	width: 950px;
	height: 8px;
}

#bottom_footer {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #ffffff;
	width: 950px;
	margin: 0 auto;
	text-align: center;
}
	#bottom_footer a {
		font-family: Georgia, serif;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
	}
	#bottom_footer a:hover {
		text-decoration: underline;
	}
