body {
	margin: 0;
	font-size: 12px;
	font-family: "Lucida Grande", Arial, sans-serif;
	background: url('images/planks.jpg') top left repeat-x #5f3922;
}

#page {
	display: block;
	text-align: center;
}

#layout {
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #fff;
	margin-top:10px;
	position:relative;
}

.alt {
	display: none;
}

h2 {
color: #891C10;
	font-size: 18px;}

#header {
	
}



#home #topIMG{
	background: url("images/header_home.jpg") top left no-repeat;
	width: 980px;
	height: 350px;
}

#inn #topIMG{
	background: url("images/header_inn.jpg") top left no-repeat;
	width: 980px;
	height: 350px;
	
}

#area #topIMG{
	background: url("images/header_area.jpg") top left no-repeat;
	width: 980px;
	height: 350px;
}

#photos #topIMG{
	background: url("images/header_photos.jpg") top left no-repeat;
	width: 980px;
	height: 195px;

}


#title{
	position: absolute;
	top: 250px;
	margin-left: 30px;
	font-family: helvecta;
}

.maintitle{
	color: #FFF;
	font-size: 36px;
	margin:0px;
}

.subtitle{
	color: #FFF;
	font-size: 20px;
	margin:0px;
}

#topImages{
	float: right;
	right:10px;
	top:165px;
	position:absolute;
	
}

#topImages ul li{
	padding-right: 5px;
	padding-left:5px;
}

#topImages img{
	border: 2px solid #fff;
}

.pageName{
	margin-top:5px;
	color: #891C10;
	font-size: 24px;
	font-family: helvecta;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	display: block;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.nav ul li a:hover {
	text-decoration: underline;
}

#topNav {
	height: 25px;
	background: #596c45;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
}


#topNav ul li a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 7px 0 7px;
}

#topNav ul li.lastOne a{

	border-right: none;

}

#topNav ul li a:hover{

	text-decoration: underline;

}

#leftbar{
	float: left;
	padding: 10px 20px 0 15px;
}

#leftbar p{

	margin: 0 0 5px 15px;

}


#content .container{
	padding: 0 10px 0 10px;
	

}

.leftBar #content .container{
	margin-left: 265px;
}

#bottomNav {
	font-size: 12px;
	clear:both;
	float: right;
	margin: 0 0 5px 0;
}

#bottomNav ul li a{
	color: #CB8746;
	text-decoration: underline;
	border-right: 1px solid #CB8746;
	padding: 0 5px 0 5px;
}

#bottomNav ul li.lastOne a{

	border-right: none;

}

#bottomNav a:hover{
	text-decoration: none;
}

#footer{

	background:#596c45;
	color: #FFFFFF;
	padding: 5px;
	clear: both;

}

#footer p{

	margin: 0;

}

#footer a {
	text-decoration: none;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}


#copyright {

	width: 980px;
	text-align: right;
	color: #fff;
	font-size: 10px;
	margin: 2px 0 2px 0;
	margin-left: auto;
	margin-right: auto;
}

#copyright p{

	margin: 0;

}

#copyright a {
	text-decoration: none;
	color: #FFF;
}

#copyright a:hover {
	text-decoration: underline;
}

.imgBorder{
	border: 1px solid #000;
}