.banner-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
background-color:#00BFFF;         /*deepskyblue*/
border:1px solid #483D8B;          /* darkslateblue */
}

.banner-left {float: left; width: 265px !important;
     /*** This can be floated left or right ***/
display: inline;
}

.banner-center {margin-left: 270px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
}

.v_bannertime {
height:15px;
background:#E9967A;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-left: 10px;
border-top: 1px solid #483D8B;
}

.floatright{
float: right;
margin: 0px 20px 0px 10px;
}

.r160-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
     background-color: #FFFFFF;
    border:1px solid #483D8B;           /*darkslateblue*/
}

.r160-right {float: right; width: 160px !important;
     /*** This can be floated left or right ***/
display: inline;
/*border:1px solid #483D8B;      */       /*darkslateblue*/
}

.r160-center {margin-right: 165px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
 padding-left: 10px;

/*border:1px solid #483D8B;     */       /*darkslateblue*/

}

.adbox160{
width: 160;
background-color: #FFFFFF;
border:1px solid #483D8B;           /*darkslateblue*/
}


.space10w{
  background-color: #FFFFFF;
  height: 10px;
}
