body,html{
 background: #fffcc7;
}

#container{
position: relative;
width: 800px;
height: auto;
margin-right: auto;
margin-left: auto;
text-align: center;
}

#header{
position: relative;
width: 800px;
height: 170px;
background-image:url('images/headercream.jpg');
border: 0px solid #fff;

}

#contact{
position: relative;
top: -18px;
width: 680px;
height: 50px;
border: 0px solid #000;
margin-right: auto;
margin-left: auto;
text-align: center;
padding-right: 20px;
padding-left: 20px;
color: #392b1a;
font-size: .8em;
}

#body{
position: relative;
width: 800px;
height: auto;
background-image:url('images/body.png');
border: 0px solid #fff;
background-color:transparent;
}

#textArea{
position: relative;
width: 680px;
height: auto;
border: 0px solid #000;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 20px;
}

#text{
position: relative;
width: 450px;
height: auto;
border: 0px solid #000;
text-align: left;
padding-bottom: 10px;
}

#footer{
position: relative;
width: 800px;
height: 100px;
background-image:url('images/footer.gif');
border: 0px solid #fff;

}

#footerText{
position: relative;
top: 25px;
width: 680px;
height: 50px;
border: 0px solid #000;
margin-right: auto;
margin-left: auto;
text-align: center;
padding-right: 20px;
padding-left: 20px;
color: #fff;
font-size: .8em;
font-size:24px;
}

#footerText a{
color: #fff;
text-decoration:none;
}

#footerText a:hover{
text-decoration: underline;
}

#pic{
position: absolute;
padding-left: 10px;
right: 0px;
width: 210px;
text-align: right;
border: 0px solid #000;
}

.title{
display: block;
width: 100%;
border-bottom: 1px solid #392b1a;
font-weight: bold;
font-family: arial;
color: #392b1a;
font-size: 1.2em;
}

.accent{
font-size: 1em;
font-weight: bold;
font-family: arial;
border-left: 10px solid #392b1a;
padding-left: 3px;
color: #392b1a;
}

p{
font-size: .8em;
font-weight: bold;
font-family: arial;
}
