/*left column*/
.left {	
	float:left;
	width:240px;
	margin: 16px 5px 10px 10px;
	padding: 10px 10px 0px 5px;
	}


/*news entries*/
.calendar { float: left; background: #fff url(c.png) no-repeat; margin:4px; height: 40px; width: 36px; line-height: 1.6em; color: #000; text-align: center;}
.luna {color: #fff;}
.calendar p { padding: 0; margin: 0; text-indent:0px;}
.description { padding: 0 0 2px 0; margin: 0 5px 0 5px; border-bottom: 1px dotted #ccc;}

/*main text area*/
.center {	
	float:left;
	width:450px;
	margin: 10px 0px 10px 5px;
	padding: 0px 5px 0px 20px;
	text-align: left;
	}
.center p {text-indent:30px} 

