* { margin: 0; padding: 0;}

html, body {
height: 850px;
min-height: 850px;
}

body {
	background: #000 url(../img/back.jpg) top center no-repeat;
	color: #a2a3a4;
	font: normal x-small Arial, Geneva, sans-serif; /* x-small is the base font size *only* for IE 5.x */
	font-size/**/:/**/ small; /* base font size for standards compliant browsers (including IE6) */
	line-height: 20px;
}

.hid { display:none; }

h1 a {
	background: url(../img/stephen_seabourne.png) left top no-repeat;
	width: 685px;
	height: 89px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -343px;	
}

#nav {
	display: block;
	width: 685px;
	height: 54px;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -343px;
	background: url(../img/nav.png) 0px 0px no-repeat;
	z-index: 1000;
}

#nav li {
	display: block;
	float: left;
	width: 137px;
	height: 54px;
}

#nav li a {
	display: block;
	width: 137px;
	height: 54px;
	margin: 0 0 0 0;}

#nav li#testimonials a { width: 157px; }
#nav li#media a { width: 117px; margin-left: 20px;}

#nav li a span { display: none; }

#nav li#services a:hover { background: url(../img/nav.png) 0px -53px; }
#nav li#booking a:hover { background: url(../img/nav.png) -137px -53px; }
#nav li#testimonials a:hover { background: url(../img/nav.png) -274px -53px; }
#nav li#media a:hover { background: url(../img/nav.png) -431px -53px; }
#nav li#contact a:hover { background: url(../img/nav.png) -548px -53px; }

img.steve { position:absolute;
	left: 50%;
	margin-left: -425px;
	top: 148px;
	z-index: -100;
}

#page {
	width: 900px;
	margin-top: 250px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
}

.frame {
	display: block;
	background: url(../img/frame_back.jpg) top left;
	border: 2px inset #c67311;
	padding: 10px;
}

.content {
	display: block;
	border: 2px inset #c67311;
}
.content div {
	display: block;
	overflow: auto;
	padding: 10px;
	background: #000;
}

.content ul#gallery li {
	list-style: none;
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	float: left;
	margin: 0 10px 10px 0;
}

.content ul#gallery li img {
	border: 1px solid #ccc;
}

.content h2 {
margin-bottom: 20px;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.content h3 {
	color: #ccc;
}

.content p {
	margin-bottom: 12px;
}

.content li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: circle;
}

.content b, .content strong { color: #fff; }

.content input, .content textarea {
	padding: 4px;
	width: 300px;
	color: #333;
	font-size: 14px;
}

textarea { min-height: 200px;}

#footer {
	border-top: 1px solid #3f5f54;
	width: 685px;
	height: 40px;
	margin: 20px auto;
	padding: 20px 0 20px 0;
	color: #3f5f54;
	font-size: 9px;
}

#footer .left {
float: left;
}

#footer .right {
float: right;
text-align: right;
}

a, #footer b { color: #eea161; text-decoration: none; }
a:hover {text-decoration: underline; }

.hid { display: none; }

/***************************************************/
/* CSS HACK - we had to do one to make life simple */

.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clear { display:inline; }
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */