.left{
   float:left;
   width: 49%;   
}
.right{
   float:right;
   width: 49%;   
}

.news {
   color:#c60;
   text-decoration:none;
}

#header {
    margin: 20px auto;
    text-align: left;
    font-size: 80%;
}

#content {
    float: left;
    width: 80%;
    margin: 20px auto;
    padding: 0;
    text-align: left;
    font-size: 80%;
}
#header p{
   color:#c60;
}
  
#header img{
   margin:2px 1px 1px 1px;
   border: solid 2px #555553;
}
#header img:hover{
    border: solid 2px #c60;
}
