.left_column_element
{
	
	width: 236px;
	margin-top: 32px;
}

.left_column_element h2
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	display: block;
	color: #900;
	background-color: #ddd;
	padding: 10px;
	height: 14px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin: 0px;
}

.left_column_element .section
{
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
	
}

.left_column_element ul
{
	list-style: none;
	margin: 0px;
	padding-left: 15px;
}

.left_column_element ul.main
{
	padding-left: 0px;
}

.left_column_element ul li
{
	padding-bottom: 5px;
}
