body, html {
   margin: 0;
   padding: 0;
   color: #000;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans;
   font-size: 0.9em;
   font-style: normal;
}

body {
   background: #fff;
}

#wrap {
   width: 960px;
   margin: 10px auto;
}

#header {
   background-image: url(http://www.freston.net/saraholivercounselling/zpix/quote60.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 80px;
}

h1,h2,h3,h4,h5,h6 {
   margin: 0;
   font-weight: bold;
}

h1 {
   font-size: 220%;
   color: #8B4500;
}

h2 {
   font-size: 180%;
   color: #C73F17;
}

h3 {
   font-size: 150%;
   color: #C73F17;
}

#contact, #footer {
   margin-top: 10px;
   padding: 5px;
   background: #C73F17;
   color: #FFFAFA;
   text-align: center;
}

#contact p, #footer p {
   margin: 2px;
   font-size: 110%;
}

#footer {
   border-top: 10px solid #000;
   clear:both;
}

#contact a:link, #contact a:visited, #contact a:active, #contact a:hover {
   text-decoration: none;
   color: #FFFAFA;
}

#contact a:hover {
   text-decoration: none;
   background: #FFFAFA;
   color: #C73F17;
}

#navcontainer {
   padding: 0 10px;
   text-align: center;
}

#main {
   float:left;
   width: 900px;
   padding: 30px;
   background: #FFF5EE;
}

#sidebar {
   float:right;
   width: 300px;
   padding: 10px;
   background: #eee;
}

* html #footer {
   height: 1px;
}

img.fright {
   float: right;
   border: 1px solid #333;
   margin: 0 0 10px 10px;
}
