
html,body {
scrollbar-base-color: #2A251F;
scrollbar-arrow-color: #c7bb81;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #26211B;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #2A251F;
}


a:link, a:visited {
	text-decoration: none;
	color: #c7bb81;
}

a:hover {
	color: #f3db6c;
	font-weight: bold;
}



ul#menu {
	display:inline-block; 
	width:100%; 
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c7bb81;
	margin-top: 15px;
	padding-left: 4px;
}

ul#menu li {
	padding-right: 22px; 
	float:left;
}

ul#menu .active {
	color: #f3db6c;
}



.gallery{
	margin-top: 45px;
	width: 98%;
	height: 400px;
	border: 1px solid #826125;
}


.list{
	width: 98%;
	margin-top: 45px;
	margin-bottom: -10px;
	border: none;
}




.regular_text{
	font-family: Georgia;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #b7904d;
	text-align: left;
}


.menu_text{
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	color: #cea454;
	
}

.h_line{
	width: 100%;
	height: 1px;
	color: #cea454;
	background-color: #cea454;
	border: 0;

}

.border_images{

	border: 1px solid #cea454;
	padding: 5px;
	width: auto;
	height: auto;	
}








