* {
	margin:0;
	padding:0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:arial, helvetica, sans-serif;
	background-color: #000000;
		/*130f04, 7a7567*/
		
}

p {
	color:#a3a098;
	/*B5B0A8*/
	font-size:11px;
	text-decoration: none;
}

b {
	color:#795B0A;
	font-size:11px;
	line-height:150%;
}


a {
	color:#285E63;
	/* font-size:100%;*/
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}


#pagetemplate {
	position:relative;
	left:0px;
	top:0px;
	width:978px;
	height:100%;
    margin-left: auto;
    margin-right: auto;
    float: top;
}

#headerimg {
	position:absolute;
	left:0px;
	top:0px;
	width:978px;
	height:110px;
}

#navbar {
	position:absolute;
	left:0px;
	top:137px;
	width:126px;
	/*height:800px;*/
	/*text-align:right;*/
	vertical-align:top;
	
	padding:7px;
	border-right:1px dotted #3F361D;
}

#contentarea {
	position:absolute;
	left:150px;
	top:137px;
	width:828px;
	height:631px;
	padding:7px;
	vertical-align:top;
}

#sidenav {
	border-bottom:1px dotted #3F361D;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#captionarea {
	vertical-align:top;
	margin-top: 15px;
	padding-bottom: 15px;
	/*border-top:1px dotted #3F361D;*/
	padding:10px;
	border-bottom:1px dotted #3F361D;
	background-color:#292313;
}
