#content {
	font-size: 11px;
	background: url(/images/calendar_image.jpg) no-repeat center top;
}

h1 {
	margin: 5px 0px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #777;
}

#calendar_entries {
	width: 337px;
	height: 468px;
	margin: 23px 20px 0px 0px;
	padding: 0px 10px 0px 10px;
	overflow: auto;
	float: right;
}
* html #calendar_entries {
	margin-right: 10px;
}

#content ul {
	padding-left: 20px;
	list-style-type: disc;
}