html { margin: 0; padding: 0; }
body {
	text-align: center;
	margin: 0; padding: 15px 0 0 0;
	font: 70%/1.5em Verdana, Arial, Helvetica, sans-serif;
	background-color: #C1D82F; 
	color: #7D0040; 
	}
a:link {
	color: #000; 
}
a:visited {
	color: #5D0020; 
}
a:hover {
	color: #fff; 
}
a img { border: 0; }
#wrapper { 
	width: 780px; height: 575px; overflow: hidden; 
	background: #C1D82F url(images/aboutbg2.jpg) center top no-repeat; 
	margin: 0 auto; padding: 0; text-align: center;
	position: relative; 
	}
#maintext { width: 456px; margin: 5px auto; }
#maintext p { color: #000; font-weight: bold; font-size: 11px; line-height: 13px; text-align: justify; }

#addressbox { position: absolute; width: 130px; bottom: 20px; right: 6px; font-weight: bold; color: #fff;
	text-align: left; line-height: 1.3em; }

#addressboxb { position: absolute; width: 780px; bottom: 6px; left: 0; font-weight: normal; color: #000;
	text-align: center; line-height: 1.3em; }

#nav { margin-top: 4px; }
#nav a { font-weight: bold; }
#nav a:link, #nav a:visited { color: #7D0040; text-decoration: none; }
#nav a:hover { color: #fff; }
#nav a.thispage { cursor: default; color: #000; }

#nav_enter { margin-top: 4px; }
#nav_enter a:hover { color: #000; }

#drslideshow { width: 554px; margin: 0 auto; }

h1 {
	margin: 0; 
	font-weight: bold; 
	font-size: 1.2em; 
	text-transform: uppercase; 
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	margin: 0; 
	font-weight: bold; 
	font-size: 1.1em; 
	text-transform: uppercase; 
	}
h3 {
	margin: 0; 
	font-weight: bold;
	font-size: 1em;
 	text-transform: capitalize; 
	font-family: Arial, Helvetica, sans-serif
	}
p {
	margin-top: 0;
	margin-bottom: .5em; 
	}
.cen { text-align: center; }
.fll { float: left; margin-right: 25px; }