/** MAIN PAGE LAYOUT **/
body {
	margin: 0px;
}

#header {
	display: none;
}
#content {
	margin-bottom: 10px;
	overflow: auto;
	text-align: left;
	width: 660px;
}
#footer {
	clear: both;
	font-size: 11px;
	margin: 12px auto;
}
#header a,
#footer a {
	text-decoration: none;
}
#header a:hover,
#footer a:hover {
	color: #666666;
}
#header img,
#footer img {
	border: 0px;
}
#logo {
	display: none;
}
h1 {
	font-size: 26px;
	margin-bottom: 0px;
}
h1 .subheading {
	font-weight: normal;
}
h1 a {
	text-decoration: none;
}
#menu {
	display: none;
}
.screenOnly {
	display: none;
}