/****** Structural Styles ******/
html {margin: 0; 
	padding: 0; 
}
body {margin: 0; 
	color: #cacaca; 
	padding: 0;
	font: normal 9.5pt/16pt verdana, 'trebuchet ms', sans-serif;
	background-color: Black; 
}
#bg {width: 744px; 
	margin-right: auto; 
	margin-left: auto; 
}
#wrap {width: 800px; 
	border: 1px solid #0f0504; 
}
#banner {position: relative; 
	background: #4d2a26 url(img/heder.jpg) no-repeat;
	height: 141px; 
	margin: 0; 
	padding: 0; 
}
#mainpane {overflow: hidden; 
	background-color: #2b0f0c;
}




/****** General Styles ******/
h1, h2, h3, h4, h5, h6 {font-weight: normal; 
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {margin-top: 10px;
	margin-bottom: 10px; 
}
a, a:visited, a:focus {color:#ffffff; 
	font-weight: bolder; 
	text-decoration:none; 
}
a:hover{text-decoration: underline; 
}
.grey {color: #cdcdcd;
}
blockquote {font-weight: normal; 
	font-style: oblique; 
	margin: 0px 0px 10px 0px;
	padding-left:10px;
	line-height:1.5; 
	border-left:4px solid #4d2a26; 
}
code {display: block;
	margin-left: 30px; 
	padding: 5px; 
}
img {border: 1px solid #4b3735;	 
	margin: 5px;
	padding: 2px; 
	text-align: center; 
}
img.float-right {margin: 5px 0px 5px 15px; 
	float:right; 
}
img.float-left {margin: 0 10px 5px 0px; 
	float:left; 
}
table {border-collapse: collapse; 
	margin: 10px auto 15px auto;
	border: 1px solid #3c201d;
}
th {background: #4d2a26; 
	height: 25px; padding: 0 10px;
	color: #ffffff; 
	text-align: left; 
	border-left: 1px solid #3c201d;
	border-bottom: solid 2px #3c201d; 
}
td {padding: 0 10px; 
	height: 25px; 
}
tr.odd {background: #3c201d; 
}
tr.even {background: #2b0f0c; 
}
caption {
padding: 0 0 0px 0;
font: italic 11px Arial, Verdana, Helvetica;
text-align: right;
}

form {margin: 10px auto; 
	padding: 5px; 
	border: 1px solid #4b3735; 
}
label {display: block; 
	font-weight: bold; 
	margin: 5px; 
}
input {padding: 2px; 
	border: 1px solid #eee; 
}
textarea {width: 400px; 
	padding: 2px; 
	border: 1px solid #eee;
	height: 100px; 
	display: block; 
}
input.button {margin: 0; 
	padding: 2px 3px; 	
	border: 1px solid #f2f2f2; 
}



/****** Header Styles ******/
#identity {position: absolute;
	top: 5px; 
	right: 85px; 
	margin: 0px; 
	padding: 0px;
	border: none;
	text-align: right; 
}
#identity h1 a {color: #fabf67; 
	font-size: 11pt; 
	font-weight: bolder; 
	text-decoration: none;
	line-height: 13pt; 
}
#identity h2 {color: #fabf67; 
	font-size: 8pt; 
	font-weight: bolder; 
	text-decoration: none;
	line-height: 10pt; 
}
#identity h1, #identity h2 {margin: 0px;
	padding: 0px;
}

#navbar {position: absolute; 
	top: 5px; 
	margin: 0px 0 0 567px;
	text-align: right;
	padding: 0px; 
}
#navbar ul {list-style-type: none; 
	padding: 0px; 
	width: 100%; 
	margin: 0px; 
}
#navbar li {float: left; 
	margin: 0px 10px 0 0; 
	padding: 0px; 
	display: block; 
}
#navbar li a {text-decoration: none; 
	margin: 0; 
	padding: 0px;
	display: block;
}
#navbar img {border: 2px solid #fff;
}

#about-snippet {position: absolute; 
	left: 30px; 
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 5px 0px; 
	float: right; 
	width: 200px; 
}
#about-snippet p {font-size: 8pt; 
	line-height: 10pt; 
	color: #f8c781; 
	padding: 0; 
	margin: 0; 
}
#about-snippet a {font-weight: bolder; 
	color: #f8c781; 
	padding: 0; 
	margin: 0; 
}




/****** Sdebar Styles ******/
#leftcolumn {position: relative;  
	margin: 0 0 10px 0; 
	padding: 0;
	width: 243px; 
	height: 100%; 
	float: left;
	background: #4d2a26 url(img/sidebar_bg.gif) top left repeat-y; 
}
#sidebar {padding: 0; 
	margin: 0 10px 0 0px;  
}
#clearingdiv {margin: 0; 
	padding: 0; 
	clear: both; 
	height: 21px;
	background: transparent url(img/sidebar_bottom.gif) bottom left no-repeat; 
}
#sidebar h3 {color: #fabf67; 
	display: block; 
	margin: 0;
	font-size: 1.0em; 
	font-weight: bold; 
	padding: 3px 3px 3px 20px; 
}
#sidebar p {margin: 0 20px 20px 20px;
	padding: 3px 0 3px 0;
}
#sidebar a {color: #fabf67; font-weight: normal;
}
#sidebar a:hover {color: #efefef;
}
#sidebar p, {color:#cfcfcf;
	font-size:9.5pt; 
}
#sidebar ul {margin-left: 20px; 
	padding-left: 0; 
	list-style: none; 
} 
#sidebar li {padding-left: 10px; 
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
    background-position: 0 6px;
    line-height:18px; 
}
#itemhighlight {
	background-color: #2b0f0c;
}




/****** Content Styles ******/
#content {padding: 10px; 
	width: 530px; 
	float: right; 
}
#content a {
	border-bottom:1px dotted white;
}
#content h3 {color: #fabf67; 
	clear: both; 
	font-size: 11pt; 
	text-align: left;
	font-weight: bold; 
}
#content h3 a {color: #fabf67;
}
#content h3 a:hover {text-decoration: none;
}
#content h4 {margin-bottom:15px; 
	font-size: 10pt; 
	font-weight:bold; 
}
#content p {margin-bottom:10px; 
}
div.metabox {margin: 0 0 10px 10px; 
	padding: 5px;
	width: 160px; 
	float: right; 
	font-size: 8pt; 
	background-color: #4d2a26; 
	border: 1px solid #220d0c; 
	color: #e8e8e8; 
} 




/****** Footer Styles ******/
#footer {background-color: #4d2a26; 
	border-top: 1px solid #0f0504;
	clear: both; 
	text-align: left; 
	font-size: 8pt;
}
#footer p {margin: 0;
	padding: 5px; 
	color: #cfcfcf;
}
#footer a {
	border-bottom:1px dotted white; 
	color: #cfcfcf; 
}
#footer a:hover {color: #b7b6b6; 
}