* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #2a3841;
	color: #dee5ea;
}
a {
	color:#c7d72c;
	text-decoration:underline;	
}
a:hover {
	color:#c7d72c;
	text-decoration:none;	
}
#container {
	width: 800px;  
	background: #2a3841;
	margin: 0 auto; 
}
#header {
	background:#263039;
	height:80px;
	margin:10px 0;
}
#mainContent {
	background: #2a3841;
}
.headerPic {
	background:url(../images/headerBackground.jpg) no-repeat left top;
	width:800px;
	height:183px;
}
.headerPic p {
	padding:20px;
}
#footer {
	margin:10px 0; 
	background:#263039;
	height:80px;
}
#footer p {
	text-align:center;
	padding-top:20px;
}
.logo {
	float:left;
	font-size:18px;
	margin:25px 10px 0 20px;
}

#navcontainer {
	float:right;
	padding-top:43px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-right:3px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #2a3841;
	text-decoration: none;
	font-size:18px;
	padding:15px;
	border-top:2px solid #4b565e;
}
#navlist a:hover {
	color: #c7d72c;
	background-color: #2a3841;
	text-decoration: none;
	border-top:2px solid #959ca0;
	padding-top:25px;
}
#navlist #active a {
	color: #c7d72c;
	background-color: #2a3841;
	text-decoration: none;
	border-top:2px solid #959ca0;
	padding-top:25px;
}
h1 {
	color:#b8e2ff;
	padding:0 0 10px 0;
}
.testimonials {
	float:left;
	width:350px;
}
.meaning {
	margin-left:400px;
	border-left:1px solid #6a7b86;
	padding-left:50px;
}
.meaning ul {
	list-style:none;
}
.testimonials li {
	background:#F00;
	list-style:none;
	background:url(../images/p.jpg) no-repeat left top;
	padding-left:60px;
	padding-bottom:10px;
}
.clearer {
	clear:both;
}
hr {
	border-top:1px solid #6a7b86;
	height:1px;
	margin:20px 0;
}
