body {
  background-color:#002c00;
  font-family: Arial, Verdana;
  font-size:1em;
  color : #fff;
}

#nav {
}

#thumbs
{
  position: relative;
}

  img { border: none; } 
a img { border: none; } 


h2  {
    color: #eee;
    font-family: verdana;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

a {
    color: #000;
    text-decoration: none;
}


/*----- Hoverbox Code - get code found at http://host.sonspring.com/hoverbox/ ------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.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: 218px;
	height: 320px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: black;
	display: inline;
	float: left;
	margin: 0.5em;
	padding: 5px;
	position: relative; top: -10px; left: 0;
}
