div#MainBox { width: 980px; 
background-color: #000000; 
float: left; 
margin: 5px 10px 0px 10px; }

div.listbox { -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              background-color: gray; 
              color: #dddddd; 
              width: 770px; 
              font-size: 14px; 
              line-height: 1.5em; 
              float: right; 
              margin: 5px 10px 2px 0px;}
             
div.listinn { width: 730px; 
              float: left; 
              padding: 1em 1em 1em 2em;}
              
div.date { width:500px;
           float:right;
           text-align:right;             
           line-height: 1.5em; 
           color:#ff9966;}
              
div.listinn a:hover { color: red;}

a img { border-style: none; }


