/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol,form {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */


/* Columns section */
 ul.column {
    float: left;
    width: 20%;
		/* Min-height: */
	min-height: 400px;
	height: auto !important; 
	height: 400px;
}

div.column {
    float: left;
}
#column2 {width: 58%;height:95%;}

.widget {
    margin: 8px 8px 0 8px;;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.widget-head {
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.widget-head h3 {
    padding: 0 5px;
    float: left;
}
 .widget .widget-content {
    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;
    overflow: hidden;
}


.widget .widget-content .rightimg {
    float: right;
    margin: 10px;
    border: 1px solid #FFF;
}

#column4,#column5,#column6,#column7
{
    width:50%;
}
#column6,#column7
{
    min-height:40px;
    height: auto !important; 
}

/* End Columns section */

