body {
	margin:30px 0px; 
	padding:0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #341c16 url(../images/bg.gif) no-repeat;
	}
	
#wrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}
	
#header-logo a{
	float: left;
	display: block;
	width: 300px;
	height:70px;
	text-indent: -9000px;
	background: url(../images/northbeach.gif) no-repeat;
	text-decoration: none;
	overflow: hidden;
	}	
	
#nav{
	float: right;
	width: 660px;
	margin: 0;
	padding-top: 65px;
	padding-bottom: 10px;
	}	

#nav ul{
	display: inline;
	}

#nav ul li{
	float: left;
	font-size: .8em;
	text-transform: uppercase; 
	color: #fff;
	display: inline;
	list-style: none;
	}
	
#nav li a{
	margin-left: 25px;
	color:#FFFFFF;
	text-decoration: none;
	}	
#nav li a.selected{
	margin-left: 25px;
	color:#846f5f;
	text-decoration: none;
	}	

#nav li a:hover{
	margin-left: 25px;
	color:#846f5f;
	text-decoration: underline;
	}	
	
#content {
	width: 960px;
	background-color: #070201;
	clear: both;
	}

#content-lb{
	background-color: #23130f;
		clear: both;
		width: 960px;
	}
	
hr {color: #e3e1d6; background-color: #e3e1d6; border: 1px solid #341c16; border-style: none none solid; clear: both;}	
	
#footer{
	clear:both;
	text-align: left;
	width: 960px;
	padding-top: 10px;
	background-color: #341c16;
	font-size: .7em;
	color: #948784;
	}	

#footer p{
	margin-top: 10px;
	}	
	
#footer-text{
	float: left;
	}
	
#para-logo{
	float: right;
	margin-top: 10px;
	}	
	
.right{
	float: right;
	}
	
.left{
	float: left;
	}		
	
.bold{
	font-weight: bold;
	}	
	