img { behavior: url(iepngfix.htc) } 

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	background-color: #710016;
	margin:0px;
	padding:0px;
	line-height:1.8em;
	color:#000;
}

a img{
	border:0px;
}

a { outline: none; }


a{
	color:#710016;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#710016;
	text-decoration:underline;
	font-weight:bold;
}

#my_wrapper {
	width:960px;
	margin:0px auto;
	background:white;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:300;
	font-size:25px;
}

p {
	margin:0px;
	padding-bottom:15px;
}

#header {
	text-align:center;
}


#left_col {
	float:left;
	width:282px;
}

#right_col {
	width:628px;
	float:left;
}

.main_content {
	padding:20px 20px 0px 0px;
}

.right_col_bump {
	padding-left:70px;
}

.clear {
	clear:both;
}

/*  _begin nav_ */

.nav_bump {
	padding-left:45px;
}

#nav_wrapper {
	width:262px;
	
}


#nav {
	float:left;
	margin:0px;
	padding:0px;
}


	
#nav li {
	display: inline;
	list-style: none;
	margin:0px;
	padding:0px;
}

#nav a { 
	display: block; 
	/* overall height */
	height: 60px; 
	line-height: 60px; 
	float:left;
}

/* key background image */
#nav li.hit a { 
	float: left;  
	text-indent: -9999px; 
	background-image: url(images/nav.jpg); 
	background-repeat: no-repeat; 
	pointer; cursor: hand;
	
}


/* off */
#nav li.the_music a { background-position: 0px 0px; width: 282px; }
#nav li.biography a { background-position: 0px -68px; width: 282px; }
#nav li.career a { background-position: 0px -130px; width: 282px; }
#nav li.links a { background-position: 0px -190px; width: 282px; }


/* over */
#nav li.the_music a:hover { background-position: 0px -230px; width: 282px; }
#nav li.biography a:hover{ background-position: 0px -298px; width:282px; }
#nav li.career a:hover { background-position: 0px -360px; width:282px;}
#nav li.links a:hover { background-position: 0px -420px; width:282px; }



/* selected use php to decide dynamic selection*/
#nav li.the_music_selected a { background-position: 0px -230px; width: 282px; }
#nav li.biography_selected a { background-position: 0px -298px; width:282px; }
#nav li.career_selected a { background-position: 0px -360px; width:282px;}
#nav li.links_selected a { background-position: 0px -420px; width:282px; }




/*  _end nav_ */

#footer {
	font-size:9px;
	color:#595959;
	height:120px;
}

#footer_line {
	border-bottom:dotted 1px #606060;
	margin-bottom:10px;	
}

#footer a{
	color:#710016;
	text-decoration:none;
}

#footer a:hover{
	color:#710016;
	text-decoration:underline;
}

.maroon {color:#710016;}

.hr_line {
	border-bottom:dotted 1px #606060;
	margin-bottom:10px;	
}