html, body 
{
    height: 100%;
    }

body 
{
    border: none;
    padding: 0;
    margin: 0;
    background-image: url('/files/system/bg.gif');
    background-repeat: repeat-y;
    background-position: top center;
    }


#container 
{
    width: 787px;
    margin: 0 auto;
    height: 100%;
    margin-bottom: 25px;
    }
    
#topholder 
{
    width: 100%;
    height: 145px;
    overflow: hidden;
	clear: both;
    }
    
#topholder img 
{
    display: block;
    float: left;
    border: none;
    }
    
#topgraphic 
{
    float: right;
    width: 618px;
    height: 149px;
    background: url('/Files/System/topgfx.jpg') no-repeat center;
    }
    
#bannerholder 
{
    width: 400px;
    height: 60px;
    margin-left: 109px;
    margin-top: 80px;
    }


#bannerrow 
{
    margin-left: 1px;
}

#bannerrow img
{
    float: left;
    display: block;
    width: 393px;
    height: 59px;
    }
    
#logo 
{
    margin-right: 21px;
    width: 145px;
    border: none;
    }
    
#topmenuholder #shortcuts 
{
    width: 148px;
    height: 31px;
    margin-right: 19px;
    float: left;
    border-right: 1px solid #000;
    }
    
#topmenuholder 
{
    clear: both;
    width: 100%;
    background: url('/files/navigation/topmenu_bg.jpg') repeat-x;
    height: 31px;
    }

#middleholder, #middleholder div 
{
    float: left;
    }
    
#middleholder #contentholder
{
    float: right;
    }
    
#middleholder #contentholder * 
{
    clear: both;
    }
    
#middleholder #contentholder table 
{
    text-align: left;
    margin-right: 18px;
    }

#footerholder
{
    clear: both;
    width: 786px;
    background: url('/files/navigation/topmenu_bg.jpg') repeat-x;
    height: 31px;
    border-right: 1px solid #000;
    }
    
#leftmenuholder 
{
    width: 148px;
    margin-right: 21px;
    }
    
#leftmenuholder ul
{
    padding: 0;
    margin: 0;
    }
    
#leftmenuholder ul li
{
    padding: 0;
    margin: 0;
    list-style: none;
    background: url('/files/navigation/leftmenu_bg.jpg') repeat-x top left;
    float: left;
    width: 147px;
    }
    
#leftmenuholder ul li a
{
    display: block;
    background: url('/files/navigation/leftmenu_ico.gif') no-repeat center left;
    line-height: 20px;
    padding-left: 31px;
    margin-bottom: 3px;
    color: #fff;
    
    }
    
/* TOPMENU STYLES */
#topmenuholder ul
{
    margin: 0;
    padding: 0;
    float: left;
    width: 617px;
    border-left: 1px solid #000;
    }
    
#topmenuholder ul li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    }
    
#topmenuholder ul li a
{
    float: left;
    line-height: 31px;
    border-right: 1px solid #000;
    padding: 0px 15px 0px 15px;
    color: #fff;
    }
