	<style type="text/css">
	
	body {background-color: black}	
	
	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background-color: black;

	}

	body {
		min-width:750px;
	}
	#wrap {
	height: 100%;
	background:#272727;
	margin:0 auto;
	width:916px;
	background-image: url(images/wrapper_1pix.jpg);
	background-repeat: repeat-y;		


	}
	
	#header {
	height: 121px;
	display: block;
	margin: 0px;
	}
	
	#Container {
	overflow: hidden;
	width: 100%
	height: 100%;

	}

	
	#navPic {
	clear: both;
	margin: 0px 0px -5px 0px;
	}



	
	#main {
	vertical-align: middle;
	float:right;
	margin: 15px 70px 15px 0px;
	background:#272727;
	width:650px;
	min-height: 500px
	}

	#main h1 {
	font-family: verdana;
	font-size: 1.3em;
	color: #E7B33B;
	font-weight: lighter;
    	}	

	#main h2, #main h3, #main p {
	padding:0 10px;
    	}

	#main h2 {
	font-weight: lighter;
	font-family: verdana;
	font-size: 1em;
	color: #E7B33B;
    	}	

	#main p {
	font-family: verdana;
	font-size: .8em;
	color: white;
    	}		
	
	#main p > img {
	float: right;
	margin: 0px 10px 0px 10px;
    	}	
	
	
	
	#sidebar {
	float:left;
	overflow: hidden;
	width: 100%
	height: 100%;

	color: white;
	width: 174px;

	}
	
#sidebar ul
{
width: 174px;
margin: 0px 0px 5px 0px;
list-style-type: none;
padding: 0px 0px 0px 0px; 
margin: 0px;
}

#sidebar li
{
width: 174px;
background-image: url(images/nav_arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
margin: 5px 0px 0px 5px;
padding: 0px 0px 0px 15px;
font-family: verdana;
font-size: .70em;



}


#sidebar li A:link{text-decoration: none; color:#fff;}
#sidebar li A:visited{text-decoration: none; color:#fff;}
#sidebar li A:hover {text-decoration: none; color: #E7B33B;}


	
	#guitar  {
	background: url(images/leftnavguitar.JPG) no-repeat bottom left; 
	overflow: hidden;
	width: 100%
	height: 100%;
	margin: 0px 0px 0px 0px;

    	}

	#guitar img
	{ 
	vertical-align: bottom;
	}  

	#footer  {

	clear:both;
	height: 12px;
	border: Solid 1px #7a7979;
	font-family: verdana;
	font-size: .6em;
	font-weight: bold;
	color: #E7B33B;
	background-color: black;
	text-align: right;
	padding: 5px 5px 5px 5px;

	}
		
#main A:link{text-decoration: none; color:#E7B33B;}
#main A:visited{text-decoration: none; color:#E7B33B;}
#main A:hover {text-decoration: underline; color: #E7B33B;}


	</style>
