@import url(typography.css);
@import url(content.css);

#site_content_admin, #top-links, #main_navigation,
.sidebar-box, #left-sidebar, #right-sidebar, #footer #logos, #search-form, #home-page-prom {
  display: none;
}

body {
	margin: 0;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

img {
	border: none;
}

#header h1 {
  margin: 10px 0 25px 0;
  padding: 0;
}

#footer {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  clear: both;
  padding-top: 5px;
}

#content {
  margin: 0;
  width: 100%;
}

h1#section-title {
	background: none;
	height: 20px;
}

h1#section-title a {
	background: none;
	color: #000;
}

#sidebar-quick-links-spacer {
	display: none;
}

#content .wrapper {
  padding-bottom: 10px;	
}