*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

footer
{
	width:100%;
	height:40px;
}
div
{
	position:absolute;
	float:left;
	margin-left:11px;
}
a
{
	text-decoration: none;
}
a.mlpl:link,a.mlpl:visited,a.mlpl:hover,a.mlpl:active,a.mlpl:focus {
	text-decoration:none;
	outline:none;
	display: table-cell;
    vertical-align: middle;
	background:transparent;
	width:100%;
	height:36px;
}
body
{
	background-image:url(../assets/backgrounds/cardtile.jpg);
	background-color: #e0ddca;
	color: #777;
	margin: 0 auto;
	padding: 19px 38px 38px;
	position: relative;
	width: 800px;
}
h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #333;
	font: 32px Georgia, serif;
	margin: 0 78px 7px 0;
	padding: 0 0 5px;
	text-align: center;
}
h3
{
	background: inherit;
	color: #555;
	font: 16px Georgia, serif;
	margin: 3px 1px 1px 10px;
	padding: 0 0 2px;
	text-align: left;
	z-index:2;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	margin: 0 58px 0 0;
	padding: 7px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}
p.bkmk
{
	clear: both;
	font: 10px Verdana, sans-serif;
	margin: 0 58px 0 0;
	padding: 7px 0;
	text-align: center;
	color: #ffffcc;
}
p.bkmk a
{
	background: inherit;
	color: #ffffcc;
}

p.bkmk 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 .preview_low
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -31px;
	left: -41px;
	z-index: 1;
}
.hoverbox a:hover .preview_low
{
	display: block;
	position: absolute;
	top: -102px;
	left: -41px;
	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: 127px;
	height: 127px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 2px;
	padding:0;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 300px;
}
.hoverbox .preview_low
{
	border-color: #000;
	width: 300px;
	height: 300px;
}
.noneatall {
	display:none;
	}
