@charset "utf-8";
/* CSS Document */

.box{
	background-color: #EFEFE5;
	width:340px; 
	float:right;
	text-align:left;
	position:relative;
	border: none;
	margin: 5px 10px;
}
.box h2, .box h3, .box p, .box li
{
	padding: 0 10px;
}

.box h2{
	font-family:"Helvetica", "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	margin:0;
	padding: 0 0 3px;
	//background-color:#5B99CA;
	color: #000;
	text-align: center;
}
.box p{
	margin:0;
	line-height: 1.4;
	text-align: left;

}

.box hr {
	width: 90%;
	color: #c4c4c4;
	height: 1px;
}

.box p, .box li{
	font-family:"Helvetica", Arial Black, Gadget, sans-serif;
	font-size: .8em;
    margin-top: 15px;
    line-height: 20px;
}
.box .cal {
	/* background: url(/images/sidebar/date2.png) left top no-repeat; */
    height:50px;
    width: 70px;
	float: left;
}
.box .date {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 2.0em;
	position:absolute;
	top: 24px;
	left: 17px;
    margin: 0 auto 0 auto;
}
.box .month {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: .6em;
	position:absolute;
	top:16px;
	left: 16px;
	color:#fff;
}


.box hr {
    width: 95%;
}
