*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}



h1
{

	border-bottom: 1px dashed #ccc;
	color: #fff;
	font: 22px;
	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;
}

/* =hoverbox1 Code
----------------------------------------------------------------------*/

.hoverbox1
{
	cursor: default;
	list-style: none;
}

.hoverbox1 a
{
	cursor: hand;
}

.hoverbox1 a .preview
{
	display: none;
}



.hoverbox1 img
{
	background: #4b3c29;
	border-color: #4b3c29;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 200px;
	height: 200px;
}

.hoverbox1 li
{
	
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	padding: 5px;
	vertical-align: top;
	width: 196px;
	height: 196px;
}

