﻿a {
	color: #131112;
	text-decoration: none;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #131112;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 770px;
	position: relative;
}
#masthead {
	padding: 0px;
	margin: 0px;
	background-color: #131112;
	height: 156px;
	position: relative;
	top: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #453F42;
}
#mastheadlogo {
	padding: 0px;
	margin: 0px;
	height: 150px;
	width: 230px;
	float: left;
}
#mastheadimg {
	width: 540px;
	height: 130px;
	float: left;
	clear: right;
}
#navigation {
	overflow: hidden;
	background-color: #131112;
	float: right;
	width: 505px;
	display: inline;
}
#navigation ul {
	overflow: hidden;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#navigation ul li {
	overflow: hidden;
	float: left;
	padding-top: 6px;
	padding-bottom: 4px;
	color: #FEE1A5;
}
#navigation ul li a {
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	color: #FEE1A5;
}
#navigation ul li a:hover {
	color: #FFB94F;
}
#navigation ul li ul {
	position: absolute;
	z-index: 500;
	visibility: hidden;
	display: none;
	background-color: #131112;
	padding: 0px;
	clear: both;
	margin-top: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #453F42;
	border-bottom-color: #453F42;
}
#navigation ul li ul li {
	width: inherit;
	float: none;
}
#navigation ul li ul li a {
}
#navigation ul li:hover ul {
	z-index: 100;
	visibility: visible;
	display: block;
}
.galleries_item_style {
	padding: 6px 10px 4px 10px;
}
#contentblock01 {
	background-color: #E7E7E7;
	width: 100%;
	height: 100%;
	float: left;
	top: 40px;
	position: relative;
}
#content01 {
	margin: 1.5em;
}
#footer {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	background-color: #4b513e;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	top: 60px;
}
#footer p {
	font-size: x-small;
	color: #CCCCCC;
	text-align: center;
	padding: 1px;
	margin: 10px;
}
#footer a {
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}
h2 {
	font-size: 1.75em;
	color: #131112;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
