body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2.8em;
}
h3 {
	font-size: 1.6em;
}
img {
	border: none;
}
p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}
a {
	text-decoration: none;
	color: #339CCB;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 850px;
	margin: 0 auto;
}
#menu {
	width: 850px;
	height: 10px;
	background: url(../images/img_bg_top.jpg) no-repeat left top;
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#menu a {
	float: left;
	padding: 15px 60px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
#logo {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: #228CBE url(../images/top.jpg) no-repeat left top;
}
#logo h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #f0eeee;
	padding: 5px 0px 0px 40px;
}
#logo p {
	font-size: 14px;
	font-weight: bold;
	color: #f0eeee;
	padding: 0px 0px 0px 42px;
}
#logo_nophoto {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: #228CBE url(../images/top_nophoto.jpg) no-repeat left top;
}
#logo_nophoto h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #f0eeee;
	padding: 11px 0px 0px 350px;
}
#logo_nophoto p {
	font-size: 16px;
	font-weight: bold;
	color: #f0eeee;
	padding: 5px 0px 0px 350px;
}
#banner {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	background: url(../images/main.jpg) no-repeat left top;
}
#page {
	width: 850px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	background: url(../images/img_bg_content.jpg) repeat-y left top;
}
#content {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 20px;
	margin-bottom: 40px;
}
#content h2 {
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #606060;
	padding: 0px 0px 10px 0px;
}
#content .title {
	border: none;
	color: #606060;
}
#content .meta {
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content .entry {
	padding: 10px 10px 0px 10px;
	border: 1px solid #E4E4E4;
	text-align: justify;
}
#content a.photo {
	color: #366;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;
	font-style: normal;
	background: url(../images/photolink.gif) no-repeat left;
}
#sidebar {
	float: right;
	width: 220px;
	margin: 0px;
	color: #787878;
	padding-bottom: 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
}
#sidebar h2 {
	height: 38px;
	text-transform: uppercase;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #606060;
}
#sidebar p {
	margin: 0 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
}
#sidebar p.title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#sidebar a {
	text-decoration: underline;
	color: #339CCB;
}
#footer {
	height: 80px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0 auto;
	width: 850px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #A19D9A;
}
#footer a {
	color: #A19D9A;
	text-decoration: underline;
	text-transform: uppercase;
}
* {
	box-sizing: border-box
}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}
/* Hide the images by default */
.mySlides {
	display: none;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
	color: #000;
	background-color: #eee;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}
 @keyframes fade {
 from {
opacity: .4
}
to {
	opacity: 1
}
}
