#content {
    width:900px;
    height:auto;
    background-image:none;
    background-color:#DAD4C6;
}
#left_colume {
    padding:40px 0 0 10px;
    width:180px;
    float:left;
    clear:left;
    text-align:left;
}
#right_colume {
    width:710px;
    float:right;
    clear:right;
}
#left_colume ul {
    list-style:none;
    margin:0px;
    padding-left:0px;
}
#left_colume ul li {
    font-family:Helvetica, sans-serif;
    font-size:12px;
    color:#595455;
    margin:0px;
    display:block;
}
