html, body {
	height: 100.5%;
}

body {
	margin: 0; 
	padding: 0;
	background: #8a270e url(images/bg-burgandy.gif) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}

#container {
	width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	padding: 20px;
	height: 201px;
	background: #fff url(images/bg-header.jpg) top right no-repeat;
	font-size: small;
}

#header h1, #header h2 {
	margin: 0;
	width: 299px;
	height: 200px;
	text-indent: -100000px;
	font-size: smaller;
	background: url(images/logo.gif) top left no-repeat;
}

#nav {
	background: url(images/bg-nav.gif) top left repeat-x;
	height: 38px;
	margin: 0;
	padding: 0 9px 0 8px;
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
	margin: 0 15px 0 16px;
	display: inline;
}

#nav li a, #nav li a:visited, #nav li a:active {
	color: #777;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	float: left;
}

#nav li a:hover, #nav li.selected a {
	color: #777;
	text-decoration: none;
	border-bottom: 6px solid #ffc000;
}

#content {
	clear: both;
	padding: 10px 100px 10px 100px;
}

#footer {
	background: url(images/bg-footer.gif) top center no-repeat;
	padding: 65px 0 20px 0;
	text-align: center;
	font-style: italic;
	font-size: smaller;
	clear: both;
}


h3 {
	margin-left: -30px;
	/*color: #ffc000;*/
	color: #aa472e;
	font-size: x-large;
}

h4 {
	margin-bottom: 0;
	margin-left: -10px;
	color: #e0cb6b;
}

p {
	margin-top: 0;
}

p.error {
	margin: 0;
	color: #f00;
	font-size: small;
}

form {
	margin-top: 2em;
}

label {
	float: left; 
	width: 100px;
	clear: left;
	margin-top: 0.5em;
}

input, textarea {
	margin-top: 0.5em;
	float: left;
}

textarea {
	width: 300px;
	height: 100px;
}

form p {
	clear: both;
	margin-left: 50px;
	padding-top: 0.5em;
	font-weight: bold;
	margin-bottom: 0;
}

form p.submit {
	margin-left: 100px;
}

div#gallery img {
	margin-bottom: 37px;
}

div#gallery img.left {
	margin-right: 37px;
}

div#gallery a img,
div#gallery a:visited img, 
div#gallery a:active img {
	border: 2px solid black;
	outline: none;
}

div#gallery a:hover img {
	border-color: red;
}

p.address {
	margin-bottom: 0.3em;
	margin-top: 0;
}

