﻿body, html, img {
	border:0;
	margin:0;
	padding:0;
}

a{
	color:inherit;
	text-decoration:none;
}
em{
	font-weight:400;
	font-style:italic;
}
body{
	background:url('../images/dark_wall.png') repeat #2e2e2e;
	font-size:14px;
	font-family:'Lato', sans-serif;
	font-weight:400;
}
h1{
	font-size:2.5em;
	color: #944815;
	font-weight:300;
	text-transform: uppercase;
	margin-bottom:35px;
	margin-top:0;
	padding:0;
}
.name{
	font-family:'Vollkorn', Serif;
	font-size: 2.6em;
	line-height:0.9em;
}
.name-descrip{
	font-family: 'Lato', sans-serif;
	font-size:1em;
	color:#944815;
	line-height:1.4em;
}
#wrapper{
	width:975px;
	height: 590px;
	margin: auto;
	margin-top:50px;
	background:#fff;
}
#left-area{
	width:395px;
	float:left;
	
}
#right-area{
	float:left;
	height:590px;
	border-left:22px solid #252525;
}
#title{
	width:390px;
	margin: 150px 0 0 0;
	text-align:center;
}
#nav{
	margin-top:50px;
	width:250px;
}
#nav a, a:visited{
	color:#000;
	text-decoration:none;
}
#nav a{
	float:right;
	display:block;
	width:175px;
	height:20px;
	padding-top:10px;
	margin-top:-10px;
}
#nav ul{
	list-style:none;
}
#nav li { 
	display:block;
	margin-bottom:13px;
    padding-left: 1em; 
	padding-top:10px;
    text-indent: -.2em;
}
#nav ul div {
    background: #944815;
	border-bottom:1px solid #fff;
	height:39px;
	width:250px;
}
#nav ul div a {
	color:#fff;
}
#nav ul div li{
	text-indent:-3.1em;
}
#nav ul div li:before {
    content: "";
}
#nav li:before {
    content: "•  \0000a0 \0000a0 \0000a0";
    color: #944815;
}
p{
	line-height:1.6em;
}
p a{
	color:#c15812;
	text-decoration:underline;
}
p a:visited{
	color:#c15812;
	text-decoration:underline;
}
p a:hover{
	text-decoration:none;
}
p a:active{
	color:#f76300;
}
.hidden{
	display:none;
}
#scrollbar5 { width: 510px; clear: both; margin: 30px 0 10px 25px; }
#scrollbar5 .viewport { width: 480px; height: 540px; overflow: hidden; position: relative; }
#scrollbar5 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar5 .thumb .end,
#scrollbar5 .thumb { background-color: #944815; }
#scrollbar5 .scrollbar { position: relative; float: right; width: 5px; }
#scrollbar5 .track { background-color: #ececec; height: 100%; width:3px; position: relative; padding: 0 1px; }
#scrollbar5 .thumb { height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar5 .thumb .end { overflow: hidden; height: 5px; width: 5px; }
#scrollbar5 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
#footer{
	background:#944815;
	height:25px;
	width:975px;
	margin:auto;
	margin-bottom:25px;
}