body {
	font-size: 12px;
	color: #000000;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
	padding: 0;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C59B71;
	font-size: 18px;
}

#header {
	width: 800px;
	height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	float: left;
	background-image: url(images/mhheader.jpg);
	background-repeat: no-repeat;
}

#menu {
	float: right;
	width: 460px;
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: left 200px;
	height: 250px;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
	float: right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 210px;
}

#menu a:hover, .active a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#page {
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#bookingpage {
	width: 800px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#display {
	float: left;
	height: 250px;
	width: 500px;
	background-color: #000000;
}

#contact {
	float: left;
	width: 760px;
	height: 350px;
	clear: both;
	background-color: #FFFFFF;
	padding: 20px;
	line-height: 2em;
}
#contact a {
	color: #333333;
	text-decoration: none;
}
#contact a:hover {
	color: #333333;
	text-decoration: underline;

}
#leftcol {
	float: left;
	width: 360px;
	clear: both;
	background-color: #FFFFFF;
	padding: 20px;
	line-height: 2em;
}
#leftcol li{
	list-style-type: none;
	padding-top: 3px;
	
}
#leftcol p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
		
}

#rightcol {
	float: left;
	width: 360px;
	background-color: #FFFFFF;
	padding: 20px;
	line-height: 2em;
}

#rightcol a {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
}
#rightcol a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
}
#rightcol li{
	list-style-type: square;
	
}
#rightcol p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
		
}
#bleftcol {
	float: left;
	width: 360px;
	clear: both;
	background-color: #FFFFFF;
	padding: 20px;
}

#brightcol {
	float: left;
	width: 360px;
	background-color: #FFFFFF;
	padding: 20px;
}

#brightcol a {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
}
#brightcol a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
}
#gallery1 {
	float: left;
	width: 400px;
	margin-top: 40px;
}

#gallery2 {
	float: left;
	width: 360px;
	background-color: #FFFFFF;
	padding: 20px;
}
#gallery2 h1 {
	padding-top: 100px;
	padding-left: 10px;
}

#gallery2 p {
	padding-left: 20px;
}

#footer {
	background-color: #C59B71;
	height: 30px;
	clear: both;
	color: #333333;
	float: left;
	width: 790px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;

}

