body {
  font-family: "Lucida Grande", Arial, sans-serif;
  padding:0;
  text-align: left;
  }
	
h1 {font-family: Georgia, serif;font-size: 9pt;padding:0;color: #79451d;font-weight:normal;margin:1em 0;line-height:1.2em;}	

p {
  font-size: 9pt;
  line-height:1.3em;
  color:#333333;}

#footer p {
	color:black;
}

img {
  border-style: none;
  }


#printheader {
	display:block;}

#printheader h1 {font-family: Georgia, serif;font-size: 12pt;padding:0;color:black;font-weight:normal;margin:0; border-bottom: 1px solid black;}

#printfooter {
  margin: 1in 0 0 0;
  clear:both;
  display:block;}

#printfooter h2 {font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size:9pt; padding:10px 0 0 0; marging:0; border-top:1px solid black;}

#header, #header-top, #footer, .noDisplay { display: none; }



a {text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}


/* -- Begin Structure -- */

#wrapper {
  position: relative;
  margin:0px auto;
  width:6.5in;
  }



/* -- Gutters -- */

#main-content .gutter {
  text-align:left;
  padding:0;
  }
  
#main-content .guttermain {
  padding:0;
  text-align:left;}

#sidebar .gutter {
  padding:6px 0 0 0;
  }
  
#footer .gutter {
  padding:0;}
  
  
  
/* -- Content -- */

#content {
  clear:both;
  width: 100%;
  margin:0;
  padding:0;
  }

#content .bgtop {
  float:left;
  width:100%;
  margin:0;
  padding:0;
  }

#background { 
  /* to get a background, this is the KEY, add this, then add it after your #content, but before the #main-content -- Float Left is the key */
  float:left;
  width:100%;
  }

#main-content {
  float:left;
  width: 60%;
  color: #333;
  margin-top:0;
  padding:0;
  }

#main-content p {
  font-size:inherit;
  }




/* -- Sidebar -- */

#sidebar {
  float: right;
  width: 38%;
  text-align:left;
  color:#333;
  margin:0;
  padding:0;
  }

#sidebar p {
  font-size:.9em;
  line-height:1.5em;
  color:#111;}
  
#sidebar h2 {
  font-size:1em;}



/* -- Footer -- */

#footer {
  clear:both;
  width:100%;
  margin:0;
  padding:0;
  background:url(../img/site/footer-03.jpg) bottom no-repeat;
  font-size:.8em;
  }
	
#footer ul {
  color:#888;
  padding:0em 0;
  margin:0em 0;
  }

#footer li {
  display:inline;
  list-style:none;
  float:left;
  padding: 0em 2em 2em 0;
  font-size:1.6em;}





/* -- Classes (Misc) -- */

.georgia {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:1.9em;
  }

.logo {
  float:left;
  padding-left:20px;
  width:auto;
  height:auto;
  }
	
.pad {
  margin:1.5em 0;
  border:0;
  }

.clear {
  clear:both;
  }
  
.error {
  text-decoration:underline;}
