@charset "UTF-8";
/* CSS Document */

#container {
	width: 660px;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 2px solid #3A3A3C;
	background-color: #FFFFFF;
}
.header {
	font-size: 16px;
	color: #1EBEDB;
	font-weight: bold;
	line-height: 28px;
}
.outline {
	border: 1px solid #1EBEDB;
}
a:link {
	color: #F15F39;
	text-decoration: none;
}
a:visited {
	color: #F15F39;
	text-decoration: none;
}
a:hover {
	color: #FFD020;
	text-decoration: underline;
}
a:active {
	color: #FFD020;
	text-decoration: underline;
}
.strike {
	text-decoration: line-through;
}
#content {
	padding: 30px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#donate {
	padding: 20px;
	border: 1px solid #18C2DE;
	height: 80px;
}
#leftcol {
	float: left;
	width: 380px;
}
#rightcol {
	float: right;
	width: 150px;
}
#nav {
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 20px;
}
.navoff a:link {
	color: #3A3A3C;
	text-decoration: none;
}
.navoff a:visited {
	color: #3A3A3C;
	text-decoration: none;
}
.navoff a:hover {
	color: #F15F39;
	text-decoration: none;
}
.navoff a:active {
	color: #F15F39;
	text-decoration: none;
}
.bandtime {
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}
.bandname2 {
	font-size: 18px;
}
.bandname {
	font-size: 22px;
	line-height: 28px;
}
.navon a:link {
	color: #F15F39;
	text-decoration: none;
}
.navon a:visited {
	color: #F15F39;
	text-decoration: none;
}
.navon a:hover {
	color: #F15F39;
	text-decoration: none;
}
.navon a:active {
	color: #F15F39;
	text-decoration: none;
}
