

#left {
position:absolute;
top:0;
left:0;
width:188px;
height:620px;
margin:0;
border-right:#999 1px solid;
}

#right {
position:absolute;
top:0;
right:0;
text-align:right;
width:230px;
height:620px;
padding-left:5px;
padding-right: 5px;
background-color:#eff1f4;

}

* html #right {
margin-top:10px;
/* IE5 hack */
margin-top:0;

}

#middle {
position:absolute;
margin:0px 228px 0px 194px;
text-align:left;
width:260px;
height:620px;
padding-left:4px;
////****
background-image:url(../images/vert_div.png);
background-repeat:no-repeat;
background-position:right;
****/////

}

* html #middle {
margin-top:10px;
}

.cdbooks {
color:#000;
}