@charset "utf-8";
/* CSS Document */
* {padding: 0; 
margin: 0;
}
body {
	background:url('images/bg.jpg'); 
	background-repeat: repeat-x;
	}
	img{
		border:none;
	}
a:link{
	text-decoration:none;
	color:#3366cc;
	font-weight:bold;
	}
a:visited{
	text-decoration:none;
	color:#6699ff;
	font-weight:bold;
	}
table.rthumbs{
	float:left;
}
img.thumb{
	float:left;
	width:100px;
	height:25px;
}
	
table.thumbs{
	float:left;
}
	
#links {
	padding-left:20px;
}
#links img{
	border:none;
}


#header {
	background:url('images/headerbg.gif');
	background-repeat:no-repeat;
	height:200px;
	width:800px;
}
#body{
	background:url('images/bodybg.jpg');
	height:400px;
	width:800px;
}
#footer{
	background:url('images/footerbg.gif');
	text-align:center;
	height:100px;
	width:800px;
}

#contact{
	font-size:13px;
  background:url('images/section1bg.gif');
  text-align:center;
margin-left:20px;
  margin-top:10px;
  width: 200px;
  height: 125px;
}

#left{
	float:left;
}

#section1{
  background:url('images/section2bg.gif');
  text-align:center;
  margin-left:20px;
  margin-top:15px;
  width: 200px;
  height: 200px;

}

#right{
		float:left;
}
#section2{
	background:url('images/section3bg.gif');
	margin-left:20px;
	margin-top:10px;
	width:540px;
	height: 340px;
	
}
#container{
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
}
#revolver{
	
	padding-left:40px;	
}
#content{
	margin-top:10px;
	margin-left:10px;
	text-align:center;
	font-size:12px;
	width:500px;
	height: 290px;
	overflow:auto;
	list-style:inside disc;
}
#wcontent{
	margin-top:10px;
	margin-left:10px;
	text-align:center;
	font-size:20px;
	width:500px;
	height: 290px;
	overflow:auto;
	list-style:inside disc;
}

#fleft{
	float:left;
	margin-left:30px;
}
div.blurb{
	height:100px;
	border-bottom-style:groove;
	border-bottom-color:#000;
	border-bottom-width:thin;
}
div.blurbevents{
	height:150px;
	border-bottom-style:groove;
	border-bottom-color:#000;
	border-bottom-width:thin;
}
#s1content{
	text-align:center;
	font-size:12px;
	height:150px;
	overflow:auto;
}
td.recur{
	border-bottom-color:#000;
	border-bottom-style:groove;
	border-bottom-width:thin;
}
#upcoming{
	height:100px;
	overflow:auto;
}
#past{
	height:150px;
	overflow:auto;
}