body {
	background: #212E37;
}
h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
}


#holder {
	width: 800px;
	margin: auto;
}
#sideLeft {
	float: left;
	width: 214px;
	background: #416A69;
	height: 1000px;
}
#imageLeft {
	background: #416A69;
	height: 300px;
}
#bottomLeft {
	background: #416A69;
	height: 180px;
}
#navLeft {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 5px;
}
#navLeft a {
	color: #FFFFFF;
	text-decoration: none;
}
#navLeft a:hover {
	color: #95DDFF;
}


#centre {
	width: 281px;
	float: left;
	background: #FFFFFF;
	height: 1000px;
}

#header {
	background: #415A69;
	float: left;
	height: 180px;
	width: 281px;
	padding-right: 5px;
}
#topNav {
	background: #7EA800;
	float: left;
	height: 120px;
	width: 281px;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding-right: 5px;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #000066;
	text-decoration: none;
}


.content {
	background: #FFFFFF;
	float: left;
	height: 689px;
	width: 276px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

#sideRight {
	float: right;
	width: 300px;
	background: #415A69;
	height: 1000px;
}
#imageRight {
	float: right;
	background: #415A69;
}
.spacer {
	height: 18px;
	background: #416A69;
	float: right;
	width: 300px;
}
#footer {
	background: #212E37;
	clear: both;
	width: 800px;
	height: 100px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #A2C1C1;
}
#footer a {
	color: #669933;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
