.calendar-top {
	background: url(../images/calendar/calendar-top.png) no-repeat;
	height: 12px;
	width: 452px;
}
.calendar-body {
	background: url(../images/calendar/calendar-body.png) repeat-y;
	width: 454px;
	height: auto;
	padding-bottom: 10px;
}
.calendar-items {
	float: left;
	width: 454px;
}
.calendar-camel {
	background: url(../images/calendar/calendar-camel.png) no-repeat;
	height: 302px;
	width: 332px;
	float: right;
}

.calendar-bottom {
	background: url(../images/calendar/calendar-bottom.png) no-repeat;
	height: 12px;
	width: 452px;
	margin-bottom: 30px;
}
.calendar-title a {
	display: block;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	text-decoration:none;
}
.calendar-location {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11pt;
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.calendar-description {
	font-size: 11pt;
	color: #FFFFFF;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
}

.calendar-title a:hover {
	text-decoration:underline;
}

.calendar-items-alt {
	float: left;
	width: 350px;
}
.calendar-items-alt .calendar-body {
	width: 350px;
	height: auto;
	padding-bottom: 10px;
	background:none;
}

.calendar-items-alt .calendar-location {
	font-weight: bold;
	color: #3F2B20;
	font-size: 11pt;
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left:0px;
}
.calendar-items-alt .calendar-description {
	font-size: 11pt;
	color: #3F2B20;
	display: block;
	margin-right: 15px;
	margin-left:0px;
}