body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/BGMainStreet.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 108px;
	text-align: center;
}

#maintbl {
	margin-left:auto;
	margin-right:auto;
	width:790px;
}

#contenttbl {
	margin-left:auto;
	margin-right:auto;
	width:790px;
}


#navcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 200px;
	padding-right: 8px;
	vertical-align: top;
	line-height: 150%;
}

#navcell a {
	text-decoration:none;
	color: #0072bc;
}

#navcell a:hover {
	text-decoration:none;
	color: #f7941d;
}

#eventcell {
	background-image: url(../images/morristowneventbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 500px;
	padding: 5px;
}

#eventcelltbl {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

#eventcell a {
	color: #ffffff;
}

#eventcell a:hover {
	color: #efefef;
}

#eventcellmore a {
	text-decoration:none;
	color: #0072bc;
	font-size: 10px;
}

#eventcellmore a:hover {
	text-decoration:none;
	color: #ffffff;
	font-size: 10px;
}

#photocell {
	padding: 0px;
}

#contentcell {
	width:555px;
	background-color: #3b8dc2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image: url(../images/cntbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}

#contentcell a{
	color: #ffffff;
	font-weight: bold;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: right;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

hr {
	border-top: 1px dashed #fff;
	border-bottom: none;
	border-left: none;
	border-right: none;
}