@charset "UTF-8";

* {
	margin:0;
	padding:0;
	}

html, body, #wrap {
	height: 100%;
	background-color: #191A1D;
	}
	
#wrap {
	width: 850px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 100%
	height: 100%;
	}

body > #wrap {
	height: auto;
	min-height: 100%
	}

#content {
	position: relative;
	height: auto;
	display: block;
	}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fba323;
	margin:0px 0px 20px 0px;
	font-weight:bolder;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	}
		
ul#right_menu {
	margin:0px;
	padding:0px;
	position:absolute;
	top:40px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	right: 0px;
	}

ul#right_menu li {
	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:14px;
	text-transform:uppercase;
	display:inline;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

ul#right_menu li a {
	text-decoration:none;
	color:#575d67;
	}

ul#right_menu li a:hover {
	text-decoration:none;
	color:#fba323;
	}

#panel {
	position:absolute;
	top:125px;
	padding: 0px;
	margin-top: 15px;
	display: block;
	height: auto;
	}

#footer {
	position: relative;
	margin-top: -4em; /* negative value of footer height */
	height: 4em;
	color:#575d67;
	font-size:10px;
	line-height:14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	}

#footer img {
	float:right;
	margin-top: 1px;
	padding-right: 25px;
	}

#footer span {
	float:right;
	width:200px;
	padding-right: 10px;
	text-align: right;
	}

#footer a {
	color:#575d67;
	text-decoration:none;
	}

#footer a:hover {
	color:#fba323;
	}

#logo {
	position:absolute;
	top:25px;
	left:10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}
	
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
#header_line {
	position: absolute;
	top: 90px;
	left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c2f34;
}
