body
{
	background:none;
}

.handheld
{
	display:block;
}

/* Contains header, navigation, content.
   Set to full width of page, to allow for header graphic
   being wider than the central column. */
#wrapper
{
	min-height:100%;
	/* Negative value of height in #footer, #clear-footer */
	margin-bottom:-5em;
}

/* Displays header image, centralised, at top of page */
#header
{
	display:none;
}

/* Contains navigation, content */
#inner-wrapper
{
	border:none;
}

/* Contains navigation, content, footer */
#inner-wrapper, #address, #footer
{
	width:100%;
	margin:0 auto;
}

#address
{
	text-align:center;
	font-size:80%;
}

/* Contains navigation */
#nav
{
	border-top:2px solid #997e4e;
	width:100%;
}

/* Contains content */
#content
{
	width:100%;
}