/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */


a {color:white;}

/* Colors */
.color-yellow {background:#4d3870;}
.color-red    {background:#851607;}
.color-blue   {background:#0c6a8a;}
.color-white  {background:#b0afaf;}
.color-orange {background:#ba500c;}
.color-green  {background:#027061;}
.color-black  {background:#000000;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#fff;}
.color-red h3,
.color-green h3,
.color-blue h3,
.color-orange h3
	{color:#FFF;}
/* End Colors */

/* Head section */
#head {
    background: #000 url(img/head-bg.png) repeat-x;
    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: 33.3%;
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */
	
	
#columns #column1 .widget { margin: 10px 5px 0 5px; width: 306px;}
#columns #column2 .widget { margin: 10px 5px 0 5px; width: 306px; }
#columns #column3 .widget { margin: 10px 5px 0 5px; width: 306px; }
#columns .widget {
    margin: 10px 0px 0 0px;
    padding: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-content {
    background: #f7f7f7 url(img/widget-content-bg2.png) repeat-x;
    padding: 0 0px;
    color: #000000;
    -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;
}
#columns .widget .widget-content p {
    padding: 0 0;
	margin:0;
    border-bottom: 0px solid #666;
}

