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

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

h1
{
	background: inherit;
s
	color: #FFFFFF;
	font: bolder 18px "Helvetica Neue", Arial, "generic sans-serif";
	margin: 0;
	padding: 0;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
}

p a
{
	background: inherit;
	color: #5D3E21;
}
.directions {
	font: 12px "Helvetica Neue", Arial, "generic sans-serif";
	color: #CC0000;
	text-align: center;
}


p a:hover
{
	background: inherit;
	color: #EADBC8;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.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: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #5D3E21;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 75px;
	height: 100px;
}
#press {
	width: 620px;
}


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

.hoverbox .preview
{
	border-color: #000;
	width: 150px;
	height: 200px;
}
#frame {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
