div#calhead {
	width: 720px;
	color: #fff;
	text-align: center;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #6699bb;
	padding: 5px;
}

div#calmonth {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	width: 715px;
	clear: both;
	background-color: #777;
	padding: 5px;
	color: #fff;
}

div#calname {
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	width: 150px;
	height: 37px;
	padding: 5px;
	background-color: #ddd;
	color: #333;
	float: left;
}

div#caldesc {
	float: left;
	width: 555px;
	height: 37px;
	color: #333;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
	background-color: white;
}

div#calitem {
	clear: left;
}

