body {
	background-color: #999999;
	color: white;
	text-align: center;
}

a {
	color: white;
}

#container {
	width: 900px;
	height: auto;
	background-color: #3C4D3B;
	background-image: url("../images/container.gif");
	background-position: top left;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#container:after {
	display: block;
	height: 0px;
	visibility: hidden;
	content: ".";
	clear: both;
}

#header {
	width: 100%;
	height: 160px;
	background-image: url("../images/header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #3C4D3B;
	float: left;
	clear: both;
}

#navigation {
	float: left;
	width: 200px;
	background-color: #957D5B;
	color: black;
	clear: left;
}

#ratings {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#navigation ul {
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content {
	float: left;
	background-color: #FDFFCD;
	color: black;
	width: 500px;
	text-align: justify;
	font-family: Helvetica;
	line-height: 1.3em;
}

#content ul {
	list-style: square;
}

#page_photos {
	width: 200px;
	height: auto;
	background-color: #957D5B;
	float: left;
	clear: right;
}

#page_photos img {
	width: 200px;
	height: 150px;
	clear: both;
	float: left;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #3C4D3B;
	font-family: Arial;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#credit {
	font-size: 80%;
	margin-top: 10px;
}

.large_image {
	width: 100%;
	text-align: center;
}

#content img {
	margin: 10px;
}

#navigation li a {
	display: block;
	width: 190px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:5px;
	color: black;
	text-decoration: none;
	font-size: 95%;
	font-family: Arial;
}

#navigation li a:hover {
	background-color: #F1EAD0;
}

#content p, #content h2, #content h3 {
	margin: 10px;
}

#content blockquote{
	display:block;
	text-align:center;
	font-style:italic;
	border:1px black dashed;
	background-color: #957D5B;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#content h2, #content h3 {
	font-family: Monotype Corsiva,Times, Arial;
	font-size: 150%;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content address {
	margin: 10px;
	font-size: 90%;
	line-height: 1.1em;
}

#content a {
	color: black;
}

#content h3 {
	font-size: 130%;
	color: #333333;
}

#map {
	width: 100%;
	text-align: center;
	margin: 10px;
}

#content input, #content label {
	margin-left: 20px;
}

a img {
	border: none;
}