/*removes dotted border around FF links*/
:focus {
-moz-outline-style: none;
}

html {
background:#4d594d;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background:url("../img/bg-branding.gif") top left repeat-x;
	height:100.1%;
}

#container {
	width:810px;
	margin:0 auto 0 auto;
	text-align:left;
	background:#fff;
	border:0px solid black;
}

#branding {
	border:0px solid black;
	margin:0 0 1 0px;
}

#nav {
	margin:0 7 0 7px;
	min-width:500px;
	height:35px;
	background:url("../img/bg-nav.gif") top right repeat-x;
	border-bottom:0px solid #eddfbb;	
}

#content {
	padding:21 41 25 41px;
	background:url('../img/bg-content.html') top right no-repeat;
	border-top:0px solid #000;
}

#site_info {
	background:url("../img/bg-site-info.gif") top left repeat-x;
	height:82px;
	
	margin:0 10 0 10px;
	padding:0 0 0 0px;
	border:0px solid blue;
}

#site_info img {
	float:left;
	margin:19 9 0 21px;
}

#site_info p {
	color:#798279;
	padding:23 0px;
	margin:0 0 0 0px;
	border:0px solid #000;
}

#site_info a {
	color:#798279;
	text-decoration:none;
}

#site_info a:visited {
	text-decoration:none;
}

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

/* Begin Text Selectors */

h1, h2, h3, h4, h5 {
	margin:0px 0px 6px 0px;
}

p {
	margin:0px 0px 10px 0px;
}

h1{
	font:24px palatino, serif;
	color:#798279;
} 

h2 {
	font:20px palatino, serif;
	color:#798279;
}

h3 {
	font:bold 16px arial, san-serif;
	color:#798279;
}

p {
	font:12px arial, san-serif;
	color:#111;
}

a {
	font:12px arial, san-serif;
	color:#0086d3;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	text-decoration:none;
}

ul {
	font:12px arial, san-serif;
	color:#3b3b3b;
	margin:0px;
	padding:0px;
	text-indent:10px;
	text-decoration:none;
	list-style:none;
}

img {
	border:0;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.nomargin {
	margin:0px;
}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.photo_right {
	float:right;
	margin:0 0 11 11px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.even {
	background:#efefef;
}

div#lodge_photos {
	margin:0 0 0 48px;
}


