body {
	font-family: Georgia, serif;
	font-size: .7em;
	margin: 0;
	background-color: white;
	background-color: white;
}
a {
	color: green;
}
h2 {
	font-size: 170%;
	color: green;
}
h3 {
	font-size: 100%;
	margin-bottom: 0;
}
div.infoblock {
	width: 700px;
	margin-left: 20px;
	font-size: 15px;
	clear:both;
}
	div.infoblock p {
		margin-top: 5px;
		line-height: 1.5em;
	}
	div.infoblock img {
		float:left;
		margin: 0 10px 10px 0;
	}
blockquote {
	margin-left: 0;
	line-height: 25px;
}
	blockquote span.quote {
		font-size: 150%;
	}
	blockquote span.leftquote {
		display: block;
		float: left;
	}
	blockquote span.quotetext {
		display: block;
		margin-left: 20px;
	}
	blockquote div.author {
		margin-left: 10px;
	}

#container {
	
}
#headercontainer {
	background-color: #778574;
	background-image: url(images/headerbg2.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
}
	#header {
		cursor: pointer;
		background-image: url(images/todaysdrum2.jpg);
		background-repeat: no-repeat;
		height: 100px;
	}
	#header h1, #header h1 a {
		display: none;
	}
	#headercontent {
		width: 100%;
	}

#menu {
	background-color: #778574;
	font-family: Verdana;
	height: 14px;
	border-top: 2px solid white;
	border-left: 2px solid white;
}
	#menu ul, #menu ul li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu ul {
		width: 790px;
	}
	#menu ul li {
		background-color: white;
		float: left;
	}
	#menu ul li a {
		margin-right: 2px;
		padding: 0 3px;
		background-color: #778574;
		color: white;
		text-decoration: none;
		white-space: nowrap;
	}
	#menu ul li a:hover {
		color: #FFF4B1;
	}
	#menu ul li a.currentLink {
		background-color: #B30000;
		color: white;
		font-weight: bold;
	}
#maintenance {
	font-size: 80%;
	color: red;
}
#google_search form {
	margin: 5px 0 0 0;
}
.searchbutton {
	padding: 0;
	margin: 0;
}
#content {
	margin: 30px 10px 10px 30px;
	background-color: white;
	clear: both;
}
	#content .frontpagelinks {
		
	}
	
	#content .linkrow {
		clear: both;
		margin: 10px 0;
	}
	#content .headline {
		text-align: center;
	}
	#content .headline h2 {
		font-size: 200%;
		margin-top: 0;
	}
	#content .headline p {
		font-size: 120%;
		width: 300px;
		text-align: left;
		margin: 0 auto;
	}
	#content .headline {
		margin-bottom: 30px;
	}
	#content .linkgroup p, #content .headline p {
		margin-top: 0;
		margin-bottom: 10px;
	}
	#content .linkgroup {
		clear: both;
	}
	#content .linkgroup:first-child {
		clear: none;
	}
	
	#content .linkgroup img, #content .headline img {
		float: left;
		margin: 3px;
		border-color: green;
	}
	#content .linkgroup h2, #content .headline h2 {
		margin: 0;
	}
	#content .linkgroup h2 {
		font-size: 100%;
	}
	#content .linkgroup .date {
		color: #666666;
	}
#dategroupmenu {
	float: left;
	border: 1px solid #778574;
	background-color: #EEE;
	color: #778574;
	padding: 1px;
}
	#dategroupmenu h2 {
		margin: 0;
		background-color: #778574;
		color: white;
		text-align: center;
	}
	#dategroupmenu ul.year {
		list-style: none;
		margin: 0;
		padding: 10px;
	}
	#dategroupmenu ul.year li strong {
		font-size: 120%;
		color: #778574;
	}
	#dategroupmenu ul.month {
		list-style: none;
		margin: 0 20px 0 20px;
		padding: 0;
	}
	#dategroupmenu ul.month li strong {
		margin-left: -10px;
	}
	#dategroupmenu a:link {
		text-decoration: none;
	}
	#dategroupmenu a:visited {
		text-decoration: none;
	}
	#dategroupmenu a:hover {
		text-decoration: underline;
	}
#linklist {
	margin-left: 50px;
	width: 350px;
	float: left;
}
	#linklist .linkgroup {
		clear: both;
		/* margin-top: 10px;*/
	}
#archive_menu {
	margin-left: 50px;
	float: left;
}
#mainright {
	width:30%;
	float:left;
	background:#fff;
	margin-left: 2%;
	padding-bottom:10px;
}

#maincenter {
	width:28%;
	float:left;
	background:#fff;
	margin: 0 2%;
}

#mainleft {
	width: 28%;
	float:left;
	clear: left;
	background:#fff;
	padding-bottom:10px;
	margin-right: 2%;
}
#ads_bottom {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
#ads_right {
	float: left;
	margin: 0 0 0 70px;
}
.usercontentmessage {
	color:#008000;
	margin-left: 5px;
}
	.usercontentmessage a {
		color: #B30000;
	}
.hidden{
  display:none;
}
.shown{
  display:block;
}
