body {
	background-color: #8fa78f;
	margin: 0;
	padding: 0;
	background-image: url(http://www.avenuesforhealth.com/images/sage.gif);
	background-repeat: repeat;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
}


a.nav:link, a.nav:visited {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}	


a.nav:hover, a.nav:active {
	color: #485446;
	font-weight: normal;
	text-decoration: none;
}



a:link, a:visited {
	color: #485446;
	font-size:inherit;
	font-weight: bold;
	text-decoration: none;
}	


a:hover, a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

#container {
	width:900px;
	margin: 0 auto;
	text-align:left;
}


#top {
	margin-top:20px;
	margin-bottom:5px;
	text-align:center;
}

#center {
	width:430px;
	margin-left:240px;
	margin-right:230px;
	text-align:center;
}

#left {
	width:190px;
	float:left;
	margin-top:70px;
	margin-left:40px;
}

#right {
	width:180px;
	float:right;
	margin-top:70px;
	margin-right:40px;
	text-align:right;
}

#copyright {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}


