/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e48800;
	font-size: 75%;
	background-color: #000;
	text-align: center;
	}

/*--------- structure ------------*/

#container {
 	position: relative;
	width: 960px;
	height: auto;
	margin: 0px auto;
	text-align: left;
	}
	
#header {
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
	
#logo {
	position: relative;
	float: left;
	width: 960px;
	margin: 0px;
	padding: 0px;
	}
	
#content {
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	background: url(../images/bamboo.jpg) top left;
	}

#sidecontent {
	position: relative;
	float: left;
	padding: 30px 0px 30px 30px;
	width: 145px;
	height: 500px;
	}

#innercontent {
	position: relative;
	float: left;
	width: 755px;
	height: 500px;
	margin: 30px 30px 30px 0px;
	background-color: #000;
	}
	
#innertext {
	position: relative;
	float: left;
	width: 325px;
	height: 460px;
	margin: 20px;
	}

#innertextwide {
	position: relative;
	float: left;
	width: 700px;
	height: 460px;
	margin: 20px;
	}

	
#innerimage {
	position: relative;
	float: left;
	width: 350px;
	margin: 20px;
	}
		
#footer {
	position: relative;
	float: left;
	text-align: center;
	width: 960px;
	background-color: #000;
	padding: 5px 0 ;
	margin-bottom: 0;
	}
	
/*---------- type -----------*/
	
h2 {
	font-size: 1.6em;
	line-height: 2em;
	width: 100%;
	}

p {
	font-size: 0.9em;
	margin: 1.4em 0px;
	line-height: 1.4em;
	}
	
a:link,
a:visited,
a:hover {
	color: #e48800;
	}
	
#sidecontent img {
	border-left: 5px solid #e48800;
	}
		
#enlarge p {
	text-align: right;
	font-size: 0.75em;
	line-height: 1.2em;
	}
			
#footer ul li {
	position: relative;
	display: inline;
	font-size: 0.8em;
	}
	
#footer ul li a:hover{
	text-decoration: underline;
	}
	
#footer ul li span {
	color: #ccc;
	}
		

/*---------- nav -----------*/
	
ul#nav {
	position: relative;
	float: left;
	height: 50px;
	width: 960px;
	border-bottom: 1px solid #e48800;
	border-top: 1px solid #e48800;
	}
	
ul#nav li {
	position: relative;
	float: left;
	height: 50px;
	}

ul#nav li a span {
	display: none;
	}

ul#nav li a {
	position: relative;
	float: left;
	background: url(../images/nav.jpg);
	height: 50px;
	}
	
ul#nav li.TheLodge a {
	background-position: 0px 0px;
	width: 279px;
	}
ul#nav li.TheLodge a:hover{
	background-position: 0px -50px;
	}
	
ul#nav li.Accommodation a {
	background-position: -279px 0px;
	width: 111px;
	}	
ul#nav li.Accommodation a:hover {
	background-position: -279px -50px;
	}
	
ul#nav li.Location a {
	background-position: -390px 0px;
	width: 73px;
	}
ul#nav li.Location a:hover {
	background-position: -390px -50px;
	}
		
ul#nav li.Activities a {
	background-position: -463px 0px;
	width: 73px;
	}
ul#nav li.Activities a:hover {
	background-position: -463px -50px;
	}
		
ul#nav li.GettingHere a {
	background-position: -536px 0px;
	width: 97px;
	}
ul#nav li.GettingHere a:hover {
	background-position: -536px -50px;
	}
	
ul#nav li.Rates a {
	background-position: -633px 0px;
	width: 50px;
	}
ul#nav li.Rates a:hover {
	background-position: -633px -50px;
	}
	
ul#nav li.ContactUs a {
	background-position: -683px 0px;
	width: 277px;
	}
ul#nav li.ContactUs a:hover {
	background-position: -683px -50px;
	}


