body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#all { 
	border: 1px solid #999999;
	margin-top: 20px; }
h1 {
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style:italic;
	text-align: right;
}
p, ol, ul, li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#topSection {
	background-image: url(images/title-bkgd.jpg);
	background-repeat: repeat;
	background-color: #000000;
	border-bottom: 1px solid #999999;
}
#bottomSection {
	background-image: url(images/music.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	border-top: 1px solid #999999;
}
#leftSide {
	background-color: #000000;
	border-right: 1px solid #999999;
	width: 150px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#leftSide p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#mainContent {
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #000000;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-left: 175px;
}
#footer p {
	font-size: 10px;
}
#footer a {
	color: #CCCCCC;
}
#table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #FFFFFF;
}
/*Calendar */
#calendar {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #000000;
	width: 560px;
}

#month {
	background-color: #339999;
	vertical-align: top;
	border-bottom: 1px solid #999999;
}
#month h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	/*/*/margin-bottom: 0; 
		margin-top: 0; /* */
}
#date {
	vertical-align: top;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #000000;
	width: 160px;
}
#date p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	/*/*/margin-top: 0px;  /* */
	vertical-align: top;

}
#date a {
	color: #000000;
	text-decoration: underline;
}
#event {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #999999;
	width: 400px;
}
#event p, #event ol, #event ul, #event li {
	font-size: 13px;
	color: #000000;
	/*/*/margin-top: 0px;  /* */
}
#event a:link, #event a:visited {
	text-decoration: underline;
	color: #000000;
}
#event a:hover, #event a:active {
	color: #666666;
	text-decoration: none;
}
.center {
	text-align: center;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
