body,
.stretched-layout .bgWrapper {
    background-color: #8f959e; 
}

.wrapper-content {
    width:620px; 
}

h1, h2, h3, h4, h5, h6 {
    color: #2c2b2b;
    font-weight: bold;
}
.widget_text h1{ margin-top:0;}
.widget_text p{ line-height:22px;}
.post-sidebar h3 {   
    color: #2c2b2b;
    font-size: 19px;
    font-weight: bold;   
}

#topbar {
    text-align: right;
}
.post-sidebar{
	margin-top:0;
	padding-top:20px;
	padding-left:36px;
	padding-right:36px;
}
.shadowBg { background:transparent;}
#copyright {
    background-color: #484c51;
}

#copyright p , #copyright p a{
    color: #fff;
}
#copyright p a:hover{ color:#ccc;}
#logo {
    margin: 25px 0 25px 20px;
}
#logo  a{
	display:block;
}
.home #header {
    background: url(../images/shadow-header.png) no-repeat scroll center bottom transparent;
}
#nav {margin-right: 40px;}
 #ie7 #nav ul li {
    display: inline;    
}
#nav ul li a, #nav ul li a:visited {
    color: #898787;
    display: block;
    font-size: 12px;
    padding-top: 12px;
    text-transform: none;
}
#nav ul li.home a{ color:#0558bf;}
#nav ul li.home a:hover{ color: #898787;}

#header{
	position:relative;
	z-index:auto;
}
#header .lang{
	position:absolute;
	z-index:auto;
	width:25px;
	height:19px;
	line-height:19px;
	display:block;
	top:40px;
}
#header .lang.ru{
	left:220px;
	background:transparent url(../images/ru.png) no-repeat 0 0;
}
#header .lang.en{
	left:190px;
	background:transparent url(../images/en.png) no-repeat 0 0;
}