*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
div
{
	position:absolute;
	width:135px;
	height:16px;
	top: 20px;
	left:70px;
	background-color:white;
	
}
div.moblit {
	position:relative;
	margin-top:-7.5%;
	margin-left:-10%;
	width:96%;
	height:auto;
	background-color:transparent;
	}
.arrow
{
	position:absolute;
	float:left;
	margin-left:13px;
}
.arrowr
{
	position:absolute;
	float:left;
	margin-left:515px;
}
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 40px Georgia, serif;
	margin: 0 20px 9px 0;
	padding: 0 0 5px;
	text-align: center;
}
h2
{
	background:transparent;
	color:rgb(102, 73, 21);
	font:bold 22px 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;
}
h4
{
	background: inherit;
	color: #333;
	font: 18px 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: -10px;
	left: -37px;
	z-index: 1;
}
.hoverbox a:hover .preview_low
{
	display: block;
	position: absolute;
	top: -112px;
	left: -37px;
	z-index: 1;
}
.hoverbox img
{
	background: transparent;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	height: 280px;
}

.hoverbox li
{
	background: transparent;
	border-color: #ddd #bbb #aaa #ccc;
	color: inherit;
	display: inline;
	float: left;
	margin: 8px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	height: 400px;
}
.hoverbox .preview_low
{
	border-color: #000;
	height: 400px;
}
.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: 118px;
	height: 19px;
	position: absolute;
	top: 370px;
	left: 129px;
	z-index: 1;
}
.hoverbox a:hover .previ_low
{
	display: block;
	width: 118px;
	height: 19px;
	position: absolute;
	top: 267px;
	left: 120px;
	z-index: 1;
}
.hoverbox a:hover .previ_low_r
{
	display: block;
	width: 118px;
	height: 19px;
	position: absolute;
	top: 267px;
	left: 125px;
	z-index: 1;
}
/* the following is for flower collages */
.hoverbox .previf
{
	border-color: #000;
	width: 115px;
	height: 18px;
}
.hoverbox .previf_low
{
	border-color: #000;
	width: 115px;
	height: 18px;
}
.hoverbox a .previf
{
	display: none;
}
.hoverbox a .previf_low
{
	display: none;
}
.hoverbox a:hover .previf
{
	display: block;
	position: absolute;
	top: 369px;
	left: 131px;
	z-index: 1;
}
.hoverbox a:hover .previf_low
{
	display: block;
	position: absolute;
	top: 270px;
	left: 131px;
	z-index: 1;
}
