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

body {
	font-size: 0.85em;
	background-color: #000;
	color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
}
#content {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #363;
	background-image: url(resources/greg.jpg);
	background-repeat: no-repeat;
	background-position: right 115px;
	position: relative;
	
	
}
h1 {
	height: 115px;
	width: 898px;
	background-image: url(resources/header.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #073304;
	position: relative;
	background-color: #FFF;
}
h1 a {
	position: absolute;
	top: -999em;
}
#title {
	font-weight: normal;
	font-size: 1.5em;
	color: #073304;
	position: absolute;
	top: 85px;
	left: 25px;
}

#text {
	padding-top: 25px;
	padding-right: 490px;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 0.8em;
}
#text p {
	padding-bottom: 1em;
	line-height: 1.5em;
}
#text p a {
	color: #FFF;
}
#text .musiclist {
	padding: 10px;
	margin-bottom: 1em;
	border: 1px solid #083106;
}

h3.toggler {
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
	color: #073304;
	background-color: #FFF;
	height: 1.5em;
	line-height: 1.5em;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
}
.openBgImage {
	background-image: url(resources/closed.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.noopenBgImage {
	background-image: url(resources/opened.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



#accordion {
	min-height: 400px;
	height:auto !important;
	height:400px;
}

.precleared {
	position: absolute;
	top: 65px;
	left: 25px;
	font-size: 0.8em;
	white-space: nowrap;
}

#navigation {
	position: absolute;
	top: 14px;
	left: 25px;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1em;
	color: #073104;
}
#footer {
	height: 39px;
	background-color: #FFF;
	font-size: 0.8em;
	color: #000;
	line-height: 39px;
	text-indent: 25px;
	position: relative;
}
#footer a {
	position: absolute;
	top: 0px;
	right: 0px;
}
