body {
	background-color: #CCCCFF;
	background-image: url(images/bground3.jpg);
	background-position:  center 135px;
	background-repeat: repeat-y;
}
a {
	color: #6666CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a#current {
	color: #CC3333;
}
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bground.jpg);
}
div#top {
	width: 800px;
	height: 135px;
	position: absolute;
	top: 0px;
}
div#main {

	width: 800px;
	position: absolute;
	top: 135px;	
}
div#sidenav {
	font-family: "Arial",sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 130px;
	position: absolute;
	left: 5px;
	line-height: 30px;
	text-align: center;
}
div#midcontent {
	font-family: "Arial",sans-serif;
	font-size: 15px;
	line-height: 20px;
	width: 440px;
	position: absolute;
	left: 148px;
	top: 11px;
}
div#rightcontent {
	font-family: "Arial",sans-serif;
	font-size: 15px;
	width: 195px;
	position: absolute;
	left: 595px;
	top: 10px;
}
div.box {
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	padding: 5px;
}
img {
	padding: 0px;
}
img.box {
	border: #999999 solid 1px;
}
span.eventdate {
	font-weight: 13px;
	font-style: italic;
}
span.eventtitle {
	font-size: 15px;
	font-weight: bold;
}
span.eventdesc {
	font-size: 12px;
}

