/* Remove unwanted elements */
#nav, #sidenav, #footer ul, #cityseal, #util, #side2, #shadow, .noprint
{
	display: none;
}

/* Ensure the content spans the full width */
#container, #content, #main, #maincol, #header, #footer, #footer #citylink, #side1, form, p.fb-graphic {
	float: none;
	left: 0;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	position: static;
	width: 100%;  
}
h1 {
	margin: 1em 0 0 0;
	padding: 0;
}

/* Change text color to black (useful for light text on a dark background) */
body, #container, #content, #main, h1 { 
	background: #fff; 
	color: #000;
}

/* Improve color contrast of links */
a:link, a:visited
{
	color: #000;
}

/* Include URLs after links in browsers that support :after */
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* positioning fixes */
#logo, #logo img {
	height:160px;
	width:160px;
}
img.left {
	margin-left: 0;
}
img.right {
	margin-right: 0;
}
#header, #maincol {
	height: auto;
	position: static;
}
#side1, #main {
	min-height:inherit;
	padding-top:0;
}
#logo {
	position: static;
}
#footer {
	padding-left: 0;
}
h2 {
	margin-top: 0.5em;
}
#intro {
	margin-top:1.5em;
}
body#home #maincol {
	padding:10px;
	width:96%;
}
form, p.fb-graphic {
	margin-top: 0.5em;
}
p.fb-graphic span {
	float:none;
}
