﻿body {
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background: #0b0b0b url('../images/bg.jpg') repeat-x;
}

#wrapper {
	width: 1006px;
}

#left {
	float: left;
	position:relative;
}

a{
color: #2677CF;
}

a:hover {
color: #fff;
}

#right {
	float: left;
	position: relative;
}

#sb-content hr {
		width:210px;
	float:left;
	position: relative;
	z-index:10;
	top: 15px;

}



#content {
	text-align: left;
	padding: 20px 80px 0px 95px;
}

h1 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

h2 {
	font-family: Georgia;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	letter-spacing: .5em;
	
}

p, h1, h2, h3, h4 h5, h6 {
	padding: 0px;
	margin: 0px;
}

p{
line-height: 18px;
}

#footer {
	font-size: 10px;
	color: #b8b8b8;
	padding-bottom: 10px;
}


#footer p{
line-height: 11px;
}


#footer2 {
	font-size: 10px;
	color: #b8b8b8;
	padding-bottom: 10px;
	margin-top: 50px;
}


#footer2 p{
line-height: 11px;
}

hr { display: block;
height: 1px;
border-left: none;
border-right: none;
border-top: 1px solid #2b2b2b;
border-bottom: none; }


.hidden {
display: block;
height: 1px;
border-left: none;
border-right: none;
border-top: 1px solid ##0D0F12;
border-bottom: none; 

}


#left{
	float: left;
	position: relative;
	width: 250px;
}

#right {
	float: left;
	position: relative;
	width: 550px;
	padding-left: 30px;
	padding-top: 20px;
}

.clearfix {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
} 

#sb-content {
	width: 240px;
	background: url('../images/sidebar-bg.jpg') repeat-y;
	margin-left: 8px;
	padding-left: 15px;
	z-index: 10;
	float:left;
	position:relative;
	margin-top: 10px
}

#sb-content p{
	width:210px;
	float:left;
	position: relative;
	z-index:10;
	top: 15px;
}

#sb-content h1{
	width:210px;
	float:left;
	position: relative;
	z-index:10;
	top: 15px;
font-size: 14px;
color: #fff;
}

.sb-top {
	float:left;
	position: absolute;
	top: -10px;
	left: -8px;

}



.sb-bottom {
	float:left;
	position:absolute;
	left: -8px;
	bottom:-50px;
	padding-bottom: 10px;
}
form {
	width:210px;
	float:left;
	position: relative;
	z-index:10;
	top: 15px;
}

textarea {

width: 142px;

}

#sb-content a{
color: #fff;

}

.hidden {
display: none;
}

*html .hidden {
display: block;
border-top: 1px solid #0C0E0D;
}

*+html .hidden {
display: block;
border-top: 1px solid #0C0E0D;
}