/* MULTIPLE BOXES SIDE BY SIDE AND EVENLY DISTRIBUTED HORIZONTALLY */
#container {
        /* border: 2px dashed red; */
        /* height: 125px; */

        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;

        /* just for demo */
        min-width: 425px;
		max-width: 680px;
    }

    .box1, .box2, .box3, .box4 {
        /* height: 120px; */
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1
    }
    .stretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0
    }

    .box1, .box3 {
        /*background: #ccc */
    }
    .box2, .box4 {
        /* background: #ccc */
    }

.sidebar-head {
	width: 210px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-bottom: 2px solid black;
}
