body {
	font-family: "Arial", sans-serif;
	font-size: smaller;
	margin: 0;
	color: #81817d;
	background-color: #f2f2f2;
}
#page {
	background-color: #EEEEEE;
	border: 1px solid #e7e7e7;
	width: 600px;
	height: 1630px;
	margin: 0 auto 5px;

}

#top {
	margin: 0 auto;
	height: 150px;
	background-image: url('site/pics/banner.png');
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b848c;
}
#top h1 {
	color: #e5eab9;
	margin: 0;
}

#content {
	height: 100%;
	background-color: #e8edbb;
}

#left {
	width: 110px;
	border-right: 1px solid #e1e7b2;
	float: left;
	height: 100%;
}
#left ul {
	margin: 5px;
	padding-left: 0;
	font-weight: bold;
	list-style: none;
}
#left a {
	color: #b6c77b;
	text-decoration: none;
}
#left a:hover {
	text-decoration: underline;
}
#left a:active {
	color: #81817d;
}
#left img {
	margin-left: 5px;
}

#main {
	width: 489px;
	height: 100%;
	background-color: #f4f7e0;
	float: left;
}
#main h2 {
	color: #b6c77b;
	margin-top: 0;
}
#main h3 {
	margin-bottom: 0;
}
#main p.date {
	color: #b6c77b;
	margin: 0;
	text-align: right;
}
#main a:link {
	color: #655ec0;
	text-decoration: none;
}
#main a:visited{
	color: #3d3974;
	text-decoration: none;
}
#main a:hover{
	color: #955ec0;
	text-decoration: underline;
}
#main a:active{
	color: #3c5ec0;
	text-decoration: underline;
}
#main table {
	border: 0;
	width: 100%;
	text-align: center;
}

#bottom {
	height: 20px;
	background-color: white;
	border-top: 2px solid #99989c;
}

div.block {
	margin: 10px;
	border-bottom: 1px solid #bbbabe;
}

div.upcoming {
	margin: 5px;
	padding-left: 5px;
	border: 1px solid #b6c77b;
}
