body {
	background-color: #2f2222;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#page {
    background-color: #ffffff;
    margin: 20px auto;
    overflow: hidden;
    text-align: left;
    width: 900px;
}

#header {
	background-image: url(img/sleepingbeardunesheader.jpg);
	float: left;
	height: 500px;
	width: 900px;
	margin-top:0px;		
}

#navsign {
	float:left;
	position: absolute;
	margin-left: 30px;
	margin-top: 355px;
	z-index:25;
}

#navbar {
	float:left;
	position: absolute;
	margin-left: -8px;
	margin-top: 387px;
	z-index:25;
}

#container {
    clear:both;
	background-color: #FFFFFF;
    float: left;
    height: auto;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
    width: 860px;
	overflow:hidden;
	color: #323232;
	font-size:0.8em;
	font-family: Lucida Sans Unicode;
	
}

#footer {
	clear: both;
	background-image: url(img/footer4.jpg);
	color: #ffffff;
	font-size:0.7em;
	font-family: Lucida Sans Unicode;
	height:136px;
	width: 900px;

}

#footerr {
	float: right;
	padding: 30px 10px 0 0;
}

#footerr2 {
	clear: both;
	float: right;
	padding:30px 10px 0 0;
	
}

h1{
	font-size: 1.2em;
	font-family: Lucida Sans Unicode;
	margin-top:0px;
	color:#323232;
}

#greybox1 {
	float:left;
	position: absolute;
	margin-top:375px;
	margin-left:805px;
	display: inline-block;
	width: 80px;
	height: 20px;
	color: #ffffff;
	font-size:0.9em;
	font-family: Lucida Sans Unicode;
	padding-bottom: 30px;
	z-index: 50;
}

#greybox2 {
	float:left;
	position: absolute;
	margin-top:375px;
	margin-left:683px;
	display: inline-block;
	width: 80px;
	height: 20px;
	color: #ffffff;
	font-size:0.9em;
	font-family: Lucida Sans Unicode;
	padding-bottom: 30px;
	z-index: 50;
}

#greybox3 {
	float:left;
	position: absolute;
	margin-top:375px;
	margin-left:552px;
	display: inline-block;
	width: 80px;
	height: 20px;
	color: #ffffff;
	font-size:0.9em;
	font-family: Lucida Sans Unicode;
	padding-bottom: 30px;
	z-index: 50;
}

#greybox4 {
	float:left;
	position: absolute;
	margin-top:375px;
	margin-left:420px;
	display: inline-block;
	width: 80px;
	height: 20px;
	color: #ffffff;
	font-size:0.9em;
	font-family: Lucida Sans Unicode;
	padding-bottom: 30px;
	z-index: 50;
}

#greybox5 {
	float:left;
	position: absolute;
	margin-top:375px;
	margin-left:283px;
	display: inline-block;
	width: 80px;
	height: 20px;
	color: #ffffff;
	font-size:0.9em;
	font-family: Lucida Sans Unicode;
	padding-bottom: 30px;
	z-index: 50;
}

#navigation{
	
	color: #ffffff;
}

#nav {
	margin-top: 0;
}

#nav li {
	float: right;
	height: 20px;
	list-style-type: none;	
}

#nav li a{
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-family: Lucida Sans Unicode;
	height: 20px;
	margin-right: 40px;
	margin-top: 320px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	background: transparent url(images/menu-hover-bg.gif) repeat-x;
}



