#container {
	background-color:#FFF;
	position:relative;
	height:auto;
  	width:100%;
	margin: 20px;
	top:auto;
	background-image:none;
	border: 0;
}
#header {
	width:auto;	
}
#header #city {
	display:none;	
}
#header #logo {
		
}
#content-container {
	width: 100%;
	border: 0;
	margin: 0;
	height: auto;
	background-image:none;
	overflow:visible;
}
#content-middle {
	width: 60%;
	height: auto;
	overflow:visible;
}
#content-middle-wide {
	width: 90%;
	background: none;
	height:auto;
	overflow:visible;
}
#content-right {
	width: 30%;
	overflow:visible;
}
#footer {
	display:none;	
}
#subnav {
	display:none;
}
