body {
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
p {
	padding:0px;
	display:block;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 860px;
	background-color: #504833;
}
#header {
	background-image:url(images/header.gif);
	width: 860px;
	height:240px;
	display:block;
	margin:0px;
	padding:0px;
}
#content{
	background-image:url(images/sheetmiddle.gif);
	background-repeat:repeat-y;
	position:relative;
}

.title{
	width:610px;
	text-align:left;
	margin: 25px 0px 15px 110px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	color:#393431;
	font-size: 14px;
	font-weight: bolder;
	display:inline;
	text-transform: uppercase;
}
h1{
	font-size: 22px;
	font-weight: bolder;
	display:inline;
}
.text{
	margin-left:85px;
	width:720px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #393431;
	position:relative;
	display:block;
	height:auto;
}
.text a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #393431;
	text-decoration: underline;
}
.text a:hover{
	color:#000000;
}
#nav{
	margin-top:-10px;
	margin-left:0px;
}
#nav ul{
	border-bottom-width: 0px;
	border-bottom-style: ;
	border-bottom-color: ;
	width:650px;
	padding-top:20px;
	text-align:center;
}

#nav ul li{
	display:inline;
	list-style-type: none;
	
}
#nav a{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #960;
	text-decoration:blink;
}
#nav a:hover{
	color: #3B2A2A;
	text-decoration:underline;
}
#nav a:active{
	color: #3D3438;
	text-decoration:underline;
}
.thumbnails{
	list-style-type: none;
	display: block;
	margin: 0px 0px 0px 18px;
}

.thumbnails li{
	list-style-type: none;
	display: inline;
}

.thumbnails li a{
	border: 2px solid #FFFFFF;
	display:block;
	float:left;
	margin:5px;
}


.clear{
	clear:both;
}


#footer{
	margin-left:0px;
	width:500px;
	z-index:20;
}

#footer{
	background-image:url(images/footer.gif);
	width:860px;
	height:126px;
	margin-left:0px;
	margin-top: -10px;
}
#footer li{
	display:inline;
}
#footer ul{
	border-top: 0px dashed #;
	
}
#footer ul, #copyright{
	margin-left:0px;
	font-size:11px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #393431;
	text-align:center;
	width:860px;
	padding-top:58px;
	
}
#footer a, #copyright a{
	font-size:11px;
	font-family:georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #960;
	text-decoration:none;
}
#footer a:hover, #copyright a:hover{
	font-size:11px;
	font-family:georgia, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #960;
	text-decoration:underline;
}



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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}



.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -85px;
	left: -115px;
	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: #FCF4E7;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 6px;
	padding: 2px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 333px;
	height: 250px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/


.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -87px;
	left: -117px;
}

.hoverbox li
{
	position: static;
}
table {
	color: #FFF;
}

