html, body {min-width:1000px;background-color:#080808;}
body {
	/* 62.5%:10px, 68.75%:11px, 75%:12px, 81.25%:13px, 87.5%:14px */
	font: 110% 'Cuprum', serif; color: #333;
	line-height: 150%; white-space: normal; word-wrap: break-word;
}

p {padding-bottom:15px;}
h1,h2,h3,h4,h5,h6 {color:#796744;font-weight:normal;}
/*
h1 {font-size:2em;margin:0.67em 0;}
h2 {font-size:1.5em;margin:0.83em 0;}
h3 {font-size:1.17em;margin:1em 0;}
h4 {font-size:1em;margin:1.33em 0;}
h5 {font-size:0.83em;margin:1.67em 0;}
h6 {font-size:0.75em;margin:2.33em 0;}
*/
h1 {font-size:25px;font-style:normal;text-transform:uppercase;padding-bottom:20px;}
h2 {}
h3 {}
h6 {}

ul,ol {list-style:none;list-style-type:none;margin:0;padding:0;}
ul.circle {list-style-type:circle !important;margin:0 0 15px 15px;padding:0 0 0 5px;}
ul.disc {list-style-type:disc !important;margin:0 0 15px 15px;padding:0 0 0 5px;}
ol.decimal {list-style-type:decimal !important;margin:0 0 15px 15px;padding:0 0 0 8px;}

a {color:#796744;text-decoration:underline;}
/*a:hover {}*/
/*a:active {}*/
/*a:link {}*/
/*a:visited {}*/

/* begin: Base Layout Classes **************************** * * */
/*body > section {min-height:100%;height:auto!important;height:100%;}*/
body > header,
body > section > article,
body > footer {width:1000px;margin:0 auto;}
body > header {overflow:hidden;}
body > section {}
body > section > article {position:relative;overflow:hidden;padding-bottom:20px;}
body > footer {}
/* end: Base Layout Classes ****************************** * * */

/* begin: Base Pages Classes ***************************** * * */
body > header {overflow:hidden;padding-bottom:15px;}
body > header > a {display:block;float:left;margin-top:10px;}
body > header > nav {display:block;float:right;margin-top:65px;}
body > header > nav {color:#796744;font-size:16px;text-transform:uppercase;}
body > header > nav > a,
body > header > nav > span {display:inline-block;height:34px;line-height:34px;border-left:solid 1px #333;padding:0 20px;}
body > header > nav > a,
body > header > nav > a:hover {text-decoration:none;color:white;}
body > header > nav > a:first-child,
body > header > nav > span:first-child {border-left:0;}
body > section {
	background: #080808;
	background: -moz-linear-gradient(top, #080808 0%, #646e65 100%);
	background: -webkit-linear-gradient(top, #080808 0%, #646e65 100%);
	background: -o-linear-gradient(top, #080808 0%, #646e65 100%);
	background: -ms-linear-gradient(top, #080808 0%, #646e65 100%);
	background: linear-gradient(top, #080808 0%, #646e65 100%);
}
body > footer {text-align:center;font-size:12px;color:#999;text-transform:uppercase;padding:20px 0;}
.gallery {list-style:none;padding:0;margin:0;margin-top:-5px;}
.gallery li {float:left;width:50%;}
.gallery li a {display:block;margin:5px;border:solid 3px white;}
.gallery li img {display:block;width:100%;height:auto;}
.slidesjs-pagination-item {display:none;}
.ps-caption {display:none!important;}
.ps-caption-bottom {display:none!important;}
#slideshow {position:relative;display:block;width:994px;height:658px;overflow:hidden;border:solid 3px white;box-shadow:0 0 10px rgba(0,0,0,.8);}
#slideshow > img {position:absolute;left:0;top:0;width:994px;}
.article {display:block;overflow:hidden;/*min-height:400px;*/background-color:white;border:solid 3px #796744;padding:30px 30px 15px;}
.article .map {display:block;float:right;margin-top:10px;}
/* end: Base Pages Classes ******************************* * * */

/* begin: Clear Classes ********************************** * * */
.gallery:after {
	/*content:'';
	display:table;*/
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* *:first-child+html .clearfix { zoom: 1; } IE7 */
/* * html .clearfix             { zoom: 1; } IE6 */
/* end: Clear Classes ************************************ * * */