html,
body,
#header,
#layout,
#content,
#footer
{
float: none;
position: relative;
height: auto ! important; min-height: 0 ! important;
background: #ffffff ! important;
}

#content{
width:85%;
}

#header *,
#header .float_from_left img,
#navigation,
#home_page #content .articles .navigation,
#spacer,
hr.clear
{
display: none;
}

#header .sub,
#header .sub h1{
	display:block;
}
#header{
	width:100%;
}
#header .sub{
	width:85%;
	position:relative;
	left:10%;
	margin:0;
}

#header .sub h1{
	
}

#header .sub ul{
	display:none;
}


#titler{
	visibility:hidden;
}

#header .float_from_left,
#header .float_from_left *,
#header #logo,
#header #logo img,
#content #path
{
float: none;
display: block;
position: static;
margin: 0; padding: 0;
width: auto; height: auto ! important;
}

#content
{
margin: 0; padding: 0;
}

#content.with_ads * *
{
float: none ! important;
width: auto ! important;
}



#contacts
{
float: none; clear: both;
width: 100%;
position:static;

margin: 1em 0 0 0 ! important;
padding:0 0 0 0! important;
}


#contacts dl
{
	margin: 0 ! important;
	padding:0 ! important;
	position:static;
	width:100%;
}

#footer
{
	margin: 4em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #999999;
	position:static;
}


#footer #copyright{	
	position:static;
	padding:0 ! important;
	margin:0 ! important;
	height:auto;
}

#footer #copyright p
{
	margin: 1em 0 0 0! important;
	padding:0;
}
