.container 
{
	margin:0; 
	width:500px;
}

.innercontainer {
	float:none;
	min-height:auto;
}

.header {
	float:none;
	padding-left:0;
}

.surround {
	float:none;
}

.navarea {
	display:none;
}

.subbar {
	display:none;
}

.main {
	width:500px;
	float:none;
}

.subnav {
	display:none;
}

.content {
	width:480px;
	float:none;
}

.headerimage {
	height:auto;
	float:none;
}

.twocol {
	float:none;
	width:480px;
}

.col1 {
	float:none;
	width:480px;
}

.col2 {
	display:none;
}