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

.floatleft{
float: left;
margin: 0px 10px 0px 10px;
}

.band-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
}

.band-left {float: left; width: 300px;
     /*** This can be floated left or right ***/
}

.band-right {margin-left: 310px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
}


.r336-wrapper {float: left; width: 100%;
     /*** This can be floated left or right ***/
}

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

.r336-center {margin-right: 351px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
}


.adbox1{
  width: 300px;
  height: 250px;
  border:1px solid red;
}

.adbox2{
  width: 346px;
  background-color: #FFFFFF;
  float: right;
   border:1px solid #483D8B;
}


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

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

.r160-center {margin-right: 170px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
padding-right: 5px;
/*border:1px solid #483D8B;       */      /*darkslateblue*/
}

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

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

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

.r120-center {margin-right: 135px;
     /*** This gets margined the same direction
        as div.first-col gets floated ***/
/*margin-right: 5px;   */
/*border:1px solid #483D8B;     */        /*darkslateblue*/
}