body{
        FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif; 
        COLOR: #000000; 
        FONT-SIZE: 10px;
      	margin: 30px 50px; 
		padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
		text-align:center; /* Hack for IE5/Win */

        
}
A:link {
        COLOR: #333333; 
        TEXT-DECORATION: none;
}
A:visited {
        COLOR: #333333; TEXT-DECORATION: none;
}
A:hover {
        COLOR: #7b1d1e; TEXT-DECORATION: none;
}
A:active  {
        COLOR: #333333; TEXT-DECORATION: none;
}





#outside_wrap {
			
			width: 725px;
			height: 530px;
			background: #ffffff; 
		    text-align: left;
			margin: 0px auto; 
			padding: 0px; 
			border: solid 1px #fff;
			background-image: url(images/outside_box_shadow_1.jpg);
			background-repeat: no-repeat;
			background-position: -7px -7px;
			background-attachment:;
			
			}

	
#content  { 
			float: left;
			width: 700px;
			height: 500px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px; 
			padding: 0px; 
			border: solid 1px #bbbbbb;
			}
			
#top_spacer {
			float: left;
			width: 700px;
			height: 10px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px; 
			padding: 0px; 
			border: solid 0px #bbbbbb;
			}
			
#side_spacer {
			float: left;
			width: 10px;
			height: 300px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px; 
			padding: 0px; 
			border: solid 0px #bbbbbb;
			}

.side_spacer_right {
			clear: left;
			float: right;
			width: 10px;
			height: 480px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px; 
			padding: 0px; 
			border: solid 0px #bbbbbb;
			}						
						
#inside_wrap  { 
			float: left;
			width: 700px;
			height: 405px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 0px #bbbbbb;
			}

			
#masthead  { 
			float: left;
			width: 700px;
			height: 80px;
			background: #ffffff; 
		    text-align: left;
			margin: 0px 0px 5px 0px; 
			padding: 0px; 
			border: solid 0px #666666;
			background-image: url(images/masthead_1.jpg);
			background-repeat: no-repeat;
			background-position: 10px 0px;
			}


#home_button_wrap  { 
			float: left;
			width: 300px;
			height: 80px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 0px #666666;		
			}	

#content_wrap  { 
			float: left;
			width: 680px;
			height: 395px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 0px #000000;
			}
		
		
#leftcol_wrap  { 
			float: left;
			width: 237px;
			height: 395px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 0px #666666;
			}
			
#leftcol_pic  { 
			float: left;
			width: 237px;
			height: 339px;
			background: #ffffff; 
		    text-align: left;
			margin: 0px 0px 5px 0px; 
			padding: 0px; 
			border: solid 0px #666666;
			background-image: url(images/guitar_art_4.jpg);
			background-repeat: no-repeat;
			background-position: 0px 0px;			
			}
			
#leftcol_mp3  { 
			float: left;
			width: 236px;
			height: 51px;
			background: #ffffff; 
		    text-align: left;
			margin: 0px; 
			padding: 1px; 
			border: solid 0px #666666;		
			}	
			
#leftcol_textbox  { 
			float: left;
			width: 236px;
			height: 41px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 0px #666666;		
			}
			
			
#leftcol_textbox_hack  { 
			float: left;
			background: #666666; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px 0px; 
			border: solid 0px #666666;		
			}									
				
			
#rightcol_wrap  { 
			float: right;
			width: 436px;
			height: 395px;
			background: transparent; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 0px #000000;
			}										
						
#navcontainer{
		float: right;
		height: 30px;
		margin: 2px 10px 5px 0px;
		PADDING: 0px;
		background-color: #000000;
		border-top: 0px solid #666;
		}
		

/*--------------Nav Styles------*/		


 ul#navlist
 {
 width: 360px;
 height: 30px; 
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: Arial, Verdana, san-serif;
 font-weight: bold; 
 font-size: 11px;
 line-height: 31px;
 letter-spacing: 1px;
 text-transform: uppercase;
 text-align: center;
 }

 #navlist li
 {
 float: left;
 height: 30px;
 list-style-type: none;
 }

 #navlist a { 
 			padding: 10px 8px 0px 8px;
			height: 30px;
			line-height: 31px;
			color: #ffffff;
 			font-weight: bold;
 			font-size: 11px;
 			letter-spacing: 1px;			 
			}

 #navlist a:link, #navlist a:visited
 {
 color: #ffffff;
 background-color: transparent;
 text-decoration: none;
 font-size: 11px;
 }

 #navlist a:hover
 {
 color: #cccccc;
 text-decoration: none;
 border-top: 0px solid #ffffff;
 height: 30px;
 padding: 10px 8px 0px 8px;
 background-image: url(images/menu_arrow2.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 }
 
/*--- 
 #navlist a:hover
 {
 color: #cccccc;
 text-decoration: none;
 border-top: 5px solid #ffffff;
 height: 30px;
 padding: 5px 10px 0pxs 10px;
 background-image: url(images/menu_arrow.jpg);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 } 


---*/
/*--------------Alt Nav Styles------*/	

#menu_wrap {
			width: 438px;
			height: 25px;
			background-color: #333333;
			padding: 0px;
			margin: 0px 0px 5px 0px;			
			}



 /* common styling */
