html{
	height: auto;
}

body {
	background: #ffffff;
	font-size:75%;
	height: auto;
}

#wrap{
	position: relative;
	min-height: 0%;
}

* html #wrap{
	height: auto;
}

#header{
	background: none;
}

#innerheader{
	width: auto;
}

#topmenu{
	display: none;
}

#contentwrap{
	width: auto;
	padding: 0;
	
}

#left{
	display: none;
}

#content{
	background: #ffffff;
	padding:10px 25px 30px 25px;
}

#footer{
	display: none;
}

