table
{
    border:0;
    margin:0;
    padding:0;
    border-spacing:0;
}

body
{
    background-color:#666666; 
    color:White;
    border:0; 
    padding:0; 
    margin:0;
}

.adspace
{
    height:600px;
    width:160px;
    background:white;
    margin-top:-4px;
}

a
{
    color:white;
    text-decoration:none;
    font-weight:bold;
}

.menu
{
    position:relative; 
    float:left; 
    top: -95px; 
    left: 370px;
    color:White;
    font-weight:bold;
    z-index:1000;
    margin-bottom:-40px;
}

.menu .item
{
    margin-right:1em;
    font-family:Arial Black, Arial;
    font-size:smaller;
    color:white;  
}

.menu .item a 
{
    text-decoration:none;
    color:white;    
}

.navwrapper
{
    width:719px;
}

.navbar
{
    width:719px;
    height:65px;
    padding-top:8px;
    background-repeat:no-repeat;
}

.navbar a
{
    padding-left:7px;
    
}

.navbar a img
{
    border:0;
}

.newspost
{
    width:630px;
    text-align:left;
    margin-top:1em;
}

.newspost .icon
{
    background-repeat:no-repeat;
    height:72px;
    width:71px;
    float:left;
}

.newspost .head
{
    height:72px;
    width:559px;
    margin-left:71px;
    clear:right;
    color:White;
}

.newspost .head .title
{
    font-weight:bold;
    font-size:larger;
    padding: 10px 0 0 10px;
}

.newspost .head .details
{
    padding: 0 0 0 10px;
    font-size:smaller;
    
}
.newspost .head .details a
{
    text-decoration:none;
    color:White;
}

.newspost .top
{
    height:15px;
    width:630px;
}

.newspost .middle
{
    background-repeat:repeat-y;
    color:Black;
    padding:1em;
}

.newspost .bottom
{
    background-repeat:no-repeat;
    height:15px;
    width:630px;
    text-align:right;
}

.newspost .bottom a
{
    color:#0067cb;
    text-decoration:none;
    position:relative;
    top:-5px;
    padding-right:1em;
}