/*******************************************************************************************************
******************************************** LEFT PANEL ***********************************************
*******************************************************************************************************/

#left_panel {
	margin: 0px 7px 0 -830px;
	width: 190px;
	height: 200px;
	float:left;
}

#left_panel #pl_label_01{
	float: left;
	margin: 0;
}

#left_panel #pl_label_02{
	float: left;
	margin: 0;
}

#left_panel #pl_label_03{
	float: left;
	margin: 170px 0 0 -21px;
}

#left_panel #pl_label_04{
	float: left;
	margin: 520px 0 0 -21px;
}

#left_panel #cal{
	margin: 10px 0 0 30px;
}

#left_panel #news{
	width: 142px;
	height: 300px;
	margin: 20px 0 0 25px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding:10px;
border:1px solid #444444;
background: #eeeeee;
}

#left_panel #news{
	font-size: 70%;
}

#left_panel #news div{
	margin: 0 0 5px 0;
}

#left_panel #news div span{
	color: darkgreen;
	font-weight: bold;
}

#left_panel #news div a{
	color: #333333;
	border-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
}

#left_panel #news div a:hover {
	border-bottom: 1px dotted #555555;
}

#left_panel #counters{
	height: 100px;
	margin: 60px 0 0 35px;
	text-align: center;
	width: 150px;
}