.menu {
font-family: verdana, sans-serif; 
width:438px; 
position:relative; 
font-size:10px;
text-align: center;
z-index:100;
background-color: #333333;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
width:73px; 
height:25px; 
color:#ffffff; 
border:0px solid #fff; 
border-width:0px 0px 0 0; 
background:#333333; 
trextext-align: center;
line-height:25px;
}
* html .menu ul li a, .menu ul li a:visited {
width:73px;
w\idth:73px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#7b1d1e; 
background:#bbbbbb;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:25px;
margin-top:0px;
left:0; 
width:74px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#666666; 
color:#ffffff;
text-align: center; 
height:auto; 
line-height: 25px; 
padding: 0px 0px; 
width:73px;
height: 25px;
}
* html .menu ul li a:hover ul li a {
width:84px;
w\idth:74px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#bbbbbb url(../)bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#bbbbbb; 
color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:73px; 
top:0;
width:73px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}






/*---------------Layout Stules------*/


#right_content {
			float: left;
			width: 434px;
			height: 393px;
			background: #dcdcdc; 
		    text-align: left;
			margin: 0px 0px 0px 0px; 
			padding: 0px; 
			border: solid 1px #bbbbbb;
			}
			
#righttext_content {
			float: right;
			width: 400px;
			height: 383px;		
			background: #dcdcdc; 
		    text-align: left;
			margin: 0px; 
			padding: 10px 10px 0px 0px; 
			border: solid 0px #666666;
			overflow: auto;
			}			


		
#footer {
		width: 498px;
		padding: 20px 0px 20px 0px;
		margin: 0px 0px 0px 0px;
		background-color: transparent;
		color: #666666;
		font-size: 10px;
		font-family: Arial, Verdana, san-serif;
		border: 0px dotted #666;
		}
		
		
#box1{
		width: 250px;
		background-color: #ffffff;
		padding: 0px 10px 0px 10px;
		margin: 0px;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		}
#box2{
		float: right;
		clear: left;
		width: 100px;
		height: 30px;
		margin: -40px 114px 0px 0px;
		PADDING: 0px;
		background-color: transparent;
		border-bottom: 0px solid #666;
		font-family: Arial, Verdana, san-serif;
		font-weight: bold; 
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		}
		
#box3{
		background-color: transparent;
		padding: 0px;
		margin: 40px 0px 0px -6px;
		border: 0px solid #666666;
		font-family: Arial, Verdana, san-serif;
		font-weight: bold; 
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 1px;
		text-transform: uppercase;
		}


#biopic{
		float: right;
		width: 130px;
		height: auto;
		margin: 15px 15px 15px 15px;
		PADDING: 0px;
		background-color: transparent;
		}
		
#demobox{
		width: 358px;
		height: auto;
		background-color: #ffffff;
		padding: 6px;
		margin: 0px;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;		
		}		

h1{
	font-family: Arial, Verdana, san-serif;
	font-weight: bold; 
	font-size: 15px;
	line-height: 18px;
	color: #7b1d1e;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

h3{
	font-family: Arial, Verdana, san-serif;
	font-weight: bold; 
	font-size: 12px;
	line-height: 14px;
	color: #7b1d1e;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
h3.tight{
	font-family: Arial, Verdana, san-serif;
	font-weight: bold; 
	font-size: 12px;
	color: #7b1d1e;
	letter-spacing: 1px;
	text-transform: uppercase;
	}	
	

h4{

	font-family: Arial, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	letter-spacing: 1px;
	}
	
h4.tight{
	line-height: 11px;
	}	

h4.italic{
	font-style: italic;
	}

h4.calendarhead{
	width: 350px;	
	background-color: #777777;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 6px;
	color: #ffffff;
	font-weight: bold;
	}
	
h4.demo1{
	width: 350px;
	background-color: #dcdcdc;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 6px
	}

h4.demo2{
	width: 350px;
	background-color: #cccccc;
	line-height: 16px;
	margin: 0px;
	padding: 0px 0px 0px 6px
	}			
	
	
	
h5{
	font-family: Arial, Verdana, san-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	
	}	

h6{
	font-family: Arial, Verdana, san-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: lighter;
	color: #666;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	
	}

p	{ 
	height: auto;
	font-family: Arial, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	letter-spacing: 0px;
	}
	
p.text	{
	height: auto;
	font-family: Arial, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	letter-spacing: 0px;
	}	

p .bold {
	font-family: Arial, Verdana, san-serif;
	font-weight: bold; 
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

p.captionbold {
	font-family: Arial, Verdana, san-serif;
	font-weight: bold; 
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

p.caption	{
	font-family: Arial, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	}
	
.align-center{
		text-align: center;
		}
     	   		  	 	
ul, ol, li { 
	height: auto;
	font-family: Arial, Verdana, san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	letter-spacing: 0px;
	}
