

html, body {	
	height: auto;
}

body {
	width: 558px;
	background: none;
	margin: 0 70px 0 70px;
	font-size:1.2em;
	text-align: left;
}

#bodywrap {
	position: static;
	width: 558px;
	margin: 0;
	background: none;
}


#header-logo {
	display: block;	
	margin: 0;
}


#tool-box,
#langnav-box,
#metanav-box,
#search-box{
	display: none;
}

#rootline-box {
  left:0;
}

#leftcol {
	display: none;
}

#maincol,
#rightcol {
  display:block;
  float:left;
  clear:both;
  width:100%;
}


.home-template #maincontent,
.onecol-template #maincontent,
.twocols-template #maincontent,
.twocols-template #maincontent,
#subcontent,
.home-template #subcontent,
.twocols-template #subcontent,
#rightcontent 
{
		display:block;
		float:left;
    clear:both;
    width:100%;
		margin: 0;
		background:none;
}

.content .frame-1,
.content .frame-2,
.content .frame-3,
.content .frame-4,
.content .frame-5 {
  width:100%;
  padding:0;
  background:none;
  }

.news-list,
.news-latest {
	top: 0em;
}

#footer {
  left:0;
}

