#calendar {
	width: 870px;
	padding: 0;
	margin: 0;
	color: #cfcfcf;
	border-left: 1px solid #42050C;
	border-top: 1px solid #42050C;
	}

.next-prev {
	font-size: 18px;
	width: 20px;
	height: 30px;
	float: left;
	}
	a.next-prev {
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		}
#month-name {
	margin: 0;
	padding: 0;
	width: 830px;
	height: 30px;
	float: left;
	color: #fff;	 
	text-align: center;
	font-size: 18px;
	}
	
.calendar-description {
	padding: 5px;
	}

.cal-box {
	border-bottom: 1px solid #42050C;
	border-right: 1px solid #42050C;
	border-top: 1px solid #6D1514;
	border-left: 1px solid #6D1514;
	height: 100px;
	}
.cal-date {
	background-color: #7E1A1A;
	border-right: 1px solid #42050C;
	border-bottom: 1px solid #42050C;
	width: 25px;
	text-align: center;
	color: #fff;
	}
.dows th {
	color: white;
	height: 30px;
	border-bottom: 1px solid #2F0002;
	border-right: 1px solid #42050C;
	background-color: #620309;
	}
	
.today {
	background-color: #3F0406;
	color: #fff;
	border-bottom: 1px solid #2F0002;
	border-right: 1px solid #2F0002;
	border-top: 1px solid #6D1514;
	border-left: 1px solid #6D1514;
	}