body {
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 0px;
}
#wrapper{
	position:relative;
	height: auto;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(/g/bg.jpg);
	background-repeat: repeat-y;
}
#banner{
	background-color: #FFFFFF;
	background-image: url(/g/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 770px;	
}

#nav {
	float:left;
	width: 115px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	float:right;
	padding: 15px 10px 0 0;
	width: 610px;
	color: #6f6f6f;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;	
}

#footer{
	background-color: #FFFFFF;
	background-image: url(/g/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 770px;
	height: 200px;
}

a:link { color: black; text-decoration: underline }
a:active { color: navy; text-decoration: none }
a:visited { color: #7a7a7a; text-decoration: underline }
a:hover { color: #707070; text-decoration: none }

#nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12pt;
	list-style-type: none;
	margin-left: 3px;
	padding: 0px;
	font-weight: normal;
}
#nav li {
	padding-bottom: 10px;
}

#nav ul a:link, #nav ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul a:active, #nav ul a:hover {
	color: #33FF00;
	text-decoration: none;
}


h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #336633;
}
p {
	font-family: Garamond, Arial, Helvetica; 
	font-size:12pt
	color:#6f6f6f; 
	font-weight: normal;
}

