body {
	background-color:#e2e2e2;
	margin: 0;
	padding: 0;
}
#overallDiv{
	margin: 0pt auto;
	width:801px;
	position:relative;
	
}
#mainDiv {
	border: 1px solid #999999;
	margin-top:-71px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12pt;
	position:relative;
	background-color:#FFFFFF;
}
#filler {
	height:70px;
}
#header{
	background:url(../images/header.png) no-repeat;
	height:113px;
	width:330px;
	position:relative;
	z-index:2;
}

#menu{
	
}

#mainMenu{
	background:url(../images/menuBg.png) repeat-x;
	height:36px;
	width:793px;
	padding-top:6px;
	padding-left:7px;
}

#subMenu{
	background:url(../images/subMenuBg.png) no-repeat;
    height:125px;
    width:161px;
    float:right;
    margin-top:-102px;
	padding-left:35px;
	padding-top:27px;
	
}

#content{
	width:780px;
	float:left;
	position:relative;
}

#footer{
	background:url(../images/footerBg.png) repeat-x;
	height:27px;
	width:800px;
	text-align:center;
	padding-top:3px;
	float:left;
	z-index:-1;
}


