html {
	font-size:76%;
}
body {
	margin:0;
	padding:0;
	text-align:left;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1em;
	line-height:1.5em;
	color:#000;
	background:#F9ECA5 url(./bg.gif) left top repeat-y;
	
}
div#wrapper {
	margin:0;
	padding:0;
	width:766px;
}
div#headerWrapper {
	margin:0;
	padding:0;
	width:766px;
	height:115px;
	background:url(./logo.gif) 46px 16px no-repeat;
	text-align:center;
}
div#headerWrapper h1 {
	margin:0;
	padding:0;
}
div#headerWrapper h1 img {
	padding:20px 0 0 0;
}
div#secondaryWrapper {
	
}
div#nav {
	float:left;
	width:200px;
	margin:0 0 0 10px;
	padding:0;
}
div#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	background:url(./navbottom.gif) center bottom no-repeat;
}
div#nav li {
	margin:0;
	padding:0; 
}
div#nav li.homeNav a {
	width:200px;
	height:41px;
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	background:url(./homebutton.gif) center top no-repeat;
}
div#nav li.homeNav a:hover {
	background-position:center bottom;
}
div#nav li.infoNav a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	background:url(./infobutton.gif) center top no-repeat;
}
div#nav li.infoNav a:hover {
	background-position:center bottom;
}
div#nav li.perenNav a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	background:url(./perenbutton.gif) center top no-repeat;
}
div#nav li.perenNav a:hover {
	background-position:center bottom;
}
div#nav li.mapNav a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	background:url(./mapbutton.gif) center top no-repeat;
}
div#nav li.mapNav a:hover {
	background-position:center bottom;
}
div#nav li.contactNav a {
	width:200px;
	height:38px;
	display:block;
	text-indent:-5000px;
	text-decoration:none;
	background:url(./contactbutton.gif) center top no-repeat;
}
div#nav li.contactNav a:hover {
	background-position:center bottom;
}
div#content {
	text-align:justify;
	margin-left:240px;
	margin-right:87px;
	padding-bottom:1em;
}
div#content h2 {
	text-align:left;
	font-size:1em;
}
div#content a {
	font-weight:bold;
	text-decoration:none;
	color:#069;
}
div#content a:hover {
	text-decoration:underline;
	color:#996;
}
div#content ul {
	margin:0;
	padding:0;
}
img.imgfloatright {
	float:right;
	margin:0 0 0 10px;
}
img.imgfloatleft {
	float:left;
	margin:0 10px 0 0;
}