@charset "UTF-8";
/* CSS Document */

#main_left {
	float:left;
	width:181px;
	padding:10px;
}
#main_right {
	margin:0;
	float:right;
	width:734px;
}
#calendar_top {
	margin:0;
	width:734px;
	height:40px;
	background:#fdfde3 url(../images/callendar_bg.gif) no-repeat top;
}
#calendar_rest {
	margin:0;
	width:724px;
	min-height:825px;
	background:#fdfde3 url(../images/callendar_bg_base.gif) no-repeat bottom;
	padding:0 5px 10px 5px;
}
#main_right #calendar_rest table {
	background-color:#fdfde3;
	width:714px;
	border-collapse:collapse;
}
#main_right #calendar_rest td {
	color:#999999;
	border-collapse:collapse;
}
#main_right #calendar_rest #eventcontent {
	padding:0 20px;
}
#main_left #comingup {
	width:181px;
}
#main_left #comingup #comingup_head {
	width:181px;
	height:26px;
	background:url(../images/whatscomingup_head.gif);
}
#main_left #comingup #comingup_content {
	width:141px;
	padding:5px 4px 15px 36px;
	background:url(../images/whatscomingup_bg.gif) repeat-y;
	min-height:625px;
}
#main_left #comingup #comingup_content ul {
	list-style:none;
}
#main_left #comingup #comingup_content li {
margin:15px 0;
}
td .day {
	color:#fdfde3;
	text-align:left;
}
.clearall {
	clear:both;
}
img.thismonth {
	margin:10px 0;
}
