html {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0 0 15px;
	background: #650F18;
	font: 90%/1.4 Arial, Helvetica, sans-serif;
	color: #6B653C;
}

body.gggallery {
	background: #5F5925;
}

#top {
	position: relative; /* to allow positioning inside */
	background: #fff url(white_wood.gif) repeat 0 0;
	margin: 15px auto 0;
	max-width: 794px;
	border-right: 6px solid #BDB274;
	border-top: 12px solid #BDB274;
	border-radius: 25px 25px 0 0;
}

#header {
	padding: 10px 0 15px 10px;
	min-height: 100px;
	height: auto !important; /* override lists/subscribe */
	overflow: hidden;
}

h1 {
	float: left;
	margin: 0 35px 0 10px;
}

h1 img {
	max-width: 563px;
	width: 100%;
}

img {
	vertical-align: bottom;
}

a {
	color: #6B653C;
}

a img {
	border: 0;
}

#header a {
	text-decoration: none;
}

#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header ul {
	margin: 10px 0 0;
}

#header li {
	font: bold 19px/1.2 "Courier New", Courier, monospace !important;
	color: #BDB274;
}

#header li span {
	font-size: 70%;
}

#header li a {
	color: #6B653C;
}

#mid {
	max-width: 800px;
	position: relative; /* to allow positioning inside */
}

#news {
	padding: 0 20px 15px;
	margin: 0;
	border-left: solid 7px #BDB274;
	color: #666;
}

#news h2 {
	font-size: inherit;
	margin: 0;
}

#news ul, #news li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#news img {
	float: right;
	margin: 0 0 20px 20px;
	width: 40%;
	height: auto;
}

#footer {
	background: #fff;
	text-align: center;
	padding: .3em 0;
	border-bottom: 3px solid #BDB274;
	clear: both;
}

#footer p {
	margin: 0;
}

#contactContent {
	background: #fff;
	padding: .5em 1em .8em;
	top: -52px;
	right: 12px; /* .moved added by JS */
	border-bottom: 5px solid #BDB274;
}

#contactContent.moved {
	position: absolute;
}

#contactContent p {
	margin: 0;
	padding: .7em 0 0;
}

#slideshow {
	width: 625px;
	float: right;
	margin-right: 16px;
}

#thumbs {
	width: 150px;
	padding: 10px 0;
	text-align: center;
	float: left;
}

.thumbs, .thumbs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thumbs li {
	margin: 0 0 20px;
}

.thumbs {
	margin-top: 20px;
}

.nav-controls a, .bottom.pagination a {
	font-size: 90%;
	border-bottom: 1px solid #BDB274;
	margin: 0 .2em;
	padding: 0 2px;
}