body	{ color: #CC6600; font-size: 10px; font-family: arial, helvetica; background: #000000 }
a:link	{ color: #6506BC; text-decoration: underline }
a:visited	{ color: #6506BC; text-decoration: underline }
a:hover	{ color: #999999; text-decoration: none }

.leftnav a:link	{ font-size: 12pt; color: #cccccc; text-decoration: underline; font-weight: bold;}
.leftnav a:visited	{ font-size: 12pt; color: #cccccc; text-decoration: underline; font-weight: bold;}
.leftnav a:hover	{ font-size: 12pt; color: #999999; text-decoration: none; font-weight: bold;}

.head	{ font-family: arial, helvetica; font-size: 10pt; font-weight: bold; color: #000066 }
.white	{ color: white }
.black	{ color: black }
.red	{ color: red }
.blue	{ color: blue }
.green	{ color: green }
.boldwhite	{ color: white; font-weight: bold; }
.boldblack	{ color: black; font-weight: bold; }
.boldred	{ color: red; font-weight: bold; }
.boldblue	{ color: blue; font-weight: bold; }
.boldgreen	{ color: green; font-weight: bold; }
.bold	{ font-weight: bold; font-weight: bold; }

.about { font-family: arial, helvetica; font-size: 15pt; font-weight: bold; color: red; }
.artistinfo { font-family: arial, helvetica; font-size: 10pt; font-weight: bold; color: 8E0C36; }
.history { font-family: arial, helvetica; font-size: 12pt; font-weight: bold; color: 8E0C36; }
td, p, font, input, form, div, span, select, option, li, ul	{ font-family: arial, helvetica; font-size: 10pt; }

/* This is the background image */
#bg {
	width: 400px;
	height: 300px;
	background: url([background_image]) no-repeat;
	border: 2px solid black;
	}

/* This is the transparent box */
#transbox {
	margin: 0 1px;
	height:auto;
	min-height: 110px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#transbox div {
	padding: 10px;
	font-weight: bold;
	color: #6506BC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}

/* This is the homepage mouseover */
	.HiliteOff {display:none}
	.HiliteOn {display:block}

	H3.blurb {font-family: trebuchet ms,sans-serif; color:#515151;}

/* This is the transparent box */
#bracket1box {
	margin: 0 1px;
	height: 40px;
	width: 40px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=70);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#bracket1box div {
	padding: 10px;
	font-weight: bold;
	font-size: 7px;
	color: #6506BC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}

/* This is the transparent box */
#bracket2box {
	margin: 0 1px;
	height: 60px;
	width: 60px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=70);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#bracket2box div {
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	color: #6506BC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
	
/* This is the transparent box */
#bracket3box {
	margin: 0 1px;
	height: 80px;
	width: 80px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=70);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#bracket3box div {
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	color: #6506BC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
	
/* This is the transparent box */
#bracket4box {
	margin: 0 1px;
	height: 100px;
	width: 100px;
	background-color: #fff;
	border: 2px solid black;
	filter:alpha(opacity=70);
	opacity: 0.5;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#bracket4box div {
	padding: 10px;
	font-weight: bold;
	font-size: 8px;
	color: #6506BC;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}