.centercol{
         float: left;
         width: 554px;
         margin-right: 10px;
         }
.rotw   {
         float: left;
         width: 275px;
         }
.col    {
	      float: left;
			width: 332px;
} 
.news   {
         height: 590px;
         overflow: auto;
         border-width: 0px 1px 1px 1px;
         border-style: solid;
         border-color: #e4e4e4;
         background: #66FFCC;
         width: 100%;
         margin-top: -1px;  
         }
.newsheader{
         border-width: 1px 1px 0px 1px;
         border-style: solid;
         border-color: #e4e4e4;
         width: 100%; 
         background: #66FFCC; 
         }
    img.news{
        border:0;
        width: 150px;
        height:150px;
        padding: 5px;
        }

    img.newsl{
        border:0;
        width: 150px;
        height:150px;
        padding-right: 3px;
        float: left;
        }
    img.newsr{
        border:0;
        width: 150px;
        height:150px;
        padding-left: 5px;
        float: right; 
        }
