#wrapper {
	background-image: url(images/5.jpg);
	background-repeat: repeat-y;
	width: 800px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.p_lefttext {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
	width: 290px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 40px;
	margin-bottom: 8px;
}
#header {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 760px;
	height: 117px;
	background-image: url(images/rightheader_bg.jpg);
}
#headerleft {
	float: left;
	width: 558px;
	height: 117px;
}
#headerright {
	float: right;
	width: 200px;
	height: 117px;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 760px;
	background-color: #FFFFFF;
}
#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #999999;
color: white;
width: 100%;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #999999;
}

#navcontainer ul li a:hover
{
background-color: #666666;
color: white;
}

#navcontainer #active {
	border-left: 1px solid #999999;
}
#content {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 760px;
	background-color: #FFFFFF;
}
#leftcontent {
	clear: both;
	float: left;
	width: 350px;
	background-color: #FFFFFF;
	background-image: url(images/leftcontentbgtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#leftcontent2 {
	width: 710px;
	background-color: #FFFFFF;
	background-position: top;
	background-repeat: no-repeat;
}
.leftheader {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	width: 290px;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 5px;
}
.leftheadermembers {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	width: 290px;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #666666;
}
.membernames {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	width: 290px;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #000000;
}
#rtcontent {
	width: 410px;
	background-color: #FFFFFF;
	clear: right;
	float: right;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	float: none;
	background-color: #d7e7f7;
	width: 760px;
	padding-top: 10px;
	margin-bottom: 0px;
	clear: both;
	padding-bottom: 10px;
}
.footertext {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}
#map {
	float: inherit;
	height: 350px;
	width: 290px;
	margin-right: 20px;
	margin-left: 40px;
	background-color: #CCCCCC;
	clear: left;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rollover li a {
text-decoration:none;}

#rollover li a span {
	visibility:hidden;
	display:block;
	position:absolute;
	/**adjust disjointed text position in % or px**/
left:50%;
	top:250px;
	color:#333333;
	background-color:#E5E5E5;
	border: 1px solid silver;
	padding: 5px;
	width: 240px;
}

#rollover li a:hover span {
visibility:visible; 
display:block;
	position:absolute;}

#rollover li a:hover {
	text-decoration: none;
	color:#FF0000;
	visibility:visible;
}
