.header_cont
{
	text-align:center;
	border-bottom:1px solid #dedacc;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#ffffff;
	width:100%;	
	z-index:100;
}

.contacts_line_cont
{
	text-align:center;	
	position:fixed;
	top:128px;
	left:0px;
	background-color:#ffffff;
	width:100%;
	z-index:100;	
}

.center_cont
{
	margin-top:158px;	
	text-align:center;	
	background-image:none;
	background-position:center top;
	background-repeat: no-repeat;
	background-color:#f4f0e5;
}

.center_cont_shadow
{
	margin-top:158px;	
	text-align:center;
	background-image:url(../img/content-bg.png);
	background-repeat:repeat-y;
	background-position:center center;
	width:1024px;
	margin:auto;
	position:relative;
	z-index:2;

}

.center_in_cont
{
	width:1024px;
	min-width: 1024px;
	min-height:100%;
	height:auto;
	margin:0px auto;
	z-index:5;
	position:relative;
}


.copyright_line_cont
{
	position:fixed;
	bottom:0px;
	left:0px;
	background-color:#ffffff;
	width:100%;	
	z-index:100;
}

.footer_cont
{
	margin-bottom:31px;
	background-color:#ffffff;
}

.right_column,
.right_column_content
{
	height: auto;
    overflow: hidden;
    position: relative;
    z-index: 50;	
}

.header_shadow
{
	background:url(../img/header-shadow.png) no-repeat;
	background-position:center center;
	height:21px;
	width:100%;
	position:absolute;
	bottom:-21px;
	left:0px;	
	z-index:200;
}

.footer_shadow
{
	background:url(../img/footer-shadow.png) no-repeat;
	background-position:center center;
	height:21px;
	width:100%;
	position:absolute;
	top:-21px;
	left:0px;	
	z-index:200;
}

.footer_banner_block
{
	position:absolute;
	left:0px;
	top:0px;
	border-right:1px solid #dedacc;
	padding-right: 19px;
	text-align:left;
}

.brush
{
	position:fixed;	
	background-image:url(../img/brush.png);
	background-position:center top;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	z-index:0;

}

.right_column_content
{
	position:relative;
	height:auto;
	overflow:hidden;
	z-index:50;
}
.top_shadow
{
	background:url(../img/top-shadow.png) no-repeat;
	background-position:center center;
	height:21px;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;	
	z-index:200;
}