#main.frontpage #news {
    float: left;
    width: 480px;
}

#main.frontpage #side {
    font: 12px/18px Georgia, serif;
    float: right;
    width: 200px;
}
    #main.frontpage #side .item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 18px;
        padding-bottom: 17px;
    }
    
    #main.frontpage #side h3 {
        color: #646464;
        font: bold 13px/18px Helvetica, Arial, sans-serif;
        letter-spacing: -1px;
        padding: 9px 0;
        text-transform: uppercase;
    }
    
    #main.frontpage #side p { margin: 0; }
    #main.frontpage #side ul {
        list-style-type: none;
        margin-bottom: 0;
    }
        #main.frontpage #side ul li {
            background: url(g/smilie.png) no-repeat;
            padding-left: 18px;
        }
        #main.frontpage #side ul a {
            color: #000;
            font-weight: bold;
            text-decoration: none;
        }
    
    #main.frontpage #side .vevent {
        font-size: 12px;
        margin-bottom: 18px;
        overflow: auto;
    }
        #main.frontpage #side .vevent .when {
            background: #ee89bb url(g/almost_transparent_square.png) repeat-x 0 bottom;
            color: #fff;
            font: bold 18px/18px Helvetica, Arial, sans-serif;
            float: left;
            padding: 9px 0;
            text-align: center;
            text-transform: uppercase;
            width: 60px;
        }
            #main.frontpage #side .vevent .when .dt {
                display: block;
            }
            #main.frontpage #side .vevent .when .m {
                display: block;
                font-size: 12px;
                line-height: 18px;
            }
        
        #main.frontpage #side .vevent .info {
            float: right;
            width: 120px;
        }
        
        #main.frontpage #side .vevent h4 {
            font: bold 12px/18px Helvetica, Arial, sans-serif;
        }

#main.frontpage .newsbox .w1 { width: 100px; }
#main.frontpage .newsbox .w2 { width: 200px; }
#main.frontpage .newsbox .w3 { width: 300px; }
#main.frontpage .newsbox .w4 { width: 400px; }

