/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffdd;
}

#topbar {
	width: 100%;
	background-image: url(images/topbar_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #554400;
}

.topbar_bkgd {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/top_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.topbar_container {
	width: 950px;
	height: 186px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
}

.line1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	padding-left: 350px;
}

.line1 a:link, .line1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.line1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #90DEF2;
	text-decoration: none;
}

.line2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #554400;
	padding-left: 380px;
	padding-top: 10px;
}

.line2 a:link, .line2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #554400;
	text-decoration: none;
}

.line2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #90DEF2;
	text-decoration: none;
}

#content {
	width: 100%;
}

#content_top {
	width: 100%;
}

.content_container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.content_text {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding: 20px 40px 20px 40px;
}

.text h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #554400;
}

.text h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.line {
	width: 100%;
	background-color: #90DEF2;
}

.content_text form {
	width: 500px;
	padding: 20px;
	border: 1px solid black;
}

.content_text input {
	margin-bottom: 10px;
}

#homephotos {
	width: 100%;
	background-color: black;
	background-image: url(images/photo_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

.homephotos_container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_row {
	width: 940px;
	display: inline;
}

.gallery_photo {
	border: 1px solid black;
}

#bottombar {
	width: 100%;
	background-image: url(images/bottom_bkgd.jpg);
	background-repeat: repeat-x;
}

.bottombar_container {
	width: 950px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	color: #554400;
	line-height: 14px;
}

.bottom_text a:link, .bottom_text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #554400;
	text-decoration: none;
}

.bottom_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.heritage {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: #554400;
	text-align: center;
}

.heritage a {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: #554400;
	text-align: center;
	text-decoration: none;
}

.login {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: #554400;
	text-align: center;
	text-decoration: underline;
}

.login a {
	padding: 5px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: #554400;
	text-align: center;
	text-decoration: underline;
}