html, body{
	margin: 0;
	padding: 0;
	background: #f2efef;
}

#logo {
	display: block;
	width: 750px;
	height: 92px;
}

#main {
	background: #f2efef;
}

#menu {
	float: left;
	list-style: none;
	margin: 20px 0 0 0;
}

#menu a {
	display: block;
	width: 142px;
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-weight: bold;
	font-family: Sans-serif;
	margin-bottom: 10px;
}

#menu a:hover {
	color: red;
}

/*
#menu span {
	visibility: hidden;
}

	#home { background: url(img/nav_home.gif); height: 29px;}
	#accomm { background: url(img/nav_accomm.gif); height: 29px;}
	#dining { background: url(img/nav_dining.gif); height: 29px;}
	#whattodo { background: url(img/nav_whattodo.gif); height: 29px;}
	#occasions { background: url(img/nav_occasions.gif); height: 61px;}
	#testimonials { background: url(img/nav_testimonilas.gif); height: 29px;}
	#gettinghere { background: url(img/nav_gettinghere.gif); height: 29px;}
	#prices { background: url(img/nav_prices.gif); height: 29px;}
	#specials { background: url(img/nav_specials.gif); height: 29px;}
	#enquire { background: url(img/nav_enquire.gif); height: 29px;}
*/
#content {
	float: left;
	display: block;
	padding: 10px;
	width: 600px;
}
	
#content h1 {
	margin: 20px;
	font-size: 13px;
	font-weight: bold;
}

#footer {
	clear: both;
	display: block;
	width: 749px;
	height: 30px;
}