body{
 margin:0px;
 padding:0px;
 width: 1260px;
}
#wrapper{
   
}
#layout{
     
     width: 980px;
     float: left;
}

#header, #content, #footer{
    float: left;
    width: 980px;
}
/** header **/
#header{
    height: 70px;
}
#logo{

float:left;
position:relative;
width:140px;
z-index:99;
left: -13px;


}
#access{
  float: left;
  text-align: right;
}
#header #access{
    float: left;
    margin-left: 35px;
    width: 634px;
}

#header .fright{
    float: left;
    margin-top: 10px;
    width: 100px;
}

/** header **/
/** content **/
#content{
    min-height: 479px;
    position:relative;

}
#left_content{
float:left;

position:relative;

width:150px;
    
}


#separator{
    width: 20px;
    float: left;
    
}
#right_content{
margin-top: 10px;
    width: 638px;
    float: left;
}
/** content end **/
/** footer **/
#footer{
    height: 70px;
    border-top: 1px solid #F6F6F6;
}
#footer .fleft{
    float: left;
}
#footer .fright{
    float: right;
}


/** footer **/

a{
color: #000000;
font-family: verdana;
font-size: 10px;
font-family: verdana;
font-weight: normal;
text-decoration: none;
}

a:hover{
color: 999999;
text-decoration: underline;
}

 .fleft{
width: 100%;
}
