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

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

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

.alt {
	display: none;
}


#header {
	
}



#topIMG {
	width: 780px;
	height: 347px;
}

#home #topIMG{
	background: url("images/index.jpg") top left no-repeat;
}

#area #topIMG{
	background: url("images/area.jpg") top left no-repeat;
}

#availability #topIMG{
	background: url("images/reservations.jpg") top left no-repeat;
}

#inn #topIMG{
	background: url("images/rooms.jpg") top left no-repeat;
}


#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{
	position: absolute;
	top: 170px;
	margin-left: 430px;
}

#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 {
	width: 780px;
	height: 25px;
	background: #361f0d;
	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: 0 7px 0 7px;
}

#leftbar p{

	margin: 0 0 5px 0;

}


#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: #361f0d;
	text-decoration: underline;
	border-right: 1px solid #361f0d;
	padding: 0 5px 0 5px;
}

#bottomNav ul li.lastOne a{

	border-right: none;

}

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

#footer{

	background:#361f0d;
	color: #FFFFFF;
	padding: 5px;
	clear: both;

}

#footer p{

	margin: 0;

}


#copyright {

	width: 780px;
	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;
}