body {
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial;
    font-size: 11px;
    background-color: #df8600;
}
td {
    font-family: Tahoma, Arial;
    font-size: 11px;
}    
a img {
    border: 0;
}

#footer 
{
    height: 38px;
    background-image: url(images/bottombg.gif);
    background-repeat: repeat-x;
}
#footer a 
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#footer img 
{
    float:left;
}
#copyright {
    color: #FFFFFF;
    text-align: right;
    font-size: 8px;
}
div.s2 {
    text-align: left;
    color: White;
    width: 150px;
}
.content 
{
    background-image: url(images/left_bg.gif);
    background-repeat: repeat-y;
    background-color: #eec37f;
    color: White;
}
.content p, .content dl 
{
    max-width: 1000px;
    padding-left: 50px;
}
dt 
{
    font-weight: bold;
}
dd 
{
    margin-bottom: 1em;
}
.listlinks {
    margin: 10px 0px 10px 0px;
    text-align: center;
}
.cabinlist {
    margin: 5px;
}
.cabinlist th {
    background-color: #079269;
    color: White;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}
.cabinlist td {
    text-align: center;
    border-bottom: 1px solid #079269;
}
