body {
background: url(../home/background.png) #cae39b center repeat-y;
}
p {
font-family: cochin, times, bakersville, didot;
}
/* top of page */
#banner {
width: 50%;
margin: 0 25% -1.5em 25%;
}
#masthead p {
text-align: center;
font: italic 24px cochin, bakersville, didot, times;
letter-spacing: 1px
}
/* link properties */
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
font-weight: bold
}
#navlinks  {
background : #cae39b;
margin : -2em -10px 0.5em -50px;
text-align : center;
opacity: .75;
}
#navlinks li{
margin: 0 .5em 0 0;
padding: 1em 0;
display: inline;
font: italic 1.2em cochin;
}
/* main page */
#content {
width: 800px;
display: block;
margin: 0 auto;
text-align: justify;
position: relative;
}
#footer  {
clear : both;
margin : 0 auto;
padding : 0.1em 0 0 0;
}
#footer {
text-align : center;
font-size : x-small;
}
