html {
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #423d36;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 1000px;
	margin: auto;
	padding: 0px;
}
.container .header {
	height: 118px;
	width: 1000px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.container .header .logo {
	width: auto;
	float: left;
	padding-left: 194px;
	padding-top: 46px;
	height: auto;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px;
}
.container .header .logo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 4px;
}
.container .header .logo h1 a {
	color: #000;
	text-decoration: none;
}
.container .header .logo h1 a:link {
	color: #000;
	text-decoration: none;
}
.container .header .logo h1 a:visited {
	color: #000;
	text-decoration: none;
}
.container .header .logo h1 a:hover {
	color: #000;
	text-decoration: none;
}
.container .header .logo h1 a:active {
	color: #000;
	text-decoration: none;
}

.container .header .logo h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	letter-spacing: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.container .header .logo h2 a {
	color: #000;
	text-decoration: none;
}
.container .header .logo h2 a:link {
	color: #000;
	text-decoration: none;
}
.container .header .logo h2 a:visited {
	color: #000;
	text-decoration: none;
}
.container .header .logo h2 a:hover {
	color: #000;
	text-decoration: none;
}
.container .header .logo h2 a:active {
	color: #000;
	text-decoration: none;
}


.container .header .navigation {
	float: right;
	height: 102px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.container .header .navigation h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-right: 79px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 62px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	letter-spacing: 1px;
}
.container .header .navigation h4 a {
	color: #000;
	text-decoration: none;
}
.container .header .navigation h4 a:link {
	color: #000;
	text-decoration: none;
}
.container .header .navigation h4 a:visited {
	color: #000;
	text-decoration: none;
}
.container .header .navigation h4 a:hover {
	color: #000;
	text-decoration: underline;
}
.container .header .navigation h4 a:active {
	color: #000;
	text-decoration: none;
}


.container .header .navigation h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: right;
	padding-right: 79px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}

.container .content {
	background-image: url(../images/long.jpg);
	background-position: center bottom;
	height: auto;
	width: 1000px;
	background-repeat: no-repeat;
}
.container .content .text {
	padding-right: 65px;
	padding-bottom: 16px;
	padding-left: 81px;
	padding-top: 0px;
	margin: 0px;

}
.container .content .text h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
.container .content .text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}

.container .content .text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .content .text p a {
	color: #000;
	text-decoration: underline;
}
.container .content .text p a:link {
	color: #000;
	text-decoration: underline;
}
.container .content .text p a:visited {
	color: #000;
	text-decoration: underline;
}
.container .content .text p a:hover {
	color: #000;
	text-decoration: underline;
}
.container .content .text p a:active {
	color: #000;
	text-decoration: underline;
}
.container .content .text ul {
	font-size: 11px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .content .text ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	_margin-top: -4px;
	_margin-bottom: -6px;
}
.container .content .text ul li a{
	color: #000;
}
.container .content .text ul li a:link {
	color: #000;
}
.container .content .text ul li a:visited {
	color: #000;
}
.container .content .text ul li a:hover {
	color: #000;
}
.container .content .text ul li a:active {
	color: #000;
}



.container .content .text h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	text-align: center;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
.container .content .text h6 a {
	color: #000;
	text-decoration: none;
}
.container .content .text h6 a:link {
	color: #000;
	text-decoration: none;
}
.container .content .text h6 a:visited {
	color: #000;
	text-decoration: none;
}
.container .content .text h6 a:hover {
	color: #000;
	text-decoration: underline;
}
.container .content .text h6 a:active {
	color: #000;
	text-decoration: none;
}
.container .content .text h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	letter-spacing: 1px;
}



.container .content .text .right {
	float: right;
	height: 349px;
	width: 492px;
	background-image: url(../images/picture.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: center center;
	padding: 16px;
}

.container .content .text .right .picture {
	height: 320px;
	width: 480px;
	padding-top: 23px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	margin: 0px;
}






.container .footer {
	height: 66px;
	width: 1000px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.container .footer .middle h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
.container .footer .middle h6 a {
	color: #000;
	text-decoration: none;
}
.container .footer .middle h6 a:link {
	color: #000;
	text-decoration: none;
}
.container .footer .middle h6 a:visited {
	color: #000;
	text-decoration: none;
}
.container .footer .middle h6 a:hover {
	color: #000;
	text-decoration: underline;
}
.container .footer .middle h6 a:active {
	color: #000;
	text-decoration: none;
}
.container .content .text table tr td img {
	border-top-color: #dacfbd;
	border-right-color: #dacfbd;
	border-bottom-color: #dacfbd;
	border-left-color: #dacfbd;
}


.container .content .text .map {
	height: 600px;
	width: 832px;
}
.container .content .text .map #directions {
	float: left;
	height: 600px;
	width: 400px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.container .content .text .map #directions a {
	color: #000;
}
.container .content .text .map #directions a:link {
	color: #000;
}
.container .content .text .map #directions a:visited {
	color: #000;
}
.container .content .text .map #directions a:hover {
	color: #000;
}
.container .content .text .map #directions a:active {
	color: #000;
}

.container .content .text .map #map_canvas {
	float: right;
	height: 600px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
