#wrap{
	background-image: url(../images/calendar_bg.gif);
}
#calendarArea{
	
	float: left;
}
#calendar {
	clear: both;
}
#cal_nav {
	width: 100%;
}
#previous {
	width: 33%;
	margin: 0px;
	display: inline;
	float: left;
	text-align: left;
}
#current {
	width: 33%;
	margin: 0px;
	display: inline;
	float: left;
	text-align: center;
}
#next {
	width: 33%;
	margin: 0px;
	display: inline;
	float: right;
	text-align: right;
}
.daynames {
	color: #FFFFFF;
	background-color: #8E001C;
	font-family: "Trebuchet MS", "Arial Condensed Bold", sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 14%;
	border: 1px solid #CCCCCC;
}
.empty {
	background-color: #C0C0C0;
	border: 1px solid #CCCCCC;
}
.week {
	border: 1px solid #FFE831;
}
#today {
	font-family: "Trebuchet MS", "Arial Condensed Bold", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF38D;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
.days {
	color: #333333;
	background-color: #F3F3F3;
	font-family: "Trebuchet MS", "Arial Condensed Bold", sans-serif;
	font-size: 12px;
	height: 50px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCCCCC;
}
#cal_nav a:link, #cal_nav a:visited {
	font-family: "Trebuchet MS", "Arial Condensed Bold", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8E001C;
	text-transform: lowercase;
	text-decoration: none;
}
#cal_nav a:hover {
	color: #084B8C;
	text-decoration: underline;
}
#today a:link, #today a:visited {
	font-family: "Trebuchet MS", "Arial Condensed Bold", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8E001C;
	text-transform: lowercase;
	text-decoration: none;
}
#today a:hover {
	color: #084C8D;
	text-decoration: underline;
}
.days a:link, .days a:visited {
	font-family: "Trebuchet MS", "Arial Condensed Bold", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8E001C;
	text-transform: lowercase;
	text-decoration: none;
}
.days a:hover {
	color: #084C8D;
	text-decoration: underline;
}
.birthday {
	font-size: 9px;
	font-family: Tahoma, "Trebuchet MS", Verdana, helvetica, sans-serif;
}
h2{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.event{
	line-height: 12px;
	margin-bottom: 5px;
}