@charset "UTF-8";
body {
	background-color: #663333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.container {
	background-color: #ffffff;
	display: block;
	width: 1200px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	background-repeat: repeat-x;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(../images/sierra_building.gif);
}
.left {
	float: left;
	width: 250px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #ffffff;
	height: 1000px;
}
nav {
	height: 500px;
	width: 250px;
	margin-top: 50px;
}
nav ul {
	height: 100px;
	width: 250px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	list-style-image: none;
	list-style-type: none;
}
nav ul li {
	display: block;
	height: 100px;
	width: 250px;
}
nav ul li a {
	font-family: "Helvetica Neue Medium";
	font-size: 1.25em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 65px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	display: block;
}
nav ul li a:hover {
	font-family: "Helvetica Neue Medium";
	font-size: 1.35em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/button_hover.gif);
}
.middle {
	float: left;
	height: 1000px;
	width: 950px;
	display: block;
	background-color: #ffffff;
}
.about {
	text-align: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-family: adolphus;
	font-size: 2.5em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-top: 25px;
}

p {
	font-family: Helvetica;
	font-size: 1.25em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	padding-top: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 125%;
	width: 945px;
	text-align: justify;
}
.email {
	text-align: center;
	display: block;
	padding-top: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	color: #333333;
}
.doorstop {
	clear: both;
}
footer {
	background-color: #cccccc;
	background-repeat: repeat-x;
	height: 100px;
	margin: 0px;
	padding: 0px;
	
}
