body 
{
text-align: center;
font-family: sans-serif;
background-color: #a69994;
	background-image: url(graphics/backgroundc.jpg);
	background-repeat: repeat-x;
}
#banner {
background-color: none;
height: 135px;
}
#container {
width: 960px;
margin: 0 auto;
text-align: left;

}
#content {
	width: 948px;
	border: solid #85776e 1px;
	background: #c1b0a9;
	padding: 5px;
	font-size:1.2em;
}
 
#footer {
 clear: both;
 padding: 10px 0px 10px 320px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:500;
color: #ffffff;
        }
h1 {
font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1.7em;
color: #4f3230;
}
h2 {
font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1.3em;
color: #4f3230;
}
h3 {
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1.1em;
color: #4f3230;
}
blockquote.style3 {
  font: 18px/30px normal Tahoma, sans-serif;
  font-style:italic;
  padding-top: 15px;
  padding-bottom: -15px;
  margin-left: 50px;
  background-image: url(graphics/open-quotes.gif);
  background-position: relative;
  background-repeat: no-repeat;
  text-indent: 35px;
  width:390px;
  }
  blockquote.style3 span {
    display: block;
    background-image: url(graphics/close-quotes.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
	width:400px;
	padding-bottom: 10px;
} 




 