body {
	-webkit-text-size-adjust: none;		/* Stops the iPhone scalling type up */
}

#page-container {
	width: 100%;
	border: none;	
}

#header-container {
	height: auto;
	position: static;
}

#header-logo {
	/* edit here */
	position: static;
	padding: 10px;
}

#header-image {
	display: none;
}

#header-menu-container {
	position: static;
	padding: 2px 0 0 0;
	width: 100%;
	overflow: auto;
}

#header-menu-container #main-menu li {
	float: none;
	margin-right: 0;
	margin-bottom: 2px;
}

#content-container {
	background: none;	
}

#content-container #content {
	float: none;
	padding: 10px;
	width: auto;	
	owerflow: auto;
}

#content-container .context {
	background: url(images/context-bg.jpg);
	clear: both;
	padding: 10px;
	width: auto;	
}

#footer-container {
	overflow: auto;
	padding: 2px 0 0 0;
}

#footer-container #footer-menu {
	float: none;
}

#footer-container #footer-menu li {
	float: none;
	margin-right: 0;
	margin-bottom: 2px;
}