@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	background-color: b2c39f;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(http://www.georgannewatters.com/images/background-green.gif);
	background-repeat: repeat;
}



a:link {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}


#mainc {
	background-image: url(http://www.georgannewatters.com/images/content-background.jpg);
	background-repeat:repeat;
	padding: 0px;
	width: 770px;
	margin: 0px;

}
#nav {
	text-align: left;
	float: left;
	width: 125px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	line-height: 100%;
	height:auto;
}
#content {
	padding: 20px;
	float: left;
	width: 525px;
	height:auto;
}

#foot {
	font-size: 10px;
	background-image: url(http://www.georgannewatters.com/images/footer.jpg);
	text-align: center;
	width: 770px;
	letter-spacing: 1px;
	height: 45px;
	clear:both;
}





p {
	margin: 0px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
}
ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
li {
	list-style-position: inside;
	list-style-type: disc;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
