/***************************************** Defaults ****************************************/

body {
	background-color:#424242;
	
}
table.main {
	margin: 0 auto;
	width:250px;
	background:#424242;
	color:inherit;
	}
input, select, th, td, p, body {
	color: #333333;
				}				

					
.subhead2 {
	font-size:26px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 5px;
	color:#406F8D;
	background:inherit;
			}
			
.bluetext {
		color:#406F8D;
	}			
/***************************************** Div IDs ***************************************/
#nav {
	width:730px;
	height:30px;
	color:#8D5836;
	background-color: #b8262f;
}
					
td.artist {
	padding: 25px;
	color:inherit;
	background-color: #EFD85E;
	text-decoration:none;
}

td.artistindex {
	text-align: left;
	color:inherit;
	background-color: #EFD85E;
}
.infobox {width:330px;
	border: solid #E3CE97 1px;
	padding:10px;
	margin-bottom: 25px;
	text-align:left;}

.infoboxright {width:300px;
	border: solid #406F8D 1px;
	padding:10px;
	margin-bottom: 25px;
	text-align:left;}

/************************************* Nav and Content Link Classes **************************************/

#nav a, #nav a:link, #nav a:visited {	
					color:#FFF;
					background:transparent;
					text-decoration:none;
					padding:5px 1px 5px 1px;
					}

#nav a:hover, #nav a:active {		color:#000032;}

.nav1, a.nav1, a.nav1:link, a.nav1:visited {
					font-size: 11px;		
					font-family: Arial, Helvetica, sans-serif;
					text-decoration:none;}
					
.nav2, a.nav2, a.nav2:link, a.nav2:visited {
					font-size: 11px;
					font-weight:bold;
					text-decoration:none;}
	
.nav3, a.nav3, a.nav3:link, a.nav3:visited {
					font-size: 16px;
					font-weight:bold;
					letter-spacing:1px;
					text-decoration:none;}
					
.nav4, a.nav4, a.nav4:link, a.nav4:visited {
					font-size: 11px;
					font-weight:bold;
					letter-spacing:1px;
					text-decoration:none;}
					
.subnavtext, a.subnavtext, a.subnavtext:link, a.subnavtext:visited {
	color:#406F8D;
	font-size: 9px;
	font-weight:bold;
	font-family:verdana, arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
}
					
a.subnavtext:hover, a.subnavtext:active {		
	color:#406F8D;
	text-decoration:none;}

.artist a, .artist a:link, .artist a:visited, .artistindex a, .artistindex a:link, .artistindex a:visited {		
					color:#406F8D;
					font-weight:bold;
				background-color: transparent;
}

.artist a:hover, .artist a.active, .artistindex a:hover, .artistindex a.active {	color:#000032;}
					

