a
{
    font-family: Lucida Grande, Verdana, Helvetica, Arial, Georgia;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #444;    
}
a:hover
{
    font-family: Lucida Grande, Verdana, Helvetica, Arial, Georgia;
    font-size: 12px;
    text-decoration: none;
    color: #fff5a5;
}

.header
{
    margin: 0px;
    padding: 0px;
    background-image: url('../img/banner.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    height: 290px;
    width: 760px;
}
img
{
    margin: 0px;
    padding: 5px;
}
html
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    line-height: 14px;
}
body
{
    padding: 0px;
    margin: 0px;    
    background-color: #442C02;
    background-image: url('../img/background_large.jpg');
    background-position: center top;
    background-repeat: repeat;
    background-height: 100%;
    background-attachment: fixed;
    font-family: Lucida Grande, Verdana, Helvetica, Arial, Georgia;
    font-size: 12px;
    text-align: center;
    width: 760px;
    margin: auto;
    padding: auto;
}
.menu
{
    width: 720px;
    text-align: center;
}
.content
{
    margin: 0px;
    padding: 0px;
    color: #442C02;
    text-align: left;
    width: 722px;
    border-top: 2px solid #444;
    padding-top: 10px;
    font-size: 13px;
    overflow: auto;
    min-height: 300px;    
    margin-bottom: 30px;
}
.footer
{
    margin: 0px;
    padding: 0px;
    border-top: 2px solid #444;
    width: 720px;
    font-size: 11px;    
    text-align: center;
    padding-top: 6px;
}
table
{
    margin: 0px;
    padding: 0px;
    margin: auto;
}
td 
{
    margin: 0px;
    padding: 0px;
}
tr
{
    padding: 0px;
    margin: 0px;
}
h2
{
    padding: 0px;
    margin: 0px;

    text-decoration: underline;
}
h3
{
    border-bottom: 2px solid #442C02;
}
.status
{
    font-size: 11px;
    text-align: center;
    position: absolute;
    width: 240px;
    height: 40px;
    margin-top: 0px;
    border: 1px solid black;
    background-image: url('../img/background_large.jpg');
    background-position: center bottom;
    visibility: hidden;
}