/* CSS Document */
body{
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat;
	margin: 0px;
	color:#37160E;
}
a{
	color:#37160E;
}
a:hover{
	text-decoration: none;
}
h1{
	font-family: Monotype Corsiva, Verdana, Helvitica,sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

#container{
	margin: 0 auto;
	width: 803px;
	height: 100%;
	margin-bottom: 42px;
}
#header{
	height: 20px;
	background:url(images/bg-header.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #D5AE62;
	font-size: 11px;
	text-align: center;
}
#menu{
	height: 30px;
	background: url(images/bg-menu.jpg);
}
#main{
	height: auto;
	background-color: #DFA94B;
	height: 100%;
}
#left{
	position: relative;
	float:left;
	width: 241px;
	height: 530px;
	background: url(images/bg-left.jpg);
	background-repeat: repeat-y;
}
#info{
	position: relative;
	float:left;
	background:url(images/bg-main.jpg);
	background-repeat:repeat-x;
	width: 370px;
	height: 500px;
	padding-top:20px;
	overflow: auto;
	text-align: center;
		scrollbar-arrow-color:#F7FC61; 
		scrollbar-base-color:#0D0405; 
		scrollbar-darkshadow-color:#690206; 
		scrollbar-face-color:#000; 
		scrollbar-highlight-color:#690206; 
		scrollbar-shadow-color:#690206;

}
#right{
	position: relative;
	width:192px;
	float:left;
	background:url(images/bg-right.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#right a{
	font-weight: bold;
}
#right a:hover{
	color:#0C0806;
}

#footer{
	width: 803px;
	margin: 0 auto;
	height: 42px;
	background: url(images/bg-footer.jpg);
	color: #9E8454;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	
}
#footer a{
	margin-left:5px;
	margin-right: 5px;
	color:#9E8454;
}
#footer a:hover{
	color:#FBFC8B;
}
.right-frame{
	margin: 20px 18px 5px 18px;

}

#info p{
	width: 330px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 20px;
	

}


/* MENU ============================================= */
#styleone{ 
	position:relative;
	display:block;
	width: 780px;;
	height:30px;
	font-size:18px;
	margin: 0px auto;
	font-family: Monotype Corsiva, Verdana, Helvitica,sans-serif;
}
#styleone ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#styleone ul li{
	display:block;
	float:left;0 1px 0 0;
}
#styleone ul li a{
	display:block;
	float:left;
	color:#E7CDA8;
	text-decoration:none;
	vertical-align:middle;
	padding:4px 21px 2px 21px;
	height:24px;
	background: transparent url(images/bg-button.jpg) no-repeat left;
}
#styleone ul li a:hover,#styleone ul li a.current{
	color:#FBFC8B;
	background-color:#000000;
	/*background: transparent url(images/bgON.gif) repeat-x top left;*/
}


ul.vert-one{margin:0; margin-top:10px;;padding:0;list-style-type:none;display:block;font:bold 10px "Times New Roman", Verdana, Arial, sans-serif;line-height:240%;width:241px; text-transform:uppercase;}
ul.vert-one li{margin:0;padding:0;}
ul.vert-one li a{display:block;text-decoration:none;color:#EED962;background:#38160E;	background: url(images/menu-bg.gif);
padding:0;width:241px;
	text-align: center;
}
ul.vert-one li a:hover{background:#170602;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#933;}



/* TABLES =====================  */
.gallery-table{
	margin: 0 auto;
}
.gallery-table td{
	vertical-align: top;
}
.gallery-table img{
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}
.menu-table{
	margin: 0 auto;
	width: 310px;
	color:#3B180E;
}
.menu-group-title{
	font-size:18px;
	color:#3B180E;
	padding-bottom:10px;
	padding-top:10px;
}
.menu-separator{
	background-color:#5D0101;
}
.comments-comment-title{
	background:#AC9F7D;
	font-size:13px;
}
.comments-comment-text{
	background:#E7DAB5;
	font-size:13px;
}

