body {
	background: #fff; 
	font: 0.84em/1.3em verdana;
	color: #111;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
#header {
	z-index: 0;
	width: 1019px;
	margin-left: 0px;
	background: url("images/headerMountain.jpg") no-repeat 0 0;
	padding: 0 0 0 0;
	height: 125px;
}
ul#for {
	font-size: .8em;
	text-align: right;
	background: #000;
	width: 629px;
	margin: 0 50px 0;
	padding: 2px 0 0 10px;
}
ul#for a#current {
	border: 0;
	border-bottom: 5px solid #cc0000;
}
ul#for li {
	display: inline;
}
ul#for li a {
	font-weight: 700;
	color: #e4e0d4;
	padding: 2px 5px 0 5px;
}
ul#for li a:hover img {
	border: 2px solid #727272;
}
ul#for li a img#switch1 {
	border: 2px solid #c90000;
}
ul#menu {
	float: left;
	list-style-type: none;
	font-family: verdana;
	font-weight: 700;
	font-size: .8em;
	width: 115px;
	padding: 0;
	text-align: right;
	letter-spacing: 3px;
	height: 100%;
	margin: 3em 2em 3em 92px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 3em 2em 3em 47px;
}
html>body ul#menu {
	margin: 3em 2em 3em 92px;
}
ul#menu li {
	padding: 8px 0;
	margin: 0;
}
ul#menu li a {
	display: block;
	text-align: right;
	color: #424242;
}
ul#menu li a#current {
	border-right: 8px solid #c00;
	color: #cc0000;
}
ul#menu li a#current:hover {
	color: #E4E0D4;
}
ul#menu li a:hover {
	background-color: #727272;
	color: #E4E0D4;
}
#content {
	float: left;
	margin: 3em 0;
	width: 500px;
	text-align: justify;
}
#content h3 {
	z-index: 1;
	color: #650c26;
	padding: 2em 0 0 0;
	margin: 0;
}
#content h2 {
	font-size: 1.3em;
	color: #B65109;
	margin: -4px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #650c26;
}
#content h2 a {
	text-decoration: none;
}
#content a:hover {
	color: #424242;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
	color: #650c26;
	font-weight: 900;
}
#content a:visited {
	text-decoration: underline;
	color: #727272;
	font-weight: 900;
}
form {
	width: 100%;
	margin: 1em 0 0 0;
}

#contactForm div {
	margin-bottom: 0.5em;
}

input, textarea {
	width: 98%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	margin-bottom: 0.5em;
	padding: 2px;
}

input {
	width: 12em;
}

input.button {
	width: 5em;
	background-color: #e6e6e6;
	border-color: #ccc #666 #666 #ccc;
	margin-left: 1em;
	padding: 0;
	cursor: pointer;
}

label {
	float: left;
	width: 8em;
}

