#content-box {
	float: left;
	width: 675px;
	margin-left: 30px;
	}
#content-box .sub-title {
	font-size: 1.8em;
	text-align: left;
	}
	
#news {
	width: 400px;
	height: 100%;
	margin-right: 10px;
	float: left;
	}
	
.news-box {
	width: 400px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.2em;
	text-align:justify;
	color: #fff;
	margin-bottom: 30px;
	}

.news-cal {
	margin-top: 20px;
	width: 75px;
	min-height: 75px;
	background: #f49cf9 url(images/cal-bg.png) no-repeat scroll left top;
	float: left;
	}
.month {
	padding: 7px 0 0 6px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	}
.date {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 18px 0 30px 0;
	}
	
.news-info {
	float: left;
	width: 300px;
	padding: 0 10px 20px 10px;
	}
	
.news-info h3 {
	font-family: 'Arial Rounded MT bold', Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 0.8em;
	}
.by-line {
	margin-top: 15px;
	display: block;
	border-top: thin dotted #fff;
	font-size: 0.8em;
	}
	
#events {
	width: 255px;
	float: left;
	padding-left: 5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.8em;
	font-weight:normal;
	line-height:1.2em;
	text-align:justify;
	color: #fff;
	border-left: thin dotted #fff;
	}

#events h3 {
	font-family: 'Arial Rounded MT bold', Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	}
	
#latest-event img {
	background-color: #fff;
	padding: 2px;
	float: left;
	width: 75px;
	margin: 0 5px 5px 0;
	}
	
#latest-event a, #latest-event a:active {
	color: #dd3be6;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.2em;
	display: block;
	margin-bottom: 7px;
	}
#latest-event a:hover {
	text-decoration: underline;
	}
	
#upcoming-events {
	margin-top: 0;
	}
	
.up-event {
	width: 250;
	margin-bottom: 10px;
	padding: 0;
	font-size: 0.8em;
	border-bottom: thin dotted #fff;
	}
	
.up-event-img {
	width: 75px;
	float: left;
	}
.up-event-img img {
	background-color: #fff;
	padding: 2px;
	}

.up-event a, .up-event a:active {
	color: #dd3be6;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1.2em;
	display: block;
	}
.up-event a:hover {
	text-decoration: underline;
	}

.up-event-info {
	width: 170px;
	float: left;
	margin-left: 10px;
	}
	
.strong {
	font-weight: bold;
	}
.strong a, .strong a:active {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:0.9em;
	line-height:1.2em;
	color: #dd3be6;
	display: inline;
	font-weight: normal;
	}
.strong a:hover {
	text-decoration: underline;
	}