html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}ol,ul,nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}input,select{vertical-align:middle;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;
padding:0;}input[type='submit'],input[type='button'],input[type='text'],input[type='tel'],input[type='email'],input[type='url']{font:inherit;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;}

body { background:#000; font-family: 'Bree Serif', serif;font-size: 13px; color:#fff; }
a { text-decoration:none; }

#header { background: black;height: 250px;display: block;clear: both;}
#header h1 a { display:block; text-align:center; color: white; padding: 10px; margin: 5px; }
#header nav { text-align:left; margin: 0 auto; height: 45px; padding-left:15px; }

#main { clear:both; vertical-align:middle;color: #93835b; }

#footer { height:90px; clear:both; text-align:center;position:relative;margin-top:20px; }
#sol { float:left; height:90px; clear:both; position:absolute; bottom:0; margin:bottom:0px; left:0;padding-left:15px; }
#sag { float:right; height:90px; clear:both; position:absolute; bottom:0; margin:bottom:0px; right:0;padding-right:15px; }

ul.dropdown	{ position: relative; }
ul.dropdown li	{ zoom: 1; float:left;color: #93835b;padding: 10px;}
ul.dropdown a:hover	{ color: #a4946c; }
ul.dropdown a:active	{ color: #a4946c; }
ul.dropdown li a	{ display: block; color: #93835b; }
ul.dropdown li.hover, ul.dropdown li:hover	{ color: #a4946c; position: relative; }
ul.dropdown li.hover a	{ color: a4946c; }

ul.dropdown ul	{ width: 100px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li	{ font-weight: normal; background: #000; color: #93835b; float: none; }
ul.dropdown ul li a	{ border-right: none; width: 100%; display: inline-block; }  /* IE 6 & 7 Needs Inline Block */

#slideshow {
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}