* {
	border: 0;
	margin: 0;
	padding: 0;
}
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a1 {
	text-decoration: none;
}
body1 {
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}
h1 {
	background: inherit;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}
p {
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}
p a {
	background: inherit;
	color: #777;
}
p a:hover {
	background: inherit;
	color: #000;
}
/* =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 {
	vertical-align: top;
	height: 75px;
}
.hoverbox li {
	background: #B35947;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox li:hover {
	background: #FFF;
}
.hoverbox .preview {
	border-color: #000;
	height: 250px;
}
