body {
    margin:0px;
    padding:0px;
}

#header {
    padding:5px;
    text-align:left;
}

#header:after {
    content:"";
    display:block;
    clear:both;
    height:0px;
    overflow:hidden;
    visibility:hidden;
}

#header img {
    border:0px;
}

#left_header {
    float:left;
}

#right_header {
    float:right;
    position:absolute;
    top:0px;
    right:0px;
    padding:5px 0 5px 5px;
    background-color:#ccc;
}

#right_header img {
    float:left;
    margin:0 5px 0 0;
}

#pcmode_cons {
    width:880px;
    margin:0 auto;
    padding:10px;
    text-align:left;
}

#mobilemode_cons {
    padding:10px;
    text-align:left;
}

#mobile_cons {
    width:240px;
    margin:0 auto;
    padding:5px;
    text-align:left;
}

#pc_adv_left {
    float:left;
    width:300px;
    overflow:hidden;
}

#pc_adv_right {
    float:right;
    width:300px;
    overflow:visible;
}

/*** for IE6 ***/
* html #pcmode_cons {
    position:relative;
}

* html #mobilemode_cons {
    clear:both;
    text-align:left;
}

* html #mobile_cons {
    width:240px;
    float:left;
}

* html #pc_adv_left {
    float:left;
    width:300px;
    margin:0px 10px 0px 0px;
    overflow:hidden;
}

* html #pc_adv_right {
    position:absolute;
    left:590px;
}

