body
{ 
background-image:url('images/bg.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
background-position:top;
background-color:black;
}



h1
{
	    color: #990000;
        font: bolder 48px Helvetica, Arial, "Lucida Grande";
        text-align: center;
        margin-top: 60px;
        }

h2
{
   color: white;
   font: 22px Helvetica;
   text-align: left;
   margin-left: 10px;
   }

h3
{
   color: #990000;
   font: 24px Helvetica;
   text-align: left;
   margin-left: 10px;
   }
      

p
{
	color: #990000;
	font: 18px Helvetica;
	text-align: left;
	margin-left: 40px;
	margin top: -30px;
	}
	


.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 25px;
	left: -20px;
	z-index: 1;
}

.hoverbox img
{
	background: none;
	border-color: none;
	border-style: none;
	border-width: 0px;
	color: inherit;
	padding: 1px;
	height: 30px;
}

.hoverbox li
{
	background: none;
	border-color: none;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 12px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	height: 40px;
}