@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
#mh-maincontent {
	z-index: 1;
	width: 100%;
	display: block;
	position: absolute;
	margin: 10px auto;
	text-align: center;
}
#mh-aboutme {
	width: 48%;
	margin-right: 60px;
	margin-left: 60px;
	display: block;
	left: 4%;
	top: 23%;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
}
#mh-aboutme .mh-quote-left {
	margin-top: -15px;
	margin-left: -60px;
}
#mh-aboutme .mh-quote-right {
	margin-right: -60px;
}
#mh-selfpic {
	display: block;
	position: absolute;
	right: 2%;
	top: 20%;
	width: 350px;
	height: 441px;
}
#mh-contactme {
	width: 40%;
	margin-right: 60px;
	margin-left: 60px;
	display: block;
	left: 25%;
	top: 35%;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #000000;
}
#mh-contactme .mh-quote-left {
	margin-top: -15px;
	margin-left: -60px;
}
#mh-contactme .mh-quote-right {
	margin-right: -60px;
}
#mh-pagetitle {
	margin: 0px;
	padding: 0px;
}
#mh-mainimage {
	z-index: 1;
	display: block;
	width: 550px;
	height: 532px;
	position: absolute;
	left: 25%;
	bottom: 160px;
}
#mh-table {
	height: 100%;
	width: 100%;
	z-index: 10;
}
#mh-logo-index {
	height: 224px;
	width: 225px;
	position: absolute;
	display: block;
	left: 17%;
	bottom: 24px;
	z-index: 20;
}

#mh-menu {
	height: 227px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 15%;
	z-index: 10;
}
#mh-filmstrip {
	display: block;
	height: 210px;
	width: 100%;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
	position: absolute;
	z-index: 10;
}
#mh-advice {
	display: block;
	height: 66px;
	width: 150px;
	overflow: hidden;
	right: 10px;
	bottom: 220px;
	position: absolute;
	z-index: 20;
}
#mh-logo-strip {
	width: 547px;
	height: 158px;
	position: fixed;
	overflow: hidden;
	display: block;
	left: 0px;
	bottom: 0px;
	z-index: 50;
}
.mh-galleryempty {
	width: 683px;
	height: 43px;
	text-align: center;
	margin-left: 20%;
	margin-top: 30%;
	position: relative;
}
#mh-border-top {
	z-index: 0;
	width: 100%;
	height: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/mh-border-top.gif');
	background-repeat: repeat-x;
}
#mh-border-bottom {
	z-index: 0;
	width: 100%;
	height: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('images/mh-border-bottom.gif');
	background-repeat: repeat-x;
}
#mh-border-left {
	z-index: 0;
	width: 11px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/mh-border-left.gif');
	background-repeat: repeat-y;
}
#mh-border-right {
	z-index: 0;
	width: 11px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('images/mh-border-right.gif');
	background-repeat: repeat-y;

}
#mh-border-topleft {
	z-index: 1;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('images/mh-border-topleft.gif');
	background-repeat: no-repeat;
}
#mh-border-topright {
	z-index: 1;
	width: 11px;
	height: 11px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url('images/mh-border-topright.gif');
	background-repeat: no-repeat;
}
#mh-border-bottomleft {
	z-index: 1;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url('images/mh-border-bottomleft.gif');
	background-repeat: no-repeat;
}
#mh-border-bottomright {
	z-index: 1;
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url('images/mh-border-bottomright.gif');
	background-repeat: no-repeat;
}
#mh-pictitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#mh-pictitle img {
	margin-bottom: -10px;
}