/** main code */

#website
{
    margin: auto;
    text-align: left;
    width: 990px;
    position: relative; 
}

#header
{
     background-image: url('/img/header4.jpg');
     background-repeat: no-repeat;
     background-position: 0% 0%;
     width: 990px;
     height: 202px;  
}

#topmenu
{
     position: absolute;
     top: 162px;
     width: 990px;
     height: 40px;    
     background-image: url('/img/z.png');
     background-repeat: repeat-x;
     background-color: #fff;
     color: #000; 
     font-size: 10pt;
     font-weight: bold;
}

#topmenu a
{
    display: block;
    float: left;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background-color: #000;
    background-image: url('/img/z.png');
    background-repeat: repeat-x;
    text-decoration: none;
    border-right: solid 1px #efefef;
}

#topmenu a.sel, #topmenu a:hover
{
     background-image: url('/img/y.png');
     color: #fff;
}

#contentbox
{
     width: 990px;
     position: relative;
     overflow: visible;
     margin-top: 15px;
}

#leftmenu
{
    width: 160px;
    overflow: hidden;
    float: left;
}

#content
{
     width: 790px;
     background-color: #fff;
     color: #000;
     overflow: hidden;
     padding-bottom: 20px;
}

#footerold 
{  
     width: 990px;
     height: 40px;
     background-image: url('/img/z.png');
     background-repeat: repeat-x;
     text-align: center;
     margin-top: 10px;
     clear: both;
     float: none;     
     position: relative;
     font-size: 11px;
     color: #000;
     padding-top: 7px;
}

#footer
{
    width: 800px;
    padding-left: 190px;
    height: 40px;
    margin-top: 15px;
    text-align: center;
    clear: both; 
    float: none;
    color: #fff;
    font-size: 10px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
    color: #ff6600;
}

#footer a:hover
{
    color: #fff;
}

td.tdcont
{
    width: 790px;
    background-color: #fff;
}

td.tleft
{
    width: 160px;
}

.content
{
  min-height: 200px;
  height: auto !important;
  height: 200px;
}
