body
{
	font-family: "Arial", Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: url(../images/bgTile.gif) top left repeat;
}

#mainDiv
{
	text-align: left;
	background: #ffffff;
	width: 800px;
	margin: auto;
	margin-top: 50px;
	position: relative;
	border: 1px solid #333220;
	min-height: 650px;
	padding-bottom: 20px;
}

#headerDiv
{
	background: url(../images/topBanner.jpg) top left no-repeat;
	height: 91px;
	width: 800px;
}

#slogan1
{
	float: right;
	color: #ffffff;
	font-size: 0px;
	font-weight: bold;
	margin-top: 70px;
	margin-right: 400px;
}

#menuDiv
{
	background: url(../images/menuBg.gif) top left no-repeat;
	width: 176px;
	position: absolute;
	top: 91px;
	left: 0px;
	padding-top: 70px;
}

.menuBtn
{
	border: 0px;
	display: block;
	margin: 16px 10px;
}

#footerDiv
{		
	position: absolute;
	bottom: 0px;
	right: 10px;
	color: #000000;
	font-size: 9px;
	width: 800px;
	text-align: right;
}

#footerDiv a
{
	color: #000000;
}

#contentDiv
{
	width: 650px;
	margin-left: 130px;
}

#contentText
{
	margin-top: 30px;
	font-size: 11px;
}

.spacer
{
	clear: both;
}

#contactInfo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/contactInfo.jpg) top left no-repeat;
	width: 135px;
	height: 186px;
	cursor: pointer;
}