html {
	background: #423823 url(../images/page/bg-tile.gif) top center repeat; 
}
body {
	background: url(../images/page/bg-grad.gif) top center repeat-x; 
	margin: 0; 
	padding: 0;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #A09B8F;
}
#pagebg {
	background: url(../images/page/page-bg.gif) top center repeat-y;
}
#topbg {
	background: url(../images/page/bg-top.gif) top center no-repeat;
}
#container {
	margin: 0 auto;
	width: 763px;
	padding-right: 1px;
}
#header {
/*	text-align: center;*/
}
#nav {
	width: 266px;
	vertical-align: top;
	background: url(../images/page/nav-flourish.gif) bottom left no-repeat;
}
#nav ul {
	margin: 0;
	padding: 48px 0 200px 70px;
	background: url(../images/page/nav-bg.gif) top left no-repeat;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(../images/page/nav-bullet.gif) top left no-repeat;
}
#nav li a {
	padding: 8px 0 12px 20px;
	color: #B8A479;
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	color: #D3C6AB;
}
#content {
	vertical-align: top;
	padding: 0 50px 30px 0;
}
h1 {
	margin: 0 0 21px;
	padding: 0;
	font: normal 24px/30px Georgia, "Times New Roman", Times, serif;
	color: #A68D57;
	letter-spacing: 1px;
	background: url(../images/page/dots-horz.gif) bottom left repeat-x;
}
h2 {
	margin: 30px 0 -10px 0;
	padding: 0;
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #A68D57;
	letter-spacing: 1px;
}
p {
	margin: 12px 0;
}
#content ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}
#content ul li {
	background: url(../images/page/bullet.gif) top left no-repeat;
	padding: 4px 0 3px 15px;
}
#content li ul {
	margin-left: 10px;
}
#content li li {
	background: url(../images/page/bullet-sub.gif) top left no-repeat;
}
#content img {
	padding: 1px;
	background-color: #000000;
	border: 1px solid #A68D57;
	margin: 5px 5px 10px 10px;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer {
	background: url(../images/page/footer-bg.gif) top center no-repeat;
	margin-right: 2px;
	padding: 25px 10px;
	color: #756D5B;
}
#footer table {
	width: 750px;
}
#footer td {
	font-size: 10px;
	line-height: 12px;
}
#footer a {
	color: #756D5B;
}
#footer a:hover{
	color: #B8A479;
	text-decoration: none;
}



/* ----- Gallery ----- */

#gallery {
	margin: 20px -40px 0 0;
}
#gallery table {
	float: left;
	margin: 0 40px 40px 0;
}
#gallery td {
	border: 1px solid #493F26;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 100px;
}
#gallery td:hover {
	background-color: #322B1A;
}
#gallery img {
	padding: 2px;
	border: none;
	margin: 0;
	background: none;
}
#gallery th {
	width: 100px;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 2px;
}
#gallery th a {
	text-decoration: none;
	color: #CED1CF;
}
#gallery th a:hover {
	color: #FFF;
}



#slideshow {
	margin-top: 30px;
}
#slideshow img {
	margin: 0;
}



form {
	margin: 0;
}
form td {
	padding-bottom: 5px;
}
input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

hr {
	height: 1px;
	color: #000000;
	padding-bottom: 3px;
	background: url(../images/page/dots-horz.gif) bottom left repeat-x;
	border: none;
}
.separator {
	margin: 20px 0;
	line-height: 1px;
	font-size: 1px;
	height: 3px;
	background: url(../images/page/dots-horz.gif) bottom left repeat-x;
}
 
.div {
	border: 1px solid red;
}
