#homemain {
        float:left;
        width:690px;
        }
#homesidebar {
        float:right;
        width:220px;
        color:#fff;
        }
#homesidebar h2 {
        padding:10px 0 0 10px;
        }
#homemain .block {
        float:left;
        margin-top:20px;
        }
#quicklinks {
        background: url(/images/main/sidebar_bg_quicklinks.gif) repeat-x top left;
        height:190px;
        }
#homenews {
        background: #BBBCBB url(/images/main/sidebar_bg_news.gif) repeat-x top left;
        height:242px;
        }
#quicklinks ul {
        list-style-type:none;
        margin:0;
        width:100%;
        }
#quicklinks ul li {
        margin: 0;
        }
#quicklinks ul li a{
        color: #fff;
        font-size: 11px;
        font-weight: bold;
        line-height:20px;
        height:20px;
        padding: 0 0 0 15px;
        margin: 0;
        text-decoration: none;
        background: url(/images/main/quicklink_bg.gif) no-repeat center right;
        display:block;
        }