﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #bf311a;
	font-size: 62.5%;
	background-image: url('../images/tracks.gif');
	background-repeat: no-repeat;
	font-family: helvetica, arial, sans-serif;
}

#outer {
	position: absolute;
	top: 11px;
	left: 37px;
}

#shadow {	
	position: absolute;
	left: 0;
	top: 0;
}

#shadow-top {
	position: absolute;
	left: -14px;
	top: -14px;
}

#shadow-bottom {
	position: absolute;
	left: -14px;
	margin-top: -13px;
}

#shadow-middle {
	background-image: url('../images/shadow/mid.png');
	background-repeat: no-repeat;
	width: 950px;
}

#inner {
	position: relative;
	top: 14px;
	left: 14px;
	width: 922px;
	border: 1px solid black;
	background-color: #edeeee;
	margin: 0px;
	padding: 0px;
}

#title-outer {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/title-background.jpg');
	background-repeat: repeat-x;
	height: 89px;
	border-bottom: 1px solid black;
	width: 922px;
}

#title-left {
	float: left;
	border: 0px;
}

#title-right {
	float: right;
	border: 0px;
}

#header {
	border-bottom: 1px solid black;
}

#menu {
	width: 167px;
	float: left;
	height: 100%;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 16px;
	font-size: 1.5em;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	display: block;
	text-decoration: none;
	color: black;
}
#menu a:hover {
	background-color: #d5d6d6;
}

#active {
	background-color: #d5d6d6;
}

#content {
	margin-left: 167px;
	border-left: 1px solid black;
	background-color: white;
	padding: 8px;
}

#silver-bar {
	background-image: url('../images/silver-background.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid black;
	text-align: right;
	height: 55px;
	width: 922px;
}

#footer {
	margin-top: 20px;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

#content {
	padding: 10px;
}

#content p {
	padding-left: 20px;
	font-size: 1.1em;
	font-family: helvetica, arial, sans-serif;
}

.form-field {
	margin-bottom: 3px;
}

#contact-form {
	padding-left: 20px;
}

.form-field input, .form-field textarea {
	width: 300px;
}
