@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/background2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	color: #d9b897;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border: 0;
}

a {
	color: #907e6f;
	text-decoration: underline;
	outline: none;
}

object {
	outline:none;
}

#container {
	width: 731px;
	text-align: left;
	margin: 0 auto;
}

#flashheader {
	width: 731px;
	height: 242px;
}

#contentcontainer {
	background-image: url(../images/content_bg.jpg);
	overflow: hidden;
	padding-left: 35px;
	min-height: 440px;
	height: 1%;
	background-repeat: repeat-y;
}
.clearfloats {
	clear: both;
}

#content {
	width: 661px;
	float: left;
}
#content_left {
	float: left;
	width: 370px;
}
#content_right {
	float: right;
	width: 280px;
	margin-top: 20px;
}
#title_image {
	width: 370px;
}



#footer {
	width: 681px;
	height: 57px;
	background-image: url(../images/footer_bg.jpg);
	padding-left: 25px;
	padding-right: 25px;
	color: #907e6f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_left {
	width: 165px;
	float: left;
	padding-top: 12px;
	text-align: center;
}
#footer_right img {
	vertical-align: text-bottom;



}

#footer_right {
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 16px;
}
#content_full {
	width: 650px;
}
#title_image_full {
	width: 650px;
}
#gallery_container {
	width: 650px;
}
#history_container {
	width: 650px;
}
#patron_gallery_container {
	width: 650px;
}

