body
{
	font: 100% Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

.JMmain  #container
{
	width: 780px;
	/* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #ffffff;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	background-color: #bfbdba;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
}

.JMmain   #mainContent
{
	background-image: url(../images/layout/top2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	z-index: 2;
}

.JMmain #container #mainContent #top 
{ 
	height: 47px; 
	width: 100%;
	z-index: 3;	
}

.JMmain   #MainNav
{
	height: 31px;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
}

.navtable
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding: 0px;
	z-index: 5;
}

.bodytable
{
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.JMmain #container #mainContent #body
{
	height: 537px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 37px;
	margin-bottom: 0px;
	margin-left: 37px;
	z-index: 6;
}

.JMmain #container #mainContent #footer
{
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 4px;
	margin-left: 24px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 7;
}

