/***************************************** Defaults ****************************************/
input, select, th, td, p, body {
	color: #000032;
				}				

					
.subhead2 {
	font-size:26px;
	font-weight:bold;
	margin-bottom: 5px;
	color:#000032;
	background:inherit;
			}
/***************************************** Div IDs ***************************************/
#nav {
	width:730px;
	height:30px;
	color:#37648B;
	background-color: #000032;
}
#nav td {
	color:#37648B;
	background-color: #000032;
	}
td.artist {
	padding: 25px;

}
td.artist p {
	color:#FFFFFF;
	background-color: #37648B;
}

.infobox {width:330px;
	border: solid #BBD0E3 1px;
	padding:10px;
	margin-bottom: 25px;
}

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

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

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

.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;}
					
.subnavtext, a.subnavtext, a.subnavtext:link, a.subnavtext:visited {
	color:#6F9CC6;
	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:#000032;
	text-decoration:none;}

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

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