#container {
    font-size: 1.1em;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 950px;
}

div#mainBlock {
    color: #333333;
    float: left;
    width: 630px;
}

div#sideBlock {
    float: right;
    width: 300px;
    margin-top: 10px;
}

#newinformation {
   margin:10px 0 10px 0;
}

#newinformation h2 {
   padding:3px;
   background:#ddd;
}

#newinformation ul {
   margin:0;
   padding:0;
   list-style:none;
}

#newinformation li {
   padding:15px 0 15px 7em;
   text-indent: -7em;
   border-bottom:1px solid #ddd;
}

#newinformation li span {
   display:inline-block;
   width:7em;
   text-indent:0;
}

#newinformation li a {
   text-decoration:none;
   color:#000;
}

#newinformation li a:hover {
   text-decoration:underline;
   color:#AB0404;

}

.banner {margin:0 0 10px 0;}