body {
	margin: 0px 0px 0px 0px;
	color: #666565;
	font: 0.75em Verdana;
	line-height: 1.5em;
}
#wrap {
	width: 1000px;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#top {
	width: 100%;
	float: left;
	margin: 0px auto 0px auto;
	background: url(imgs/toprepeat.jpg) repeat-x;
}
#contain {
	width: 100%;
	float: left;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#header {
	margin: 0px auto 0px 0px; /* top, right, bottom, left */
	float:left;
	width:100%;

}
#picture {
	margin: 20px auto 0px auto; /* top, right, bottom, left */
	float:left;
	width:388px;
}
#intro {
	float:left;
	width:612px;
	margin: 0px auto 0px auto; /* top, right, bottom, left */
}
#content {
	float:left;
	width:1000px;
	margin: 0px auto 0px auto; /* top, right, bottom, left */
}
#lcontent {
	width: 50%;
	float: left;
}
#rcontent{
	width: 50%;
	float: left;
}
#cform{
	width: 50%;
	float:right;	
}
#property{
	width: 50%;	
	float: right;
}
#divide{
	margin: 0px 3px 0px 3px; /* top, right, bottom, left */
	width: 6px;
	float: left;
}

.content {
	color: #666565;
	font: 0.74em Verdana;
	text-align: justify;
}

#left {
	margin: 0px 0px 0px 0px; /* top, right, bottom, left */
	float:left;
	width:200px;
}
#right {
	margin: 0px auto 0px 0px; /* top, right, bottom, left */
	float:left;
	width:200px;
}
#spotlight {
	margin: 0px auto 0px 35px; /* top, right, bottom, left */
	float:left;
	width:555px;
	height: 212px;
	background-image: url(imgs/headspotlocalbiz.jpg);
}
#econ {
	margin: 0px 0px 0px 35px; /* top, right, bottom, left */
	float:left;
	width:280px;
	height: 355px;
	background-image: url(imgs/ecodev.jpg);
}
#local {
	margin: 0px auto 0px 0px; /* top, right, bottom, left */
	float:left;
	width:280px;
	height: 355px;
	background-image: url(imgs/localhappenings.jpg);
}
sponsor{
	float: left;	
	margin: 0px auto 0px auto; /* top, right, bottom, left */
	width:1050px;
	height: 300px;
}
#clear {
	clear:both;
}
#footer {
	float: left;	
	width: 100%;
	height: 200px;
	margin-top: 10px;
}

.footer {
	margin-top: 10px;
	word-spacing: 10px;
}

/* link styling */

a:link{
	text-decoration: none;
	color: #c10100;
}
a:visited{
	text-decoration: none;
	color: gray;
}
a:hover{
	text-decoration: underline;
	color: #c10100;
}

/* font styling */

.intro {
	font-style: italic;
	padding-left: 50px;
}
.site {
	padding-left: 50px;
}
.visit {
	padding-left: 60px;
}
.sitetitle {
	color: blue;
	padding-left: 50px;
	font-weight: bold;
}
.gov{
	padding-left: 25px;
}

