body, div
{
	margin: 0px;
	padding: 0px;
}

html, body
{
	height: 100%;
}

body
{
	background-color: #231F20;
}

div
{
	background-color: #FFFFFF;
}

#pageWrapper
{
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #E4F6F8;
}

#headerWrapper
{
	background-color: #003366;
	padding-top: 5px;
}
#pageHeader
{
	width: 1024px;
	margin: 0 auto;
	height: 90px;
	background-color: #003366;
}

#menuBar
{
	position: absolute;
	top: 78px;
	left: 50%;
	height: 30px;
	margin-left: -512px;
	width: 1024px;
	background-color: #F0F0F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	box-shadow: 3px 3px 4px #000;
}

#contentWrapper
{
	margin: 28px auto 0 auto;
	border-bottom: 1px solid black;
	width: 1024px;
	height: 370px;
	min-height: 370px;
	background-color: #E4F6F8;
	
}


#footerWrapper
{
	margin: 0px auto 0px auto;
	width: 1024px;
	background-color: #E4F6F8;
}
