/* AGENDA */
div#s_agenda {
	margin-left: auto;
	margin-right: auto;
	
	width: 400px;
}

div.s_agenda_row {	
	width: 400px;
	
	clear: both;
}

div.s_agenda_row_light {
	opacity:0.5;
}

div.s_agenda_row_spacer {
	height: 20px;
	
	clear: both;
}

div.s_agenda_row_date {
	width: 50px;
	
	text-align: center;
	
	float: left;
}
div.s_agenda_row_date div.calendar {
	margin-left: auto;
	margin-right: auto;
	
	width: 35px;
	height: 45px;
	
	border: 1px solid #ad1400;
}
div.s_agenda_row_date div.calendar div.month {
	font-weight: bold;
	font-size: 14px;
	
	color: #ffffff;

	background-color: #ad1400;
}
div.s_agenda_row_date div.calendar div.digit {
	font-weight: bold;
	font-size: 25px;
	
	color: #000000;
}

div.s_agenda_row_info {
	width: 350px;
	
	float: right;
}

div#s_news {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	width: 500px;
}
div.s_news_row {
	
}
div.s_news_row_spacer {
	height: 15px;
	clear: both;
}
div.s_news_row img {
	margin-right: 10px;
	margin-bottom: 5px;
	
	float: left;
	border: 1px solid #000000;
}
