body {
	background-color: #FFB451;
	padding: 16px;
	margin: 0;
}

#page {
	max-width: 950px;
	min-width: 700px;
	position: relative; /* this is also set in the IE tweaks file; do we need this? */
	margin: auto; /* this centers the page */
}

#header {
	text-align: center;
}

#header_logo {
	margin-top: 16px;
	margin-bottom: 9px;
}

#header_tagline {
	margin-bottom: 4px;
}

#header_contact {
	margin-bottom: 29px;
}

#header_menu {
	z-index: 10;
	margin-bottom: -36px;
	position: relative;
}

#body {
	z-index: 5;
	position: relative;
}

#main {
	margin-right: 210px; /* 172 sidebar + 16 gutter */
}

#main_inner {
	/* we need this so that reset divs in the content don't clear the sidebar */
	float: left;
	width: 100%;
}

#sidebar {
	float: right;
	width: 194px;
}

#footer {
	display: none;
	width: 100%;
	margin-top: 4px;
	text-align: center;
}