body {
  padding:0; 
	border:0; 
  background-color:#002c00;
  font-family:Arial,Verdana,sans-serif;
  font-size:12pt;
  font-style:normal;
  font-weight:normal;
	color : #fff;
}

#nav {
}

#thumbs {
}

img { border: none; } 
a img { border: none; } 



/*get one of these working ......... sometime*/

#element {
min-height: 580px;
_height: auto !important;
height: 580px;
}

#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 4em;
 margin-top: -3em;
}


h2  {
	font-size : 16pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
}

H5  {
	font-size : 10pt;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : #fff;
}

H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #303030;
}

/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 264px;
	height: 154px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: black;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative; top: -30px; left: 50px;
}

----------------------------------------------------------------------*/

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox li
{
	position: static;
}
