body {
	background-color:#fff;
	background-image: url(image/bodyBackground.jpg);
	
	}

#pageWrapper {
	width:990px;
	margin:auto;
	background-color:#fff;
	border:1px solid #000;

	}

#nav{
	width:187px;
position:relative;
left:5px;
top:5px;
	}

.m1 {
	height:40px;
	width:185px;
	margin-left:-35px;
	margin-bottom:15px;
	}
	
#nav ul.level1  {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
padding-bottom:5px;
	
	}

#nav li a {
	display:block;
	text-decoration:none;
	margin-top:1px;
	padding-top:3px;
	color:#000;
	font-weight:bold;
	margin-left:30px;
	font-size:14px;
	}



#content{
	width:788px;
	margin-left:198px;
	}	
	
#breadcrumb,#google {
	display:none;
	}




#footer {
	text-align:center;
	font-size:.85em;
	padding-bottom:10px;}