/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}

/* Colors */

/* End Colors */

/* Head section */


/* End Head Section */

/* Columns section */
#columns .column {
		/* Min-height: */
		min-height: 400px;
		height: auto !important; 
		height: 400px;
}

/* Column dividers (background-images) : */
	/*#columns #column1 { background: url(img/column-bg-left.png) no-repeat right top; }
	#columns #column3 { background: url(img/column-bg-right.png) no-repeat left top; }*/
	
#columns #column1 .widget {

}
#columns #column3 .widget { margin: 30px 25px 0 35px; }
#columns .widget {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#columns .widget .widget-head {
	overflow: hidden;
	width: 100%;
	height: 30px;
	line-height: 30px;
}
#columns .widget .widget-head strong {
	padding: 0 5px;
}
#columns .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;
    line-height: 1.2em;
    overflow: hidden;
}
#columns .widget .widget-content p {
	border-bottom: 1px solid #666;
}
#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#mn #menubar a{
	color: #2C3868;
}
