body {
	margin: 0;
	font-size: 13px;
	font-family: georgia, Arial, sans-serif;
	background: url("images/background.gif")
}

a:link {
text-decoration: underline;
color: #3D667F; } 

a:visited {
text-decoration: underline; }

a:hover {
color: #3D667F;
text-decoration: underline; }

a:active {
text-decoration: underline; }#page {
	display: block;
	text-align: center;
}

table, td, tr{

	font-size: 13px;
	font-family: georgia, Arial, sans-serif;

}

table a, table a:visited {

	text-decoration: underline;
	color: #3D667F;

}



#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/indextop.jpg") top left no-repeat;
}

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

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

#inn #topIMG{
	background: url("images/roomstop.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: 225px;
	margin-left: 412px;
}

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

#topImages img{
	border: 3px solid #C3DCE0;
}

.pageName{
	margin-top:5px;
	color: 6D8D65;
	font-size: 24px;
	font-family: georgia;
}

.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: #7DA27F;
	margin-bottom: 10px;
	padding: 5px 0 0 0;
}


#topNav ul li a {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	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 17px 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: #3D667F;
	text-decoration: underline;
	border-right: 1px solid #3D667F;
	padding: 0 5px 0 5px;
}

#bottomNav ul li.lastOne a{

	border-right: none;

}

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

#footer{

	background:#6D8D65;
	color: #ffffff;
	padding: 5px;
	clear: both;
text-align: center; }

#footer p{

	margin: 0;
text-align: center; }

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

#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;
}