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

html, body {
	background-color: #391f09;
	background-image: url(../images/pagebg.png);
	background-repeat: repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.copyright {
	font-size: 10px;
	line-height: 1px;
}
.error {
	color: #FF0000;
}
.guestbook {
	background-color: #FFFFCC;
	padding: 5px;
	margin-bottom: -35px;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #1d4b02;
	text-decoration: underline;
}
a:active{
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.tab {
	float: left;
	border: none;
	vertical-align: bottom;
	margin-top: 281px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#extra {
	visibility: hidden;
}
#main {
	height: auto;
	background-image: url(../images/bars.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-y;
}
#main1 {
	height: auto;
	background-image: url(../images/bars2.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-y;
}
h1 {
	text-align: left;
	font-size: 28px;
	font-weight: Bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	padding: 10px;
	padding-bottom: 0px;
	color: #1d4b02;
}
h2 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	line-height: 1.2em;
	padding: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	color: #1d4b02;
}
p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	padding: 10px;
	margin-bottom: 0px;
}
.caption {
	text-align: center;
	font-size: 1em;
	font-style: italic;
	margin: 8px;
	padding: 2px;
	padding-top: 0px;
	margin-top: -8px;
}
.bar {
	height: 316px;
}
.list {
	font-size: 1.4em;
	text-align: center;
}
#left_col {
	width: 270px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: dashed;
	border-color: #1d4b02;
	border-right-width: 1px;
}
#left_col ul {
	margin-top: 7px;
	list-style: disc;
}
#left_col ul li {
	padding-top: 5px;
}
#bands {
	border-style: dashed;
	border-color: #1d4b02;
	border-top-width: 1px;
	border-bottom-width: 1px;
	float: left;
	width: 260px;
}
#news {
	border-style: dashed;
	border-color: #1d4b02;
	border-top-width: 1px;
	border-bottom-width: 1px;
	float: left;
	width: 260px;
}
#music {
	margin: 10px;
	background-color: transparent;
	background-image: url(../images/music.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 250px;
	height: 144px;
}
#content .music_buttons {
	border: none;
	margin: 0px;
	margin-top: 70px;
	padding: 5px;
}
#content .play_button {
	margin-left: 160px;
}
#content .cleana:link {
	text-decoration: none;
}
#content .cleana:visited {
	text-decoration: none;
}
#content .cleana:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
#content .cleana:active {
	text-decoration: none;
}
#content {
	background-color: #d1b486;
	background-image: url(../images/contentbg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	min-height: 350px;
}
#content img {
	border: 1px;
	border-style: solid;
	margin: 8px;
	padding: 2px;
}
#content .left {
	float: left;
}
#content .right {
	float: right;
}
#content .center {
	text-align: center;
}
#footer .center {
	text-align: center;
}
#content .noBorder {
	border: none;
}
#header {
	background-image: url(../images/header.png);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 315px;
}
#footer {
	background-color: #d1b486;
	height: 20px;
	border-color: #1d4b02;
	border-style: solid;
	border-width: 1px;
}
