#columns ul{list-style:none; border:none;}
#columns h3{margin:0; padding:0;}

/* Head section */
#head {
    height: 100px;
}
#head h1 {
    line-height: 100px;
    color: #FFF;
    text-align: center;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */
#columns .column {
    float: left;
    width: 32%;
    min-height: 400px;
    height: auto !important; 
    height: 400px;
	padding:5px;
}

/* Column dividers (background-images) : */
#columns .widget {
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom:5px;
    border: 1px solid #9f9f9f;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #9f9f9f;
    background-image: url('../system/skins/backenddefault/images/bg_miniheader.png');
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background-color:#d4d4d4;
    padding: 0 5px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}

