body {background-color:#808080;
	font-family:helvetica,helv,arial,verdana,sans-serif;
	font-size:80%;
	margin:0px;}
	
a:link {color:#99cc00;font-weight:bold;text-decoration:none;}
a:visited {color:#99cc00;font-style:italic;text-decoration:none;}
a:active {color:#99cc00;font-weight:bold;font-style:normal;text-decoration:none;}
a:hover {color:#99cc00;font-weight:bold;font-style:normal;text-decoration:none;}

h1,h2 {padding-left:16px;color:#ffffff;}
h3,h4,h5,h6 {padding-left:16px;}

ul {list-style-type:square;}

#center {background-color:#e6e6e6;
	width:976px;
	margin:0 auto;
	overflow:hidden;}

#header {background-color:#333300;
	width:100%;
	float:right;
	padding-right:16px;}

#headgfx {background-color:#ffffff;
	width:100%;
	float:right;
	width:976px;
	height:128px;
	background-image:url('../gfx/header-gorilla-art.jpg');}

#navi {background-color:#e6é6e6
	width:100%;
	float:right;
	width:976px;
	height:32px;}

#col1 {background-color:#e6e6e6;
	width:50%;
	float:left;}

#col2 {background-color:#e6e6e6;
	width:50%;
	float:left;}

#footer {background-color:#333300;
	width:100%;
	float:right;}

.header {text-align:right;
	font-size:75%;
	color:#ffffff;
	padding-top:16px;
	padding-bottom:16px;}

.button {width:126px;
	height:30px;
	text-align:center;
	border:solid 1px #000000;
	background-color:#666600;
	float:left;}

.txt {line-height:150%;
	font-size:100%;
	padding-left:16px;
	width:400px;}

.footer {text-align:center;
	font-size:75%;
	color:#ffffff;}

.news {background-color:#ffffff;padding:8px;margin:16px;}
	
div.htmltooltip{
position: absolute; /*leave this and next 3 values alone*/
z-index: 1000;
left: -1000px;
top: -1000px;
background: #272727;
border: 10px solid black;
color: white;
padding: 3px;
/*width: 250px; /*width of tooltip*/*/
text-align:center;