/* CSS Document */

#illustration {
	position: absolute;
	left: 1px;
	top: 3px;
	width: 265px;
	height: 126px;
	background: transparent url(calendar/calendar.gif) no-repeat;
}

#textBackground {
	position: absolute;
	left: 267px;
	top: 84px;
	width: 464px;
	height: 319px;
	background: transparent url(projects/text_bg.gif) no-repeat;
}

#calendarText {
	margin-top: 10px;
	width: 429px;
	height: 286px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 12px;	
	overflow: auto;
}

ul {
	margin-top: 0;
}

li {
	margin-top: 0.4em;
}

h4.underLined {
	border-top: 1px dotted #660000;
	padding-top: 3px;
	text-align: left;
}
