div#box-left {
	float: left;
	width: 22%;
	margin-right: 4%;
}
div#box-right {
	float: left;
	width: 74%;
}

div#box-right div.item {
	padding-bottom: 3em;
}

div#content h3 {
	clear: both;
	float: left;
	margin: 0 .5em .5em 0;
	line-height: 1.4;
	text-align: center;
	font-size: 140%;
	font-weight: normal;
	background: #F4F1EE url(../img/calendar-top.png) no-repeat center top;
	border-left: 1px solid #9B917E;
	border-right: 1px solid #9B917E;
	border: none;
	border-bottom: 1px solid #CECCC2;
}
div#content h3 abbr {
	border: none;
}
div#content h3 span.day, div#content h3 span.month, div#content h3 span.year {
	display: block;
	padding: 0 .5em;
	color: #746A6A;
	border-left: 1px solid #CECCC2;
	border-right: 1px solid #CECCC2;
}
div#content h3 span.day  {
	margin-top: 2px !important;
	padding-top: .5em;
	font-size: 140%;
	font-weight: bold;
}
div#content h3 span.month  {
	font-size: 110%;
	margin-top: -.7em;
}
div#content h3 span.year  {
	padding-bottom: .3em;
	font-size: 80%;
	margin-top: -.6em;
}
div#content h4 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: bold;
}

div#box-left ul {
	padding-left: 0;
	list-style-type: disc;
}
div#box-left ul li {
	margin-left: 12px;
}
div#box-left ul li ul li{
}
div#box-left ul a {
	font-size: 120%;
	font-weight: normal;
}
div#box-left ul p {
	margin: 0;
}
div#box-left ul p.active {
	color: #463820;
	font-weight: bold;
	text-decoration: none;
}
