@charset "utf-8";
/* CSS Document */

.calendar_link {
	color: #FFFFFF;
	text-decoration: none;
}

.calendar_link:hover {
	color: #FFFF00;
	font-weight: bold;
}

.calendar_link_current {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

#calendartitle{
	width: 967px;
	height:40px;	
}

#calendarcontent{
	margin:0 auto;
	width:904px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#calendar_left{
	float:left;
	width:280px;
	height:356px;
	color:#FFFFFF;
	padding-top:15px;
	font-weight:600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left:0px;
	padding-top:10px;
	margin-left:30px;
}

#calendar_right{
	float:left;
	width:560px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
}
