/* CSS Document */

body { background: #fff; color: #000; text-align: left; }
#container { margin: 0; width: 100%; }

#header { background: url(../images/layout/header-bg.jpg) left bottom no-repeat; border-bottom: 1px solid #fff; height: 125px; }
	#logo a { background: none; display: inline; float: none; height: auto; margin: 0; position: static; text-indent: 0; width: auto; }

#contentcontainer { background: url(../images/layout/content-bg.gif) left top repeat-y; }
#contentclear { clear: both; }

#content { float: none; width: 100%; padding: 0; }

#landingpage { }
#pageHeading { margin: -67px 0 0 0; }

#footer { background: #fff; border-top: 1px solid #999; clear: both; overflow: hidden; }
#footer-adr { float: none; padding: 0; width: 100%; }

#altnav, 
#footer-nav, 
#nav, 
#sidebar, 
#pageHeading h1,
.blogPostButtons { display: none; }


.directoryListing h3 { page-break-after: avoid; }


