.calendar-event {
  padding-bottom: 1em;
} 
.event-title {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: .3em;
}

.news h1 {
  font-size: 1.4em;
  color: #FFFFFF;
  margin-right: 220px;
  background: url(template/bullet-news.gif) no-repeat 0px .1em;
  padding-left: 20px;
  line-height: 1.5em;
}
.news a:link {
	color: #FFFF00;
	text-decoration: none;
}
.news a:visited {
	color: #FFFF00;
	text-decoration: none;
}
.news a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#news-promos {
	width: 465px;
	background: #008BDE url(../assets/bground-promo.jpg) repeat-x left top;
	border-top: 1px #FFFF00 solid;
	border-bottom: 1px #FFFF00 solid;
	padding: 10px;
	margin-top: 20px;
}
#news-promos h1 {
  font-size: 1.3em;
  font-weight: bold;
  color: #FFFF00;
  border-bottom: 1px #FFFFFF dotted;
}
#news-promos h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #FFFFFF;
}
#news-promos a:link {
	color: #FFFF00;
	text-decoration: underline;
}
#news-promos a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
#news-promos a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
