@import url('//fonts.googleapis.com/css?family=Montserrat');

body {
	margin: 0;
	padding: 0;
	background: #180804 url(images/bg.jpg) top center repeat;
	font: 16px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #1E0A06;
}

#container {
	background: #40180E url(images/bg-wood.jpg) top center repeat;
}

#header {
	background: url(images/strip.png) bottom center repeat-x;
	min-height: 60px;
}
#header p {
	margin: auto;
	width: 960px;
	min-height: 39px;
	padding-bottom: 2px;
	font: 16px/39px 'Montserrat', Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	color: #DFC9B1;
}

#stage {
	margin: -19px auto 0;
	width: 980px;
	overflow: auto;
}



/* ============================================== side bar ============================================== */

#sidebar {
	float: left;
	width: 315px;
}

#logobox {
	background: url(images/logo-bg.png) top left repeat-y;
	text-align: center;
}
#logobox table {
	width: 290px;
	margin-left: 10px;
	background: url(images/logo-top.jpg) top left no-repeat;
}
#logobox td {
	text-align: center;
	height: 155px;
	padding: 20px 10px 0 9px;
	background: url(images/logo-bot.jpg) bottom left no-repeat;
}
#logobox a {	
	display: block;
	font: normal 36px/1 'Montserrat', Arial, Helvetica, sans-serif;
	color: #46312D;
	text-decoration: none;
}
#logobox a img {
	max-width: 270px;
	height: auto;
	border: none;
}
.logo-bot {
	width: 315px;
	height: 58px;
	background: url(images/logo-bot.png) bottom left no-repeat;
}


#nav {
	margin: 44px 0 0;
	padding: 0;
	list-style: none;
	width: 269px;
}
#nav li {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: url(images/nav-div.png) top left no-repeat;
}
#nav li a {
	display: block;
	text-decoration: none;
	font: 16px/18px 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #DFC9AF;
	background: url(images/bullet.png) 20px 16px no-repeat;
	padding: 12px 5px 10px 50px;
}
#nav li a:hover {
	color: #F2DEC6;
}
#nav li div {
	margin-top: -5px;
	padding-bottom: 10px;
	line-height: 0;
}
#nav li div a {
	font: normal 14px/1.2 Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #AF947F;
	background: none;
	padding: 4px 5px 4px 50px;
}



/* ============================================== general content ============================================== */

#content-bg {
	background: url(images/page-bg.png) top left repeat-y;
	margin: 54px 0 0 269px;
}
#content {
	background: url(images/page-bg-top.jpg) top left no-repeat;
	padding: 50px 50px 10px 80px;
	min-height: 300px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0 0 8px;
	font: normal 24px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #847E2B;
	background: url(images/h1-dash.png) bottom left repeat-x;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font: normal 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #847E2B;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font: normal 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
}
p {
	margin: 14px 0;
}
a {
	color: #847E2B;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 40px;
	background: url(images/bullet.png) 20px 8px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #BC9977;
	background-color: #BC9977;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #BC9977;
}
small a {
	color: #BC9977;
}
#content img {
	margin: 4px;
	padding: 5px;
	background-color: #DFC9B1;
	border: 1px solid #CBA986;
	max-width: 568px;
	height: auto;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #1E0A06;
	width: 300px;
}
.button {
	width: auto;
	font: 16px/1.2 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #847E2B;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 160px;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	margin-bottom: -10px;
}



/* ============================================== footer ============================================== */

#page-end {
	margin-left: 269px;
	background: url(images/page-end.png) top left no-repeat;
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #A07C6A;
	padding: 50px 50px 30px 90px;
}

#footer {
	margin-top: -12px;
	background: url(images/footer-bg.png) top center repeat-x;
	padding: 20px 0 40px;
}
#footer p {
	margin: 0 auto;
	width: 960px;
	font: 11px/16px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #51443B;
}
#footer a {
	color: #51443B;
}
#footer a:hover {
	color: #847E2B;
}

