*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
div
{
	position:absolute;
	width:135px;
	height:16px;
	top: 15px;
	left:1%;
	background-color:white;
	
}
div.moblit
{
	position:relative;
	margin-left:-2%;
	margin-right:2%;
	margin-top:-4%;
	width:98%;
	height:auto;
	background-color:transparent;
}
div.above {
	display:none;
}
footer {
	display:none;
}
.arrow
{
	position:absolute;
	float:left;
	margin-left: -15px;
	margin-bottom:5px;
}
.arrowr
{
	position:absolute;
	float:left;
	margin-left:478px;
	margin-top:7px;
}
#homelink
{
	position:absolute;
	left:50px;
	top:500px;
	margin-left:0px;
	margin-top:0px;
}
a
{
	text-decoration: none;
}
body
{
	background-image:url(../assets/backgrounds/greyback.jpg);
	background-color: #e0ddca;
	color: #777;
	margin: 0 auto;
	padding: 42px;
	position: relative;
	width: 600px;
}
h1
{
	background:transparent;
	color: #333;
	font:bold 36px Georgia, serif;
	margin: 0 30px 9px 0;
	padding: 0 0 5px;
	text-align: center;
}
h2
{
	background:transparent;
	color:#333;
	font:bold 18px Georgia, serif;
	margin: 0 10px 9px 0;
	padding: 10px 0 5px;
	text-align: center;
}
h3
{
	background: inherit;
	color: #333;
	font: 19px Georgia, serif;
	margin: -1px 1px 1px 2px;
	padding: 0 0 2px;
	text-align: center;
	z-index:2;
}
p
{
	clear: both;
	font: 16px Verdana, sans-serif;
	color: #999;
	padding: 10px 0;
	text-align: center;
}
p a:link, a:visited, a:active, a:focus
{
	background: inherit;
	color: #665;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/
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;
}
.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: -20px;
	left: -47px;
	z-index: 1;
}
.hoverbox a:hover .preview_low
{
	display: block;
	position: absolute;
	top: -116px;
	left: -47px;
	z-index: 1;
}

.hoverbox img
{
	background: #444;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	height: 200px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 8px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	height: 360px;
}
.hoverbox .preview_low
{
	border-color: #000;
	height: 360px;
}
.hoverbox .previ
{
	border-color: #000;
	width: 130px;
	height: 19px;
}
.hoverbox .previ_low
{
	border-color: #000;
	width: 130px;
	height: 19px;
}
.hoverbox a .previ
{
	display: none;
}
.hoverbox a .previ_low
{
	display: none;
}
.hoverbox a:hover .previ
{
	display: block;
	width: 129px;
	height: 19px;
	position: absolute;
	top: 312px;
	left: 311px;
	z-index: 1;
}
.hoverbox a:hover .previ_low
{
	display: block;
	width: 129px;
	height: 19px;
	position: absolute;
	top: 216px;
	left: 311px;
	z-index: 1;
}
