*,html,body{margin:0;padding:0}

body {
  font-family: 'Terminal Dosis Light', serif;
  font-size: 100%/16px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  height:100%; 
}

h1,h2,h2,h3,h4 {
	font-family: 'Lobster Two', serif;
	font-style: italic;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
}
h1 { 
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

body{background:#3B2812;color:#EFEFEF;}
p{margin:0 10px 10px}


#nav a{
    display:block;
    color: #FFF;
    padding:10px;
    text-decoration:none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#nav a:hover {
    color: #FFF;
    background-color:#5D501C;
}
	
div#header{
	position:absolute;
	top:0;left:0;width:100%;
	overflow:hidden;background-color: #3B2812;
	opacity: 0.8;
	border-bottom: 1px solid #3b2812;
	height: 80px;
	/*z-index: 10000;*/
}

div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;}

/*div#header a{position:absolute;right:0;top:23px}*/

/*div#content p{line-height:1.4;text-align:left;}
div#extra{}*/

div#footer{
	position:absolute;
	bottom:0;left:0;width:100%;
	overflow:hidden;background-color: #3B2812;
	opacity: 0.8;
	border-top: 1px solid #3b2812;
	color: #aaa; font-size:0.7em; text-align: center;
	height: 20px;
	/*z-index: 10000;*/
}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #aaa;}
div#footer a:hover{display:inline;padding:0;}

div#logo{ float:left;width:250px;}

ul#nav{ float:right; margin:20px 20px 0 0; }
ul#nav , ul#nav li { list-style:none; list-style-type:none; }
ul#nav li { display: inline-block; position:relative; text-align: center;}
ul#nav li a{ display: block; width:100px;  }

div#footer{clear:both;width:100%}

.selected {
	color: #AAA;
	background-color:#333;
}


div#content-block{
	position: absolute;
	z-index:5000;
	zoom: 1;
	margin:0 15px 15px 15px; 
	display:none;
}

div#content-block-close {
	position: absolute;
	top: 0; right: 0;
	
}

div#content-block-inner {
	position: relative;
	float: left;
	margin: 15px;
}