body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	text-align: center;
	background-color: #000b17;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 821px;
	margin: auto;
	text-align: left;
}

#header {
	width: 821px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#headerleft {
	width: 196px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#headerright {
	width: 625px;
	float: right;
	padding-top: 126px;
	margin: 0px;
	height: 40px;
	padding-bottom: 16px;
}

#nav {
	width: 625px;
	height: 28px;
	padding-top: 12px;
	background-image: url(../images/navbg.jpg);
	background-position: top !important;
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	font-size: 13px;
}

#navlist {
	padding: 0px;
	margin: 0px
}

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align: right;
}

#navlist li {
	display: inline;
	list-style-type: none;
	background-image: url(../images/divider.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#navlist li.last {
	background-image: none;
	padding-right: 10px;
}

#navlist a { padding: 3px 15px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	background-color: #0095d9;
	text-decoration: none;
}

#splash {
	width: 821px;
	height: 206px;
	float: left;
}

#contentcontainer {
	width: 771px;
	float: left;
	background-image: url(../images/hpcontentbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px;
	font-size: 13px;
	line-height: 18px;
}

#subcontentcontainer {
	width: 771px;
	float: left;
	background-image: url(../images/subcontentbg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px;
	font-size: 13px;
	line-height: 18px;
}

#subcontent {
	width: 771px;
	float: left;
}

#left {
	width: 418px;
	float: left;
}

#right {
	width: 316px;
	padding-left: 37px;
	float: right;
}

#footer {
	width: 821px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	height: 104px;
	float: left;
	margin-top: 40px;
	padding-top: 30px;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

.blue {
	color: #0095d9;
}

.grey {
	color: #616d78;
}

a:link, a:visited {
	color: #fff;
}