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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}



/*** General Body Elements ***/


div#nav{float:left;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 43px;
	}
ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:760px;
	position:relative;
	display:block;
	height:36px;
	text-transform:none;
	font-size:12px;
	font-weight:bolder;
	background:transparent url("bgOFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #4E32FF
	border-top:0
	}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#saturday li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("bgDIVIDER.gif") no-repeat top right;
	}

ul#saturday li a:hover{
	background:transparent url("bgHOVER.gif") no-repeat top right;
	color:#4E32FF;
	}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#000000;
	background:transparent url("bgON.gif") no-repeat top right;
	}

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background-color: #FFFFCC;
background: #FFFFCC url(bg.gif) top center repeat-y;
}

h2 {
color: #000000;
font-size: 16px;
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 0 0;
}

a {
color:#2A0AFF;
background-color: #ffffff;
text-decoration: none;
}

a:hover {
color:#587ec5;
background-color: #ffffff;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
padding: 0;
}

#frontphoto {
margin: 0px 0px 0px 0px;
border: 0;
}

#title {
margin: 0 0px 5px 5px;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
padding: 0 0px 0 10px;
line-height: 1.6em;
text-align: right;
}

#title h1 {
font-size: 2.0em;
margin: 0 0 0.5em 0;
}

#title p {
width: 400px;
float: left;
text-align: center;
color: #a0a0a0;
background-color: #ffffff;
margin: 0 0 0 0;
font-size: 0.8em;
line-height: 1.2em;
}


#navigation {
float: left;
clear: left;
background-color: #ece8e8;
width: 150px;
height: 850px;
margin: 0 0 0 0;
padding: 5px;			
border: solid 1px #000;
}

#navigation ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;			
float: left;
width: 140px;
}

#navigation a {
background-color: #ece8e8;
display: block;
padding: 5px;
width: 140px;
border-bottom: 1px solid #CCC;
}

#navigation a:hover {
color:#CC6714;
background-color: #F5F5F5;
}

#navigation p {
margin-top: 40px;
padding: 5px;
border-bottom: 1px dotted #CCC;
border-top: 1px dotted #CCC;
}

#navimg {
margin: 0 auto 0 auto;
border: dotted 1px #000;
display:block;
}

#main{
width: 550px;
margin: auto auto auto auto;
padding: 0.5em 1.0em 0.5em 0.5em;
float: right;
}

.title_blue {
font-family:Arial, Helvetica, sans-serif;
color:#587ec5;
background-color: #ffffff;
font-size:12pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

.title_red {
font-family:Arial, Helvetica, sans-serif;
color:#af0a06;
background-color: #ffffff;
font-size:12pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

.footer {
position:relative;
clear:both;
width:750px;
height:20px;
margin:0px 0 0 0;
padding:4px 0 4px 0;
font-size:.8em;
text-align:center;
}

.footer_text {
font-family:Arial, Helvetica, sans-serif;
color:#303030;
background-color: #ffffff;
font-size:9pt;
font-weight:bold;
padding: 0 0 0 0;
margin: 0 0 -8px 0;
}

#footer a {
color:#CC6714;
background-color: #ffffff;
text-decoration: none;
}

#footer a:hover {
color:#587ec5;
background-color: #ffffff;
}
.float_right {
  float: right;
  margin-left: 10px;
}

.float_left {
float: left;
margin-right: 10px;
}