body{
	background: #2c1200;
	margin: 0;
	width: 100%;
}
#container{
	position: relative;
	margin: 0 auto 25px;
	width:818px;
}
#header{
	position: relative;
	margin: 0 auto 25px;
	width:100%;
	height: 45px;
	color: #ffffff;
	text-align: center;
	font: bold 40px/55px Georgia, serif;
	margin: 15px 0 15px -1px;
}
.month_name{
	float: left;
	width: 809px;
	height: 35px;
	border: 1px solid #360;
	border-radius: 25px 25px 0 0;
	background: #360;
	color: #ffffff;
	text-align: center;
	font: bold italic 26px/35px Georgia, serif;
	text-shadow: 2px 2px 1px #222;
	margin: 15px 0 0 -1px;
}
.day_name{
	float: left;
	width: 80px;
	height: 25px;
	border: 1px solid #107300;
	background: #ffdc71;
	text-align: center;
	line-height: 25px;
	margin: -1px 0 0 -1px;
}
.day_name_dim{
	float: left;
	width: 80px;
	height: 25px;
	border: 1px solid #000;
	background: #763;
	text-align: center;
	line-height: 25px;
	margin: -1px 0 0 -1px;
	color: #333;
}
.date_box{
	position: relative;
	float: left;
	width: 80px;
	height: 90px;
	border: 1px solid #2c1200;
	background: #fff6c7;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	margin: -1px 0 0 -1px;
}
.clear_it{
	clear: left;
}
.date_inset{
	position: absolute;
	top: 1px;
	left: 4px;
	width: 20px;
	height: 20px;
	font: bold 14px/20px "Times New Roman", serif;
	text-align: left;
}
.moon_inset{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 20px;
	height: 20px;
}
.greg_inset{
	position: absolute;
	bottom: 1px;
	right: 4px;
	width: 30px;
	height: 16px;
	font-size: 10px;
	text-align: right;
	color: #bd8626;
}
.id_inset{
	position: absolute;
	bottom: 1px;
	left: 4px;
	width: 20px;
	height: 16px;
	font-size: 10px;
	text-align: left;
	color: #bd8626;
}
.text_inset{
	position: absolute;
	top: 0px;
	left: 4px;
	width: 72px;
	margin: 0;
	font: 11px/13px Helvetica, Arial, sans-serif;
	text-align: center;
}
.back_white{
	background: #fff;
}
