﻿html
{
	background: #c1c9ba url("/images/body-bg.jpg") no-repeat center top;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

ul
{
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.field
{
	margin: 0 0 0.5em 0;
}

.error
{
	color: #f00;
}

.text-input
{
	background: #fff;
	border: 1px solid #7e9475;
	color: #000;
	display: block;
	margin: 0;
	padding: 5px;
	/* width: 99%; */
}

.anti-spam
{
	line-height: 35px;
	vertical-align: middle;
}

.anti-spam label
{
	display: block;
}

.anti-spam .text-input
{
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.anti-spam img
{
	vertical-align: middle;
}

.ip-address
{
	font-size: 0.75em;
}

address.location, .trademark
{
	margin: 1em 0;
}

.note
{
	font-size: 0.85em;
}

#container
{
	margin: 35px auto 0 auto;
	position: relative;
	width: 908px;
}

#header
{
	min-height: 109px;
}

* html #header
{
	height: 109px;
}

#header .logo
{
	position: absolute;
	left: 0;
	top: -35px;
}

#header .logo a
{
	background: transparent url("/images/lodge/logo2.jpg") no-repeat left top;
	display: block;
	width: 537px;
	height: 144px;
}

#header .logo span
{
	position: absolute;
	top: -1000px;
}

#header .menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .menu li
{
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
}

#header .menu li img
{
	display: block;
	margin: 0 0 8px auto;
}

#content
{
	background: transparent url("/images/content-middle-bg.png") repeat-y center top;
}

#inner-content
{
	background: transparent url("/images/content-middle-upper-bg.png") no-repeat center top;
	min-height: 400px;
	padding: 22px 27px;
	position: relative;
	top: -3px;
}

* html #inner-content
{
	height: 400px;
}

#content h1
{
	font-size: 1.75em;
}

#content img.deco
{
	border: 1px solid #7e9475;
	float: right;
	margin: 0 0 10px 10px;
}

#navigation
{
	background: transparent url("/images/content-bottom.png") no-repeat center bottom;
	height: 32px;
}

#navigation ul
{
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	text-align: center;
}

#navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation ul li a
{
	display: inline-block;
	height: 19px;
	margin: 0 3px;
	padding: 1px;
}

#navigation ul li a:focus, #navigation ul li a:hover, #navigation ul li a:active
{
	border: 1px solid #fff;
	padding: 0;
}

#footer
{
	margin: 10px 0 0 0;
}

#footer img
{
	display: block;
	margin: 0 auto;
}