/* main widgets */
.main_widget {
	position: relative;
	margin: 10px auto;
	width: 180px;
	background: #ffffff;
	border: 1px solid #888888;

}
.main_widget_title {
	position: relative;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 20px;
	background: #cccccc;
	padding-left: 10px;
}
div#right_column {
	width: 192px;
}
div#left_column {
	width: 192px;
}