#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;
}
#gutter {
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 480px;
	width: 120px;
}
#middle {
	margin-top: -188px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	width: 980px;
}
#content {
	width: 860px;
	margin-top: 190px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#text {
	width: 850px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	background: #5b7991;
	margin-top: 66px;
}
#text h2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
		text-align: center;
}
#text h3 {
	color: #a3bacf;
	text-transform: uppercase;
}
#text p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fbf7f0;
	text-align: justify;
	float: none;
	padding-left: 30;
}
#text a {
	display: block;
	width: 300px; /* fixed width */
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
#text a:hover {
	color: #ddd8ca;
}
#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 li {
	display: inline;
	width: 210px;
	float: right;
	text-transform: none;
	color: #927b71;
	font-variant: small-caps;
}
#footer ul {
	list-style-type: none;
}
.current {
	color: #575757;
}
@media (max-width: 1446px){
}
