* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background: url(images/bg.jpg) repeat-x 0 -20px;
	background-color: #000;
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	color: #FFF;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #99CCFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFCC00;
}

.whitebg a:link, .whitebg a:visited {
	color: #990000;
	text-decoration: none;
}
.whitebg a:hover, .whitebg a:active {
	color: #FF0000;
}

h1 { }
h2 { }
h3 { }
h4 { font-weight: 100; font-size: 1.2em}

a.internal_link {
	color: red;
}
.right {float:right}
img { border: 0; }

#container {
	width: 100%;
	min-width: 950px;
}
#header {
	height: 142px;
	background: url(images/header.jpg) no-repeat 0 -10px;
}
#leftcol {
	float: left;
	width: 160px;
	background: url(images/menubg-nolines.jpg) repeat-x;
	height: 506px;
}

#menu ul {
	list-style-type: none;
	padding-top: 15px;
}
#menu li {
	display: block;
	background: url(images/menuseperator.png) top no-repeat;
}
* html div#menu li { /* IE 6 FIX */
	background: url(images/menuseperator.jpg) top no-repeat; 
}
#menu li a {
	display: block;
	padding: 8px 20px 4px 20px;
	height: 20px;
	font-size: 15px;
}
#menu li a:link, #menu li a:visited {
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover, #menu li a:active {
	background: url(images/menuhover.png) repeat-x;
	padding: 8px 20px 4px 25px;
}
* html div#menu a:hover { /* IE 6 FIX */
	background-image: none;
}
#menu input {
	margin: 5px 0;
	padding: 0 2px;
}


#scrollwindow, #photogallerywindow {
	height: 506px;
	overflow: auto;
	min-width: 770px;
}
#photogallerywindow {
	overflow: hidden;
}
#content {
	/* width: 478px; */
	min-width: 478px;
	padding: 18px;
	min-height: 376px;
	float: left;
}
#content ul, #content ul li {
	margin-left: 15px;
}
#content h1, #rightcol h1 {
	font-weight: 100;
	font-size: 1.6em;
	overflow: auto;
}
#content #photo {
	background: url(images/picframe.jpg) no-repeat;
	width: 488px;
	height: 354px;
	padding: 10px;
}
#content p.caption {
	text-align: center;
	line-height: 1.5em;
	font-size: 1.2em;
}
#content.bio {
	width: 400px;
	height: 470px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	background-color: #FFF;
	color: #000;
}
#content.bio b {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660000;
	font-size: 14px;
}
#content.bio a:link, #content.bio a:visited  { color: maroon; }
#content.bio a:hover, #content.bio a:active  { color: red; }

#content.history {
	width: 80%;
	height: 468px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	background-color: #FFF;
	color: #000;
}
#content.history p {
	text-indent: 3em;
}
#content.history h1 {
	color:#990000;
}

#rightcol {
	width: 230px;
	float: left;
	margin-left: 7px;
	padding: 14px 0 0 0;
}
#promptbox {
	background-color: white;
	width: 250px;
	padding: 25px 100px;
	color: black;
	
}
#promptbox h2 {
	margin: 0 0 20px 0;
}
#infobox {
	margin-bottom: 10px;
	background: url(images/newsarrow.gif) 10px 10px no-repeat;
	background-color: #4E020D;
	padding: 10px 20px 10px 30px;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
#infobox h1 {
	padding-bottom: 10px;
}

#infobox a:hover {
	text-decoration: underline;
}
#infobox h2 {
	font-size: 1.5em;
	padding-bottom: .5em;
	font-weight: 100;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#infobox li {
	padding: 5px;
}

#members {
 height: 478px;
 width: 750px;
 overflow: auto;
}


#footer {
	clear: both;
	color: #CCC;
	padding: 10px 0;
	word-spacing: 0.1em;
}
#footer a {
	color: #FF9900;
}
#footer a:hover {
	color: #FFCC00;
}
#footer span {
	display: block;
	width: 900px;
	text-align: right;
}

#footer img {
	border: 0;
	position: relative;
	top: 9px;
	padding: 0 1px;
}

table.litetable {
	border: solid 1px grey;
	border-collapse: collapse;
	
}

table.litetable td {
	text-align: left;
	padding: 0 10px;
	border-bottom: solid 1px #CCC;
}
table.litetable th {
	text-align: left;
	padding: 0 10px;
	border-bottom: solid 1px #000;
}

table.visualtable {
	border: solid 1px #21000d;
	border-bottom: none;
	padding: 0;
	border-collapse: collapse;
}
table.visualtable th {
	color: #FFFFFF;
	background-color: #000000;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: 100;
	padding: 0 7px;
	margin: 10px 0 0 0;
}
table.visualtable td {
	background-color: #5B010D;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #42000b;
}
table.visualtable a:link, table.visualtable a:visited {

}
table.visualtable a:hover, table.visualtable a:active {
	text-decoration: underline;
}
td {
	vertical-align: top;
}
td.albuminfo {
	width: 180px;
	padding-right: 10px;
	text-align: center;
}
td.albuminfo img.framed {
	background-color: #FFF;
	padding: 5px;
	border: solid 1px #52000b;
}
#albuminfo {
	line-height: 1.6em;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	margin: 10px 0;
	width: 170px;
}
#content h2 {
	font-weight: 100;
	font-size: 1.3em;
}
h3 {
	background-color: #5E010D;
	padding: 5px;
	width: 400px;
	font-weight: 100;
}

.songbox {
	width: 270px;
	background-color: #52000b;
	margin: 0 0 5px 0;
	border: solid 1px #400;

}
.songbox p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
.songbox h2 {
	background-color: #330000;
	color: #FFF;
	padding: 5px 10px;
	font-size: 14px !important;
	font-weight: 100;
	
}
#commentbox {
	width: 470px;
	background-color: #52000b;
	margin: 0 0 5px 0;
	border: solid 1px #400;

}
#commentbox p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#commentbox h2 {
	background-color: #330000;
	color: #FFF;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 100;
}


.fullcenter {
	width: 100%;
	text-align: center;
}
p.subtitle {
	text-align: right;
	font-weight: normal;
	font-style: italic;
}

.video {
	margin: 10px;
	padding: 10px;
	width: 425px;
	height: 355px;
	display: block;
}

.errormsg {
	color: red;
	font-weight: bold;
	padding: 0 0 5px 0;
	font-family: Helvetica, Arial;
}
.successmsg {
	color: red;
	font-weight: bold;
	padding: 0 0 5px 0;
	font-family: Helvetica, Arial;
}
.clear{clear:both;height:10px;width:100%}
#edit_members {margin-bottom:20px}
#add_member,#save,#edit_members_btn,#cancel_edit {margin-right:5px}
#edit_members_btn, #edit_songs_btn{float:right}
#function_btns {margin-right:10px}
