body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	width: 950px;
	font-size: 13px;
	margin: 0px auto; /* Centers body */
}
a, a:visited {
	color: #336699;
	text-decoration : underline;
}
img {
	border: none;
}
p {
	text-indent: 2em;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse; 
}

div.navigation {
	color: #666699;
	background-color: #C9C9E6;
	border: 2px solid #9999CC;
	text-align: left;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 14px;
}
div.navigation h2, div.navigation h2 a, div.navigation h2 a:visited {
	color: #FFFFFF;
	background-color: #002E5B;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	font-size: 1em;
}

li.donations {
	text-align: center;
	font-weight: bold;
}

ul.navigation {
	padding-left: 25px;
}
ul.links {
	text-align: center;
}
li.link:hover {
	background-color: #FFFFFF;
}
li.link a {
	text-decoration: none;
	color: #666699;
}

div#foot {
	text-align: right;
	font-size: .8em;
	margin-top: 1em;
}

table.normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #666699;
	background-color: #C9C9E6;
	text-align: left;
	margin-bottom: 10px;
	border: 2px solid #9999CC;
	width: 100%;
}
table.normal th, table.normal th a, table.normal th a:visited {
	background-color: #002E5B;
	color: #FFFFFF;
}
table.normal .roweven, .darkcell, .dark {
	background-color: #B3B3F5;
}
table.normal  .rowodd, .lightcell, .light {
	background-color: #C9C9E6;
}
table.normal caption {
	font-weight: bold;
}

div#news div.entry {

}
div#news div.entry div.title {
	background-color: #C9C9E6;
	border: 1px solid #9999CC;
	padding: 0 1em 0 1em;
}
div#news span.date {
	float: left;
	width: 49%;
	font-weight: bold;
	text-align: left;
}
div#news span.submitted, div#news span.updated {
	float: right;
	width: 49%;
	font-weight: bold;
	text-align: right;
}
div#news span.spacer {
	display: block;
	clear: right;	
}
/*
div#news span.date:before {
	content: "Date: ";
	font-weight: bold;
}
div#news span.submitted:before {
	content: ", Submitted By: ";
	font-weight: bold;
}
div#news span.updated:before {
	content: ", Updated By: ";
	font-weight: bold;
}
*/
div#news div.news {
	padding-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #9999CC;
	border-bottom: 1px solid #9999CC;
}
div#news div.news p {
	margin-top: 0px;
}

div.bannerad {
	margin: 1em;
}

div.song img {
	width: 100px;
	height: 100px;
	float: left;
}
img#cover {
	float: right;
	border: 1px solid #666;
	padding: 5px;
	width: 160px;
	height: 160px;
	background-color: #B3B3F5;
}
ul.sitemap {
	padding-left: 1em;
	list-style: square;
}
div#google {
	margin: 10px;
}
