body {
	background: #FFF;
	font: normal 12px/21px 'Helvetica Neue', Helvetica, Arial, verdana, sans-serif;
	height: 100%;
	margin: 0;
	width: 100%;
}

#center a img {
	float: center;
	margin: 2px 4px;
	border: #003333 2px solid;
	width: 200px;
	height: 125px;
}

#center a:hover img {
	border: #0071bc 2px solid;
}

#center {
	width: 80%;
	background: #FFFFFF;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: center;
}

#header {
	width:100%;
	height: 85px;
	background: #003333;
	border-bottom: #0071bc 5px solid;
}

#header h1 {
	color: #FFFFFF;
	margin: 0 0 0 10px;
	font: bold 28px 'Helvetica Neue', Helvetica, Arial, verdana, sans-serif;
}

#header h2 {
	color: #CCCCCC;
	margin: 0 0 0 15px;
	font: italic 12px/21px 'Helvetica Neue', Helvetica, Arial, verdana, sans-serif;
}

#footer {
	color: #CCCCCC;
	width:100%;
	height: 45px;
	background: #003333;
	text-align: center;
}