   /* light brown - #3F292B
   light grey - #B8B7B7
   dark brown - #120E0F*/
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background-image: URL("../images/bodyback.jpg");
		background-attachment: fixed;
		min-width:800px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
	#wrapper {
  width: 800px;
  margin: 20px auto 0px auto;
  }
  
	a {
		color:#B8B7B7;
		text-decoration:none;
	}
	
	.col1 a {
  color: #120E0F;
  }
  
	a:hover {
		color:#120E0F;
		/*background:#120E0F;*/
		text-decoration:none;
	}
	
	.col1 a:hover {
  color: #3F292B;
  }
  
	h1, h2, h3 {
		margin:10px 0px 0px 12px;
		padding:10px 0px 0px 12px;
  }
	
	h1 {
  font-family: helvetica, arial;
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 2px;
  color:   #120E0F;
  }
	
img {
		margin:10px 0 5px;
	}
	
	/* Header styles */
	#header {
		background-image: URL("../images/header.jpg");
		height:170px;
        clear:both;
		float:left;
		width:100%;
		/*border-bottom:1px solid #000;*/
	}
		
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	
	.col1 p {
  font-family:helvetica, arial;
  text-indent: 10px;
  letter-spacing: .5px;
  word-spacing: 2px;
  color: #120E0F;
  margin: 10px 0px 0px 12px;
  padding: 10px 0px 0px 12px;
  }
	
  
  .col1 ul {
   list-style-type: none;
   padding: 0px;
   padding-top: 20px;
   margin: 0px;
  }
  
  .col1 ul li {
     font-family: helvetica;
     font-size: 14px;
     margin: 3px 0px 0px 12px;
     padding: 3px 0px 0px 12px;
     color:   #120E0F;
  }
  
  .col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	
	/* 2 Column (left menu) settings */
	
	.col2 ul {
  list-style-type: none;
  }
  
  .col2 ul li {
  color: #B8B7B7;
  padding-top: 10px;
  margin-top: 10px;
  font-family: impact, helvetica;
  font-weight: thin;
  font-size: 24px;
  }
  
	.leftmenu {
		background:#B8B7B7;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:81%;			/* right column width */
		background:#3F292B;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:24%;			/* left column content width (column width minus left and right padding) */
		left:10%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
	#player {
	   margin: 0px 0px 0px 80px;	
	}
	
	/*image section beginning*/
	/*image frame*/
  #image {  
   width: 400px;
   height: 300px ;
   background-color: #FFFFFF;
   border:  #120E0F 3px solid;
   margin: 30px auto 0px auto;
  }
  
  /*curtis bio pic*/
  .curtis {
  background-image: URL("../images/curtis.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .scott {
  background-image: URL("../images/gallery3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .terry {
  background-image: URL("../images/terry.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .jim {
  background-image: URL("../images/jimmy.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .dean {
  background-image: URL("../images/dean2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .tim {
  background-image: URL("../images/tim.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  /*band picture*/
  .band {
  background-image: URL("../images/bandimage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  /*photo gallery images*/
  .gallery1 {
    background-image: URL("../images/gallery1.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .gallery2 {
    background-image: URL("../images/gallery2.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .gallery3 {
    background-image: URL("../images/gallery3.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .contact {
    background-image: URL("../images/contact.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
  /*end of photo gallery images*/
  
  /*streaming audio image classes*/
  
  /*end of streaming audio image classes*/
  .folsomprisonblues {
    background-image: URL("../images/folsomprisonblues.jpg");
    background-repeat: no-repeat;
    background-position: center;
    }
  
  .jesusjustleftchicago {
  	background-image: URL("../images/jesusjustleftchicago.jpg");
    background-repeat: no-repeat;
    background-position: center;
    }
  
  .shapeimin {
  background-image: URL("../images/shapeimin.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .stormymonday {
  background-image: URL("../images/stormymonday.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .twosteps {
  background-image: URL("../images/twosteps.jpg");
  background-repeat: no-repeat;
  background-position: center;
  }
  
  .whiskeyrockaroller {
  background-image: URL("../images/whiskeyrockaroller.jpg");
  background-repeat: no-repeat;
  background-position: center;  
  }
  
  .worryworryworry {
   background-image: URL("../images/worryworryworry.jpg");
   background-repeat: no-repeat;
   background-position: center;
   }
   
   .curtis2 {
   background-image: URL("../images/curtis2.jpg");
   background-repeat: no-repeat;
   background-position: center;	
   }
   
   .dean2 {
   background-image: URL("../images/dean2.jpg");
   background-repeat: no-repeat;
   background-position: center;
   }
   
   .fullband {
   background-image: URL("../images/fullband.jpg");
   background-repeat: no-repeat;
   background-position: center;
   }
   
   .jimmy {
   background-image: URL("../images/jimmy.jpg");
   background-repeat: no-repeat;
   background-position: center;
   }
  
  /*image section ending*/
  
  /* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		/*border-top:1px solid #000;*/
		background-color: #120E0F;
	}
	
  
  #footer p {
		padding:10px;
		margin:0;
		color: #B8B7B7;
		font-family: helvetica, arial;
		font-size: 10px;
	}
	/* --> */