@charset "utf-8";
/* CSS Document */
#shell {
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background:#000000;
}

#content-left {
	width:200px;
	margin:25px 5px 0 10px;
	float:left;
	background:#A18824;
}

#content-left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin:18px 10px 10px 12px;
	padding-bottom:10px;
	color:#000000;
	border-bottom:#000000 solid;
}

#content-left h2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
	margin:10px 0 0 12px;
	padding:0 0 0 0;
}

#content-left p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bolder;
	color:#000000;
	margin:0 0 0 20px;
	padding:0 0 0 0;
}

#content-left a {
	text-decoration:none;
	color:#FFFFFF;
}

#content-left a:hover {
	color:#000000;
}

#content-middle {
	width:600px;
	float:left;
	margin:20px 0 25px 20px;
	
}

#content-middle h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	font-weight:bold;
	color:#A18824;
	margin-top:20px;
}
#content-middle h1.monthname {
	height:90px;
	padding:65px 0 0 0;
}
#date {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width: 45px;
	float:left;
}

#event {
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	width:350px;

}
#event h2 a{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#event a:hover {
	color:#A18824;
}

#event p {
	color:#FFFFFF;
}

#event p a{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#date h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	font-style:italic;
	font-weight:bold;
	color:#FFFFFF;
}

#content-right {
	width:0;
	float:left;
	background:#000000;
	padding:0 0 0 0;
}

#next-month {
padding:25px 0 25px 0;
}
