#left_content_area .header_area,
#right_content_area .header_area {
    height:40px;
    position:static;   
    margin-right:4px;
    margin-bottom:3px;
    background-image: url('/images/header_background.png');
    background-position:top left;    
    background-repeat:no-repeat;
}
#left_content_area .header_area h1,
#right_content_area .header_area h1{
    font-size:14px;
    font-weight:normal;
    background-image: url('/images/header_ribbon.png');
    background-repeat: no-repeat;
    background-position:top right;
    height:38px;    
    line-height:30px;
    color:white;
    padding-left:8px;
    
    
    
    
    
}

#left_content_area .header_area .tools,
#right_content_area .header_area .tools {
    
    float:right;
    height:20px;
    line-height:20px;
    width:30px;
    margin-top:-30px;
    padding-right:45px;
    text-align:right;
    color:white;
        
}

#right_content_area .header_area {
    overflow:visible;
    width:434px;
    
}
