html {
	margin: 0;
	padding: 70px 70px;
	color: black;
	background: white url(/images/bg-main.jpg);
}

h1 { color: #95c93d; }
a { color: #909; text-decoration: none; }
a:hover { color: #fff; background: #909; }

img { margin: 2px 5px 5px 0; float: left; }
img.frontlogo { float: none; }
img.front { width: 177px; }
img.eventimage { border: 1px solid black; }
img.biothumb { border: 1px solid black; width: 120px; height: 80px; }


#wrapper {
	background: white;
	position: relative;
	width: 900px;
	margin: 0 auto;
}

#content { font: 14px Tahoma,sans-serif; width: 750px; margin: 0 140px; padding: 5px; min-height: 500px; }
#content-front { width: 900px; height: 500px; overflow: hidden; margin: 0 auto;}
#content-withsidebar { font: 14px Tahoma,sans-serif; width: 630px; margin: 0 140px; padding: 5px; }

#footer { width: 900px; margin: 10px auto; }
#footer img { margin-top: -10px; }
#footer p { color: #555; font: bold 13px "Trebuchet MS";}

#sidebar {
	position: absolute;
	width: 200px;
	background: #4d67a0;
	padding: 5px;
	top: 65px;
	right: -85px;
	color: white;
	filter:alpha(opacity=55);
	opacity: 0.55;
	font: bold 12px "Trebuchet MS",Verdana,Arial,sans-serif;
}
#sidebar p {
	padding: 5px 3px;
	line-height: 14px;
	margin: 3px 0;
}


.breaker { clear: both; }

.biobox {
	width: 48%;
	float: left;
	margin: 3px;
	border-bottom: 1px solid #ccc;
	height: 120px;
	font: 12px Tahoma,Verdana,Arial,sans-serif;
}

/*
#navlogo { position: absolute; left: 10px; top: 10px; }
#top { border-bottom: 1px solid #909; height: 82px; }
*/


#alerts {
	position: absolute;
	width: 200px;
	background: #4d67a0;
	top: 65px;
	right: -85px;
	overflow: visible;
	height: 350px;
	padding: 2px;
	color: white;
	filter:alpha(opacity=55);
	opacity: 0.55;
}
#alerts p {
	padding: 5px 3px;
	font: bold 12px "Trebuchet MS",Verdana,Arial,sans-serif;
	line-height: 14px;
	margin: 3px 0;
}
#alerts p.quote { font: 18px "Trebuchet MS",Verdana,Arial,sans-serif; }


.boxheader {
	font: bold 14px Tahoma,Verdana,Arial,sans-serif;
	padding: 2px;
	text-align: center;
	color: white;
	/*background: #777;*/
}


#menu-underlay {
	position: absolute;
	top: 65px;
	left: -85px;
	background: #4d67a0;
	filter:alpha(opacity=55);
	opacity: 0.55;
	z-index: 1;
	width: 195px;
	height: 380px;
}
#menu {
	position: absolute;
	top: 65px;
	left: -85px;
	width: 195px;
	z-index: 2;
	height: 380px;
	background: transparent;
}

#menu ul { margin: 0; padding: 0; list-style-type : none; background: transparent; }
#menu li { margin: 0; height: 34px; background: transparent; }
#menu a {
	display: block;
	height: 20px;
	padding: 8px 8px 6px 8px;
	font: bold 14px "Trebuchet",sans-serif;
	text-decoration: none;
	color: white;
	background: transparent;
}
#menu li a:hover { /* background: yellow; color: #000;*/ border-bottom: 4px solid #95c93d; }



tr.stats-header td { background: #309; color: #fff; font-weight: bold; }
tr.stats-row0 td { background: #fff; color: #000; font-weight: normal; }
tr.stats-row1 td { background: #eee; color: #000; font-weight: normal; }
tr.stats-section td { background: #555; color: #fff; font-weight: bold; }


#pictorialGroup { height: 305px; border-top: 1px solid #ccc; width: 630px; }
.pictorialLeft { width: 305px; padding: 5px; float: left; }
.pictorialRight { width: 305px; padding: 5px; margin-left: 315px; float: left; }

.tiny { color: #000; font-family: verdana, arial, helvetica, sans-serif; font-size: 9px; }



#leafImage5 { float: right; margin: 0 4px 4px 15px; }
