body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana;
	color: #FFDD99;
}

#container {
	width: 100%;
	margin: 0px auto;
	background-color: #444444;
	background-repeat: repeat-y;
	color: #ffffff;
	line-height: 130%;
}

#top {
	padding: 2px;
	background-color: #333333;
	background-image: url(/images/backbar_purple.gif);
	background-repeat: repeat-x;
	color: #FFDD99;
	font: 12px Verdana;
	text-align: center;
	border-bottom: 1px solid gray;
}

#leftnav {
	background-color: #261F4C;
	width: 200px;
	height: 1200px;
	margin: 0px;
}

#content {
	background-color: #e8e8fb;
	background-image: url(/images/watermark.gif);
	width: 800px;
	height: 1200px;
	font: 12px Verdana;
	color: #333333;
	margin-left: 200px;
	border-left: 1px solid gray;
	padding: 1em;
}

#content h3 {
	margin-top: 5px;
}

#content p {
	line-height: 20px;
	padding-bottom: 10px;
}

#content li {
	line-height: 15px;
	padding-bottom: 15px;
}

#footer {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color: #FFDD99;
	font: 11px Verdana;
	font-style: italic;
	text-align: center;
	padding: 10px;
}

.nav {
	background-color: #261F4C;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.nav-select {
	background-color: #171233;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.nav-hover {
	background-color: #4A4080;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

a.nav-link:link, a.nav-link:visited {
	color: #E0CB6B;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
 	outline: none;
}

a.nav-link:active, a.nav-link:hover {
	color: #FFDF49;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	outline: none;
}

a:link, a:visited {
	color: #261F4C;
	text-decoration: underline;
	outline: none;
}

a:active, a:hover {
	color: #FFBB33;
	text-decoration: underline;
	outline: none;
}

#flashPlayer {
	border: 2px solid #FFDD99; padding: 0px; margin: 0px;
}

.bio-table {
	padding: 3px; margin-bottom: 10px; width: 600px;
}

.bio-pic {
	width: 150px; text-align: center;
}

.bio-txt {
	width: 150px; text-align: center;
}

.bio-img {
	border: 1px solid #222222; width: 100px; height: 140px;
}

/* Band Page CSS */
.item-group {
	vertical-align: top;
	padding-bottom: 10px;
}

.item-group-label {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
}

.item {
	vertical-align: top;
	line-height: 18px;
}