*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url(lvpt.gif) fixed;
	color: #000000;
	margin: 15px 0 0 0;
}

a
{
	text-decoration: none;
}

.header
{
	width: 600px;
	height: 100px;
	margin: 0 auto 15px auto;
	padding: 5px 10px 5px 10px;
	border: 3px solid #94724D;
	background: white;	
}

.container
{
	/*top,right,bottom,left*/
	width: 600px;
	margin: 0 auto 15px auto;
	padding: 5px 10px 5px 10px;
	border: 3px solid #94724D;
	background: white;
}

.footer
{
	width: 600px;
	margin: 0 auto 15px auto;
	padding: 5px 10px 5px 10px;
	border: 3px;
	background: none;
}

.track {
	clear: both;
	font: 12px Courier New, monospace;
	padding: 10px 0;
	font-stretch: ultra-expanded;
	font-weight: bold;	
	vertical-align: middle;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #94724D;
	font: bold 20px Courier New, monospace;
	font-stretch: ultra-expanded;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

h2
{
	background: inherit;
	color: #94724D;
	font: bold 20px Courier New, monospace;
	font-stretch: ultra-expanded;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

h2 a
{
	background: #503B34;
	color: blue;
	text-decoration: underline;
}

h2 a:hover
{
	background-color: #DDD;
}

h2 a:visited
{
	color: blue;
}

h3
{
	background-color: #503B34;
	color: #FFFFFF;
	font: bold 40px Courier New, monospace;
	font-stretch: ultra-expanded;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 18px Courier New, monospace;
	padding: 10px 0;
	text-align: justify;
}

p a
{
	background: inherit;
	color: #blue;
	text-decoration: underline;
}

p a:hover
{
	background-color: #DDD;
}

.bold
{
	font-weight: bold;
}

.mainnav {
	padding: 0px;
	cursor: default;
	list-style: none;	
}

.mainnav li
{
  display: inline;
	margin: 0px;
	padding: 10px;
	font: 16px Courier New, monospace;
	text-transform: uppercase;
}

.mainnav li a
{
	background: inherit;
	color: #blue;
	text-decoration: underline;
}

.mainnav li a:hover
{
	background-color: #DDD;
}
/* =Hoverbox Code
----------------------------------------------------------------------*/

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

.hoverbox a
{
	cursor: default;
}

/*no mouse over, no pop */
.hoverbox a .preview
{
	display: none;
}

/*mouse over, pop it! */
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -20px;
	left: -70px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border: 0;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 110px;
	height: 90px;
}

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

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