* {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #4f4a37;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin-top: 0px;
	font-size: 25px;
	color: #502b15;
}
h2 {
	margin-top: 0px;
	font-size: 16px;
	color: #4f4a37;
}
p {
	line-height: 18px;
	font-size: 14px;
}
label {
	width: 8em;
	text-align: right;
	padding-right: 10px;
	float: left;
	color: #655f45;
	font-weight: bold;
}
input[type="text"] {
	padding: 3px;
	border: 1px #333 solid;
}
.text {
	padding: 3px;
	border: 1px #333 solid;
}
input[type="submit"], input[type="button"] {
	background-color: #655f45;
	padding: 2px 4px;
	color: #ffeea7;
	border: 1px #333 solid;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	bottom: 1px;
}
textarea {
	font-size: 12px;
	padding: 5px;
	border: 1px #333 solid;
}
.button {
	background-color: #655f45;
	padding: 2px 4px;
	color: #ffeea7;
	border: 1px #333 solid;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	bottom: 1px;
}
body {
	background-color: #ac9770;
	margin: 0;
}
#container {
	width: 956px;
	margin: 0 auto;
	background-color: #efe2cf;
}
#header {
	position: relative;
	width: 956px;
	height: 360px;
	background-image: url(images/header4.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #615a42;
	margin-bottom: 0px;
}
#horizontal-nav {
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width: 956px;
	color: #ffffff;
	list-style-type: none;
	position: absolute;
	bottom: 22px;
	left: 20px;
 }
#horizontal-nav ul {
	height: 20px;
	line-height: 20px;
	color: #ffffff;
	vertical-align: middle;
	list-style-type: none;
	padding-left: 0;
}
#horizontal-nav ul li {
	color: #ffeea7;
	margin-left: 0px;
	padding: 0 2px;
	float: left;
	border-right: 1px #ccc solid;
}
#horizontal-nav ul li a {
	color: #ffeea7;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}
#horizontal-nav ul li a:hover {
	color: #ffeea7;
	text-decoration: underline;
}
#main_content {
	position: relative;
	min-height: 600px;
	width: 956px;
	background-image: url(images/content_back5.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 105px;
	padding-left: 25px;
}
#main_left {
	position: relative;
	float: left;
	min-height: 500px;
	width: 610px;
	margin: 0;
	padding: 0 20px;
}
#main_right {
	position: relative;
	float: left;
	margin-top: 0;
	width: 225px;
	min-height: 500px;
	padding: 0 20px;
	border-left: 1px #666 solid;
	color: #416308;
}
#main_full {
	position: relative;
	float: left;
	min-height: 500px;
	width: 860px;
	margin: 0;
	padding: 0 20px;
}
.gallery_thumb {
	float: left;
	background: #574831;
	padding: 10px 10px;
	margin-right: 10px;
	text-align: center;
}
.gallery_thumb img {
	border: 1px #fff solid;
}
.news_art {
	margin-bottom: 20px;
	border-bottom: 1px #666 solid;
}
#footer {
	position: absolute;
	bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
	width: 956px;
	text-align: center;
}
.clear {
	clear: both;
}

/* 
Dropdown menu style.
Adapted from https://www.w3schools.com/howto/howto_css_dropdown.asp
-Murat.
*/
.dropbtn {
	background: none;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 240px;
    z-index: 1;
}

.dropdown-content a {
    text-decoration: none;
    background-color: #615a42;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ac9770;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #615a42;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ac9770;}

