﻿div#newslist
{
    
}
div#newslist #newslistleft
{
    float:left;
}
div#newslist #newslistright
{
    float:right;   
}

#newsitem
{
    min-height:300px;
}
.gridview
{
    border:0;
    width:536px;
}
.rowstyle
{
    background-color:#f1f1f1;    
}
.alternatingrowstyle
{
    background-color:#e3e3e3;
}
.readmorecolumn,
.datecolumn,
.titlecolumn
{
    height:20px;    
}
.readmorecolumn,
.datecolumn
{
    width:75px;
}
.titlecolumn
{
    width:400px;
    font-weight:bold;
}


