* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #0f233c url(../images/sitebackground.jpg) left top no-repeat;
	color: #fff;
}
b, h1, h2, h3 {
	color:#a2dee1;
}
a {
	color:#a2dee1;
	text-decoration:underline;
}
a:hover {
	color: #FFFF00;
	text-decoration:none;
}
/*begin menu*/
#menu {
	margin:0 auto;
	width:610px;
	height:45px;
	background:#b6edee;
	padding:15px 0 0 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding:0 25px;
}
#navlist a {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
#navlist a:hover {
	color:#000;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}
/*end menu*/
#header {
	margin-bottom:30px;
}
#header h1 {
	font-size:48px;
	color:#a2dee1;
	margin:30px 0 0 20%;
}
#header span {
	color:#fff;
	margin:5px 0 0 30%;
}
#header a {
	color:#FFFFFF;
}
#container {
	width: 610px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:20px;
}
.mainContent {
	border:5px solid #b6edee;
	padding:20px;
}
.mainContent p{
	padding:10px 0;
}
#footer {
	text-align:center;
}
#footer p {
	padding:20px 0;
}
.clearer {
	clear:both;
}
