body, html {
	background-color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	margin: 0px;
	text-align: center;
}
.content {
	width: 840px;
	margin: 0px auto;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
h1 {
	font-size: 22px;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	color: #666666;
	padding-left: 50px;
	margin-top: 0px;
}
h2 {
	color: #666666;
	font-size: 20px;
}
.main {
	padding-left: 35px;
	padding-top: 10px;
	width: 100%;
}
.details {
	background-image: url(images/details.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 150px;
	margin-left: 40px;
	margin-top: 30px;
	width: 100%;
}
.directions {
	background-image: url(images/directions.jpg);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-left: 90px;
	margin-left: 40px;
	margin-top: 30px;
	padding-top: 50px;
	width: 660px;
}
.footer {
	background-color: #333333;
	width: 100%;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer a {
	color: #666666;
	text-decoration: none;
}
.photos {
	padding-bottom: 15px;
	margin-left: 40px;
	margin-top: 30px;
	width: 760px;
	height: 250px;
}
.photoleft {

	float: left;
}
.photoright {


	float: right;
}
.details a {

	color: #666666;
}

