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


#holder {
	width: 800px;
	margin: auto;
	background: FFFFFF;
}
#sideLeft {
	float: left;
	width: 214px;
	background: #416A69;
	height: 644px;
}
#imageLeft {
	background: #416A69;
	height: 420px;
}
#bottomLeft {
	background: #416A69;
	height: 180px;
}
#navLeft {
	font: bold 14px 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: 644px;
}

#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: 334px;
	width: 276px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	text-decoration: none;
}
.content a:hover {
	color: #33CC99;
	text-decoration: none;
}


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