body {
	background-image: url(image/bodyBackground.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

#pageWrapper {
	width:1000px;
	margin:auto;
	border:1px solid #000;
	background-color:#fff;
}


#google, #breadcrumb {
	display:none;
}


#nav{
	width:187px;
	position:relative;
	left:5px;
	top:5px;
	}

.m1 {
	width:185px;
	margin-left:-35px;
	margin-bottom:20px;
	}
	
#nav ul.level1 {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	padding-bottom:5px;
	
	}
 #nav ul.level2  {
	list-style-type:none;
	list-style-image:none;
	}


#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;
	}

h1,h2,h3,h4 {
	color:#997777;
	}

h2.articleHeadline {
	margin-top:5px;
	margin-bottom:0;
}

h4.articleDate {
	margin:0;
}

.contentIntro {
	margin-bottom:15px;
	margin-top:0;
	}

.contentIntro .readMore {font-size:.85em;}


.photoDescription {display:none;}


#footer {
	text-align:center;
	font-size:.75em;
	border-top:1px solid #000;
}