/* CSS Document */
body
{
margin: 0;
background-color: #c0a658;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#wrapper
{
width: 785px;
margin: 14px 10% 14px 10%;
background-image: url(../images/contentbg.gif);
background-repeat: repeat-y;
}

#menu
{
margin: 0;
background-image: url(../images/topbanner.jpg);
background-repeat: no-repeat;
width: 785px;
height: 227px;
}
#menu ul
{
padding: 200px 0 0 0;
list-style-type: none;
margin: 0 0 0 30px;
}
#menu li
{
line-height: 20px;
margin: 0;
display: inline;
padding: 0 20px 0 25px;

}
#menu a:link, #menu a:visited
{
color: #fff;
text-decoration: none;
}
#menu a:hover
{
color: #ffcc01;
}
#logo
{
float: left;
width: 193px;
text-align: center;
font-size: 12px;
 }
#content
{

position: relative;
top: 0px;
left: 7px;
width: 565px;
color: #fff
}
#footer
{
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
width: 785px;
height: 30px;
}
#footer a
{
text-decoration: none;
font-size: 11px;
color: #fff;
line-height: 30px;
}
h1
{
margin: 10px 0px;
padding: 0;
font-family: "Times New Roman", Times, serif;
font-size: 36px;
font-weight: normal;
border-bottom: 1px solid #dd6a32;

}
a
{
text-decoration: none;
color: #fff;
}