@charset "utf-8";
/* CSS Document */

<!--
/*resets*/
 	*
	{
	margin:0;
	padding:0;	
	}
	
	a img
	{border:none;}
	
	body
	{
	text-align: center; /*centers wrappers in SCBs*/
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:150%;
	color: #fff;
	background-color:#363636;
	background-image: url("images/bgtop.gif");
	background-repeat:repeat-x;

	}
	
	#wrapper
  	{
	width: 1000px;
	/*height:100%;*/
	margin-left: auto;
	margin-right: auto;	
	text-align: left; /*left aligns everuthing inside the wrapper*/
	background-image: url("images/logowrapper.gif");
	background-repeat: no-repeat;
	background-position: 600px -1px;
	border: 1px solid transparent;
	}
	
	h1
	{
	font-size: 25px;
	padding: 8px 5px;
	color: #cccccc;
	border-bottom: 1px solid;
	border-color: #464646;
	text-align: right;
	}
	
	h2
	{
	font-size: 18px;
	padding: 8px 5px;
	color: #b7b7b7;
	}

	h3
	{
	font-size: 14px;
	padding: 6px 4px;
	color: #b7b7b7;
	}
	
	p
	{
	margin-top: 9px;
	margin-bottom: 6px;
	}
	.musictext
	{width: 150px;}
	
	.small
	{
	font-size: 9px;
	color: #ccc;
	}
	
	.leftbox
	{
	border: 1px solid #b7b7b7;
	width: 130px;
	text-align: center;
	float: left;
	margin-left: 150px;
	margin-top: 4px;
	font-size: 14px;
	padding: 25px 7px;
	color: #b7b7b7;
	}
	
	.leftbox a
	{padding: 10px;
	}
	
	.leftbox a:hover
	{
	color: #fff;
	}
	
	.secondbox
	{
	border: 1px solid #b7b7b7;
	width: 130px;
	text-align: center;
	float: right;
	margin-right: 200px; 
	margin-top: 7px;
	padding: 4px;
	}
	
	.secondbox a
	{padding: 10px;
	text-decoration: none;
	}
	
	a:link 
	{
	color: #b7b7b7;
	}
	
	a:visited
	{
	color: #b7b7b7;
	}
	
	a:hover
	{
	color: #fff;
	}
	
	
	div
	{border: none;}
	
	
	
	#header
	{
	height: 155px;	
	margin-top: 24px;
	text-decoration:none;
	background-image: url("images/guitar.jpg");
	background-position: 100px 0px;
	background-repeat: no-repeat;
	padding: 0px 600px;
	font-size: 45px;
	line-height:40px;
	color: #cccccc;
	}
	 
	
	
	#footer
	{
	height:25px;
	width: 800px;
	background-color:#363636;
	clear: both;
	margin-left: 100px;
	text-align: left;
	}
	
	#sb1
	{
	width:100px; 
	background-color:#363636;
	clear: both;
	float:left;
	}
	
	#main
	{
	background-color:#464646;
	width:800px;
	float: left;
	}
	
	#content{
	width:550px; 
	background-color:#464646;
	float:left;
	padding: 15px}
	
	#sb2
	{width:200px; 
	background-color:#464646;
	float:right;
	padding: 15px}
	
	
	#lyrics #content,
	#lyrics #main,
	#news #content,
	#news #main,
	#videos #content,
	#videos #main,
	#sitemap #content,
	#sitemap #main,
	#music #content,
	#music #main,
	#discography #content,
	#discography #main,
	#pictures #content,
	#pictures #main,
	#contact #content,
	#contact #main,
	#thankyou #content,
	#thankyou #main
	{
	width:650px;
	}
	
	#about #sb2,
	#about #content{
	width:360px; 
	}
		
	#licensing #content
	{
	width:300px; 
	}
	
	#licensing #sb2
	{width:230px; 
	}
	
	#licensing #main
	{
	width:600px;
	}
	
	#news #content img
	{margin-right: 10px;}
	
	#pictures #content img
	{
	padding: 5px;
	}
	
	#discography #content img
	{float: left;
	padding: 15px;
	}
	
	.right
	{
	float: right;}

	.left
	{
	float: left;}
	
	.clearall
	{clear: both;}
	
	#nav
	{
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	}



	#nav li
	{
	float: left;
	list-style-type: none;
	}

	#nav ul
	{
	margin-left: 100px;
	}

	#nav a 
	{text-decoration:none;
	font-weight: bold;
	padding: 4px 11px;
	color:#999;
	}

	#nav li a:hover, #sb1 li a:hover,
	#about #about_link,
	#news #news_link,
	#music #music_link,
	#pictures #pictures_link,
	#contact #contact_link,
	#videos #videos_link,
	#discography #discography_link,
	#licensing #licensing_link,
	#thankyou #contact_link,
	#sitemap #sitemap_link,
	#licensing #about_link,
	#discography #music_link,
	#lyrics #lyrics_link,
	#lyrics #music_link
	{
	color: #fff;
	background-color:#464646;
	}
	
	#discography_link
	{
	font-size: 10px;
	}
	
	#sb1 ul
	{
	list-style-position:outside;
	list-style-type:none;
	}
	
	#sb1 li
	{
	background-color:#363636;
	padding: 10px 0;
	font-size: 14px;
	overflow:hidden;
	font-weight: bold;
	}
	
	#sb1 li a
	{color: #999999;
	text-decoration:none;
	padding: 20px 100px 20px 20px;
	}
-->  

