/* CSS Document */

body {
background: #fff;
font-family: Arial, Verdana, Helvetica, san-serif;
} /* ie5.x workaround */


#wrap {
 	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 128px;
	background: url(images/topbanner.jpg) top no-repeat;
	z-index: 10;
	}
	
#content {
	position: relative;
	top: 0px;
	left: 0;
	width: 800px;
	padding-top: 30px;
	}
#maincontent {
	position: relative;
	top: 9px;
	left: 13px;
	width: 800px;
	padding-top: 30px;
	}

#address {
	position: absolute;
	bottom: 50px;
	left: 15px;
	width: 100px;
		}
	
h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 900;
	color: #006633;
	margin: 10px 0 20px 0;
	padding: 0;
	}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 800;
	margin: 1em 0 0 0;
	padding: 0;
	color: #339999;
	}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 900;
	font-style: italic;
	color: rgb(125,72,41);
	margin: 10px 0 0px 0;
	padding: 0;
	}
	
h4{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
	color: rgb(125,72,41);
	padding: 10px 0 0px 20px;
	margin: 0;
	}
		
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: rgb(125,72,41);
	padding: 0px 0 10px 0px;

	}
	
#footer {
 	position: relative;
 	width: 800px;
	height: 64px;
	padding-top: 10px;
	clear: both;
 }
 
img {
	border: 0;
	}
	
td {
	text-align: center;
	padding: 0 0 0.5em;
	color: rgb(125,72,41);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	}
#footer a:link {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

.booking  a:link {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
.booking  a:hover {
	color: #ff0;
	font-weight: bold;
	text-decoration: none;
}
 a:link {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #7bc618;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #D66321;
	font-weight: bold;
	text-decoration: none;
}
