body {
	color: #0000FF;
	background-color: #ffffff;
}
#wrapper {
	color: #0000FF;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #0000FF;
	top: 15px;
	position: relative;
	width: 800px;
	margin-left: 170px;
}
#main {
	color: #0000FF;
	top: 25px;
	position: relative;
	width: 800px;
	margin-left: 170px;
}
#menu {
	float: left;
	text-transform: uppercase;
	line-height: 37px;
	left: 25px;
	position: relative;
	text-align: center;
	top: 30px;
	font-size: 12px;
	width: 120px;
	background-color: #4ccefc;
}
#menu a:link {
	color: #0000FF;
	text-decoration: none;
}
#menu a:visited {
	color: #0000FF;
	text-decoration: none;
}
#menu a:hover {
	color: #0099FF;
	text-decoration: underline overline;
	cursor: auto;
}
#menu a:active {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	font-size: 36px;
	text-align: center;
}
a:link {
	color: #0000FF;
	}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
	text-decoration: underline overline;
}
a:active {
	color: #0000FF;
}
.clearfooter {
	height: 1px;
	clear: both;
}
#footer {
	text-align: center;
	margin-top: 55px;
	width: 650px;
	position: static;
	margin-left: 150px;
}
.centeredImage
    {
    display:block;
	margin-left:auto;
	margin-right:auto;
}
