#topbar{
     position : absolute;
left : 0;
   top: 10;
   width : 100%;
 height : 30px;
  background-color : #B4BBC1;
 padding : 0px;
  overflow : hidden;
 min-width: 1100px;
 border-top-color: #A0A0A0;
  background-image : url('frame/tb.png');
 background-repeat : repeat-x;
 } 
 
 #topbar1{
  float: left;
  width : 310;
 } 
 
  #topbar2{
  float: left;
  width : 300;
 } 

 #topbarR{
  position: relative;
  float : right;
  right: 1em;
 } 
 
#topbarshade{
 Position: absolute;
 top : 40px;
 left : 0;
 height : 10px;
 width : 100%;
 min-width : 1100;
 background-image : url('shade.gif');
 background-repeat : repeat-x;
 }
 

#fcc { 
    font-family:  helvetia;
    color: rgb(255,255,255);
    font-size:1.3em;
    font-style: normal;
    text-align: left;
    padding: 2 0 0 10;
    margin: 0 0 0 0;
    letter-spacing: -0.03em;
    white-space: nowrap; 
    }
    
#ham { 
    font-family:  helvetia;
    possition: float;
    color: rgb(255,255,255);
    font-size:1em;
    font-style: normal;
    padding: 6 0 0 10;
    letter-spacing: -0.0em;
    }

    
    