/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


div#sitetitle /* The name of the website */ {
	background:url(../images/blackbanner-complete.png) center top no-repeat;
	height:175px;
	width:980px;
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
  float:left;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
	width:980px;
	background:url(../images/mainbackgroundshadows.png) top center no-repeat;
}

#content .section{
	padding-left:40px;
}

