body {  
	margin: 0; 
	background: #3c1f1f;
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #7A4236; /* this also controls the color of the caption for the number of images in lightbox. 816157 */
}

#container {    /* this box holds the title image centered */
	margin: 0 auto;
	width: 794px;
}

#title {
	display: block;
	width: 794px;
	height: 45px;
	background: #3c1f1f url(../graphics/title1.gif) no-repeat;
	margin:0;
	padding:0;
}

#title h1 {
	padding:0;
	margin:0;
	display:none;
}

/* the left side nav menus */
#menubox {
	display: block;
	position: absolute;
	top: 30%;
	left: -20px;
	text-align: left;
	color: #6b5149;
}

.menuitem {
	font-style: italic;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: .3em;
	list-style: none;
}

.gallery li {
	position: relative;
	font-size: .9em;
	line-height: 1.8em;
	font-style: italic;
	letter-spacing: .3em;
	list-style: none;
}

.hide {
	display: none;
}

.menu_on {
	color: #c09082;
}

a:link {   
	color: #6b493e;
	text-decoration: none;
}

a:visited {  
	color: #6b493e;
	text-decoration: none;
}

a:hover {  
	color: #a75b46;
	text-decoration: none;
}

a:active {  
	color: #ca8b79;
	text-decoration: none;
}

#btns_bg {
	display: block;
	width: 760px;
	height: 380px;
	background: transparent;
	margin:0;
	padding:0;
	position: absolute;
	left: 22%;
	top: 14%;
	border-left-width: 1px;
	border-left-style: solid;
}

#title_btns1 {
	display: block;
	position: relative;
	width: 200px;
	top: 8px;
	left: 58px;
	text-align: left;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #8A726B;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: .3em;
	list-style: none;
	background: transparent;
	float: left;
}

#title_btns2 {
	display: block;
	position: relative;
	width: 400px;
	top: 8px;
	left: -30px;
	text-align: left;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #8A726B;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: .3em;
	list-style: none;
	background: transparent;
	float: right;
}
	

	

	
	