#container {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-repeat: no-repeat;
	background-color: #ddd8ca;
	}
	
#header {
	background-image: url(img/crouch_logo_black.png);
	padding: 0px;
	height: 150px;
	width: 750px;
	background-repeat: no-repeat;
	margin-top: 0
		px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	display: none;
}

#nav {
	padding: 0px;
	height: 70px;
	width: 1000px;
	align: center;
	margin-top: -30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#nav ul {
	text-align: center;
	padding:0;
	list-style-type:none;
}

#nav li {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 0px;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: center;
}

#nav a {
	display: block;
	width: 180px; /* fixed width */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 100;
}
#nav a:hover {
	color: #7395ae;
}
#content {
	height: 600px;
	width: 850px;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 20px;
	background: #5b7991;
	margin-left: auto;
	margin-right: auto;
}
#content ul {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #7E7E7C;
	list-style-type: none;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content li {
	display: block;
	text-align: center;
	color: #7e7e7c;
	line-height: 20px;
	margin-top: 10;
}
#content a {
	color: #ffffff;
	text-decoration: none;
}
#content a:hover {
	color: #C4600B;
}
#content h2 {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#content h3 {
	color: #a3bacf;
	text-transform: uppercase;
	text-align: center;
}
#content h4 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #a3bacf;
}
#content h5 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #a3bacf;
	text-align: center;
}
textarea {
	width: 600px;
	height: 200px;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 980px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: cabeb9;
	line-height: 30px;
	text-align: right;
	list-style-type: none;
}
#footer ul {
	list-style-type: none;
}
#footer li {
	display: inline;
	width: 210px;
	float: right;
	text-transform: none;
	color: #927b71;
	font-variant: small-caps;
}
.current {
	color: #575757;
}
.form {
	padding-left: 80px
}
