body {
	background: #400000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.copyright {
	color: #DDD;
}

.copyright a {
	color: #DDD;
}

.container #content {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;
	background: #6f7b8f;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 6px solid #EEEEEE;
	margin-top:40px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.container #mainContent {
	background:#6f7b8f;
	margin: 0;
	padding: 10px;
	border-top: 2px solid #400000;
}

div#nav {
	border: thin;
	text-align:center;
	padding: 0;
	width:100%;
	background: #6f7b8f;
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
}

div#nav ul {
	line-height: 40px;
	vertical-align:middle;
	margin: 0px;
}

div#nav li {
	list-style-type: none;
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

div#nav li a {
	color:#EEE;
	text-decoration: none;
}

div#nav li a:hover {
	color:#BBB;
	text-decoration: none;
}


.footer #footer {
	vertical-align: middle;
	text-align: center;
	background-color: #6f7b8f;
	padding: 0px;
	margin: 0px;
}

.services ul {
	width: 880px;
}

.services li {
	font: "Arial Black", Gadget, sans-serif;
	list-style-type: none;
	font-size:1.3em;
	text-align:left;
}

.services img {
	margin: 20px;
	float: right; 
}

.contact {
	padding-left: 50px;
	padding-right: 50px;
}

.contact h2 {
	color: #000;
	text-align: left;
}

.contact label { width: 10em; float: left; }
.contact label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 1.0em;}
.contact .submit { margin-left: 12em; }

.contact a {
	color: #222;
	font-size: 0.9em;
}

.contact p {
	color: #000;
	text-align: left;
	font-size: 1.0em;
}

