/* CSS Document 
*
{
margin: 0;
padding: 0;
}
#content ul { margin: 1em 2em; }
p
{
margin: 1em 0 1em 0;
}*/
body
{
font-family: "lucida sans", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
background: #4A1C0D;
}
#wrapper
{
background: #ebe4d9;
text-align: left;
margin: 0 auto;
padding: 0;
width: 920px;
}
#top
{
background:  url("../images/banner.jpg") no-repeat;
width: 920px;
height: 200px;
margin: 0;
padding: 0;
}
#top a
{
width: 920px;
height:200px;
display: block;
text-decoration:none;
}
#top a span {
visibility: hidden;
}
#content
{
font-size: 14px;
line-height: 18px;
margin: 0 auto;
width: 880px;
}
#content img
{
padding: 25px;
}
#content a:link, #content a:visited
{
color: #4A1C0D;
}
#content a:hover, #content a:active
{
background-color: #4A1C0D;
color: #fff;
text-decoration: none;
}
#content li
{
list-style-type: none;
padding: 15px;
}
h1
{
font-size: 20px;
color: #453E48;
padding: 1em 0 0.5em 0;
border-bottom: 1px solid #453E48;
}
h2
{

}
#footer
{
text-align: center;
font-size: 12px;
width: 920px;
height: 20px;
}
#footer a:link, #footer a:visited
{

text-decoration: none;
color: #4a1c0d;
}
#footer a:hover, #footer a:active
{
background-color: #4A1C0D;
color: #fff;
text-decoration: none;
}

