body {
	font-family: Arial, Verdana, "Sans Serif";
	margin: 0;
	background-color: #483d8b;
}

#page {
	margin: 25px;
	background-color: #ffffff;
}

#nav {
	background-image: url('../graphics/bfaf_bg_mustard.gif');
	background-repeat: repeat-y;
	font-family: flat brush, papyrus, Times New Roman, "serif";
	font-size: 1.5em;
	font-color: #0000ff;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
	padding: 25px 5px;
	max-width: 150px;
}

#content {
	margin-top: 20px;
	padding: 25px;
	max-width: 650px;
	width: expression(this.clientWidth > 650 ? '650px':true);

	font-align: center;
}

#shows {
	border-style: solid;
	border-color: #483d8b;
	border-width:10px;
	margin-bottom:10px;
	text-align: center;
}

.center {
	text-align: center;
}

a.obg:link {color:#483d8b;}      /* unvisited link */
a.obg:visited {color:#483d8b;}  /* visited link */
a.obg:hover {color:white;}  /* mouse over link */
a.obg:active {color:#483d8b;}  /* selected link */

a.bbg:link {color:#ff9900;}      /* unvisited link */
a.bbg:visited {color:#ff9900;}  /* visited link */
a.bbg:hover {color:white;}  /* mouse over link */
a.bbg:active {color:#ff9900;}  /* selected link */



.brush {
	font-family: "flat brush", "papyrus", "comic sans ms", sans-serif;
	font-size: 3em;
	color:#003399;
}

.text {font-size:10pt}

.note {background-color:#cccccc;}

p.bio {
	font-size:1.25em;
	font-family:comic sans ms;arial;sans-serif;
}

p.featured {font-size:14pt; font-weight:bold; font-style:italic; text-decoration:underline; position:relative; top:20px;}
p.artist {font-size:18pt; font-weight:bold; }

ul.artist {list-style-type:none}

td.nav {background-color:#990000; width:150px;}

.redbg {color:white; background-color:#990000; padding:5px 0px 5px 5px;}

img.nb {border-style:none}
