body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a.print {
	color: #630;
	text-decoration: none;
}
a.print:hover { text-decoration: underline; }

h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #630;
}

/* DIV containers */
#page {
	width: 772px; 
	text-align: left;
}

#page #top {
	clear: left;
	width: 770px;
	height: 48px;
	margin-top: 30px;
	padding-left: 3px;
}

#page #scenic {
	clear: both;
	float: left;
	width: 770px; 
	height: 200px; 
	margin-top: 2px;
	border: 1px solid #f60;
}

/* menu */
#page #navigation {
	margin: 0px;
	padding: 0px;
	width: 770px;
	height: 52px;
}

#page #navigation #helmets {
	clear: both;
	width: 770px;
	height: 23px;
}
#page #navigation #helmets ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #navigation #helmets ul li {
	display: inline;
	text-align: center;
}

#page #navigation #menu {
	clear: both;
	width: 770px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	background-color: #c96;
	border: 1px solid #f60;
}
#page #navigation #menu ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#page #navigation #menu ul li {
	float: left;
	border-left: 1px solid #f60;
	padding: 0px;
	display: inline;
	text-align: center;
}
#page #navigation #menu li.current { background-color: #630; }
#page #navigation #menu ul li a {
	display: block;
	padding: 6px 12px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#page #navigation #menu #current a { color: #fff; }

/* Content */
#page #container {
	clear: both;
	float: left;
	width: 772px;
	margin-top: 10px;
}

/* Footer */
#footer { clear: both; width: 772px; height: 18px; font-size: 10px; padding-top: 2px; color: #fff; background-color: #630; margin-top: 10px; }
#footer #colophon { padding: 0px 0px 0px 6px; float: left; }
#footer #slogan { padding: 0px 6px 0px 0px; float: right; text-align: right; }
#footer a { color: #fff; font-size: 10px; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/* Layout  */
div.text { padding: 0px 10px 10px 10px; }
.clear { margin: 0px; padding: 0px; clear: both; display: block; height: 1px; overflow: hidden; }
.spacer { clear:both; line-height: 5px; }
.thumb { border: solid 1px #fc9; }
.alert { color:  #b71212; }

#printonly { display: none; }