﻿body { margin:0;
}
.main
{
    width:804px;
    display:table;
    border:solid 1px silver;
}
.leftdiv
{
    width:617px;
    display:table;
    float:left;
    clear:left;
}
.rightdiv
{
    width:185px;
    display:table;
    float:right;
    clear:right;
}

.News
{
    width:183px;
    display:table;
    float:right;
    clear:right;
    height:160px;
        border:solid 1px silver;

}

.Events
{
    width:183px;
    display:table;
    float:right;
    clear:right;
    height:160px;
        border:solid 1px silver;

}
.bottamdiv
{
    width:804px;
    clear:both;
    background-color:Navy;
    font-family:Verdana;
    font-size:9pt;
    color:White;
    height:18px;
}
