#wrapper
{
    margin: 0px auto;    
    width: 870px;
    margin-top: 2px;    
} 

#tplFooter
{
    width: 870px;
}

#tplMiddle, #tplMenu
{
    width: 860px;
    margin-left: 5px;
    margin-right: 5px;    
}

#tplHeader
{
	width: 865px;
    height: 213px;
    background-image: url(images/header_bg.png);
    padding-left: 5px;
    padding-top: 6px;
}
    
    #tplPicture
    {
        position: relative;
        float: left;        
        background-color: #EBEBEB;
        left: 205px;
        top: 35px;
        width: 464px;    
        
    }
    
    #tplLogo
    {
        float: left;
        position: relative;
        background-color: #EBEBEB;        
        left: 50px;
        top: 80px;
        width: 180px;           
    }

#tplMenu
{    
    height: 35px;
    background-image: url(images/menu_bg.png);  
}
    
    .tplMenuItem
    {
        padding-left: 20px;
        padding-right: 20px;                                   
        float: left;
        height: 30px;            
        margin: 0px;    
        background: url(images/menu-delimiter.gif) no-repeat right top;
        /*border: 1px red solid;*/
        vertical-align: bottom;
    }
    
    .tplMenuItem a
    {   
        margin-top: 9px;
        font-size: 11px;
        font-family: Verdana;
        color: black;                
        display: block;
    }
    
    .tplMenuItem a:hover
    {            
    }
    
    .tplMenuItem a.selected
    {
        font-weight: bold;
    }
    
    .tplMenuItemLastItem
    {
        background: none;
    }
    
#tplSubMenu
{
    height: 20px;
    background-color: #F2F2F2;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
}

    #tplSubMenu ul
    {
        margin-left: 20px;
    }
    
    #tplSubMenu ul li
    {
        display: inline;
        padding-right: 20px;
        font-size: 10px;        
    }
    
    #tplSubMenu ul li a
    {
        font-size: 10px;
        color: black;
    }


#tplMiddle
{            
    background-color: #EBEBEB;
    padding: 30px;
    padding-right: 0px;
    width: 830px;    
}
    #tplContent
    {        
        float: left;
        width: 580px;        
    }                     
                
    
    #tplRightPanel
    {
        /*border: 1px red solid;*/
        float: right;
        width: 217px;        
    }
        .stBox
        {            
            background: url(images/box_bg.png) no-repeat top;
            width: 192px;
            margin-bottom: 20px;                          
        }
        
        .stBoxBottom
        {
        	background: url(images/box_bottom.png) no-repeat bottom;
        	font-size: 12px;
            padding: 20px;
            word-break: break-all; 
        }                
        
        

#tplFooter
{    
    background-color: white;
    height: 62px;
    background-image: url(images/footer_bg.png);    
    margin-bottom: 30px;
}
    #tplfooterText
    {        
        position: relative;
        top:39px;
        height: 27px;
        color: #5b5b5b;
        margin-right: 17px;
        float: right;                
    }
    
    #tplFooter a
    {
        color: #5b5b5b;
        text-decoration: underline;
    }


