/* CSS Document */

div.main {margin: 0 33% 1em 5px; padding: 0;
/*border: 1px dashed green; */
}

div.sidebar {
position: absolute; width: 30%; 
/* In IE 6, pushes down main column content where it thinks it's too wide: float:right; width: 250px;*/
top: 160px; right: 0; font-size:80%;
/*border: 1px solid yellow;*/
}
