@charset "utf-8";

#container {
	background-color: #FFFFFF;
	height: 625px;
}
#calendar {
	width: 550px;
	padding-top: 10px;
}


#contentBg {
	width: 600px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../img/calendar_head.jpg);
	height: 125px;
}

#content {
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
}
body {
	margin-top: 2px;
	background: #E3E3E3 url(../img/bg.jpg) repeat-x;
}
