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

#content-left {
	width:183px;
	margin:25px 5px 0 5px;
	/*float:left;*/
}

#content-left h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	margin:10px 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 8px;
	padding:0 0 0 0;
}

#content-left p {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	margin:0 0 0 10px;
	padding:0 0 0 0;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

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

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

#content-middle {
	width:425px;
	float:left;
	margin:0 0 0 0;
	
}

#content-middle h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#5C1F00;
	margin:10px 0 0 15px;
	text-align:left;
}

#date {
	padding:0 0 0 0;
	margin:0 0 0 5px;
	width: 20px;
	float:left;
}

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

}

#event h2 a{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 0 50px;
	text-decoration:none;
	color:#D14200;	
	text-align:left;
}
a:visited {
	color: #006600;
}

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

#event p {
	color:#FFFFFF;
	margin:0 0 0 60px;
}

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

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



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

