body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #42454E;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 { color: #425225; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 {
	font-size: 1.4em;
	font-style: italic;
}
a, a:visited, a:hover {
	color: #7A786C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Content */
#container {
	background-color: #FFFFFF;
	border-left: solid 4px #FFFFFF;
	border-right: solid 4px #FFFFFF;
	position: relative;
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 750px;
	height: 400px;
}

#header h1 {
	display: none;
}

#header #phone_info {
	font-size: 1.1em;
	float: right;
	width: 40%;
	margin: 335px 10px 0 0;
	text-align: right;
}

/* Content */
#content {
	background-color: #FFFFFF;
	width: 730px;
	height: auto;
	padding: 0px 10px;
	margin-top: -25px;
	font-size: 1.0em;
}

/* Navigation */
#nav {
	position: absolute;
	top: 295px;
	right: 12px;
	padding-top: 5px;
	padding-left: 20px;
}
#nav ul {
	padding: 0;
	margin: 0;
	text-align: left;
}
#nav li {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
	list-style-type: none;
}
#nav li a, #nav li a:visited, #nav li a:hover {
	color: #42454E;
	font-size: 1.2em;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.cabinmap {
	width: 210px;
	float: left;
	text-align: center;
}

.cabininfo {
	margin-left: 240px;
}

.submit {
	width: 100px;
}

/* Footer */
#footer {
	background-color: #FFFFFF;
	width: 720px;
	height: 20px;
	font-size: 0.8em;
	margin-top: 10px;
	padding: 10px;
}

/* classes */
div.story {
	padding-bottom: 2px;
	border-bottom: solid 2px #7A786C;
}

.odd {
	background-color: #CCCCCC;
}