body {
  padding:0; 
  border:0; 
  background-color:#000;
  font-family:Arial,Verdana,sans-serif;
  font-size:12pt;
  font-style:normal;
  font-weight:normal;
  color : #fff;
}

#nav {
}

#thumbs
{
position: relative; left: 1em;
}

img { border: none; } 
a img { border: none; } 

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: 200px;
	height: 320px;
*/

	width: 576px;
	height: 384px;
}

.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: 38px; left: 50px;
}

.outer {
   overflow: hidden;
   position: relative;
}

.inner {
    position: absolute;
    height: 100px;
    width: 100px;
    right: -50px;
    top: 50px;
}

#push {
    clear: both;
    height: 10px;
}
	
----------------------------------------------------------------------*/

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox li
{
	position: static;
}
