/* CSS Document */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 11px "georgia", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}

body {
	margin: 0px;
	font: normal 11px "georgia", Arial;
	background: repeat-x url(../images/main-bg.jpg);
	background-color: #DCCBB9;
}

#container {
	width: 790px;
	margin:auto;
	background-color:#FFFFFF;
	padding: 5px 0 0 0;
}

#header {
background: no-repeat url(../images/head-bg.jpg);
width: 769px;
height: 331px;
margin: 0 0 0 10px;
}

.headerimg {
background: no-repeat url(../images/head-img.jpg);
width:442px;
height:319px;
float:left;
margin: 7px 0 0 5px;
}

.logo {
background: no-repeat url(../images/logo.jpg);
width:308px;
height:311px;
float:left;
margin: 11px 0 0 8px;
}

#nav {
background: no-repeat url(../images/nav-bg.jpg);
width:200px;
height:400px;
float:left;
margin: 10px 0 0 10px;
padding: 1px 0 0 0;
}

#nav li {
background: no-repeat url(../images/li-bg.jpg);
margin: 2px 0 0 3px;
height: 64px;
list-style-type:none;
}

#nav a {
margin: 0 0 0 5px;
font: 18px "batang", georgia;
text-decoration:none;
color: #996633;
line-height: 64px;
}

#nav a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#content {
background-color: #ECE4DB;
width: 565px;
float: left;
margin: 10px 0 0 5px;
}

#text {
width: 417px;
float:left;
}

#text h1 {
font: bold 26px "book antiqua";
margin: 15px 0 0 20px;
color: #996633;
}

#text h2 {
font: bold 12px "garamond";
margin: 10px 0 0 20px;
color: #BA9876;
}

#text h3 {
font: bold 22px "book antiqua";
margin: 5px 0 0 20px;
color: #996633;
}

#text p {
font: 12px "arial";
margin: 5px 0 0 20px;
color: #996633;
}

#text li {
font: 12px "arial";
margin: 5px 0 0 40px;
color: #996633;
}

#text  a {
font: 12px "arial";
color: #996633;
text-decoration:none;
}

#text  a:hover {
color: #996633;
text-decoration:underline;
}

.spacer {
	background: no-repeat url(../images/spacer.jpg);
	width:390px;
	height: 8px;
	margin: 10px 0 10px 25px;
	float:left;
	clear: both;
	display: block;
}

#images {
width: 112px;
float:left;
margin: 15px 0 0 10px;
}

#images img {
margin: 10px 0 0 10px;
}

#lowermenu {
background: no-repeat url(../images/lower-menu-bg.jpg);
width:772px;
height:43px;
float:left;
margin: 5px 0 0 10px;
}

#lowermenu p {
margin: 15px 0 0 15px;
}

#lowermenu a {
text-decoration: none;
color: #996633;
padding: 0 0 0 12px;
}

#lowermenu a:hover {
text-decoration:underline;
}

#thumbs {
margin: 0 0 0 80px;
float:left;
width:300px;
}

.thumb {
padding:0 0 0 0;
	float:left;
	margin: 5px 5px 5px 5px;
	border: thin solid #7B531C;
	height:75px;
}

.thumb a {
text-decoration:none;
}
