@charset "UTF-8";
body  {
	font: 100% Geneva, Helvetica, Arial, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#999999;
	font-size: .9em;
}
a {
	text-decoration:  none;
	border:  none;
	}
	
.twoColFixLtHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: ;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;/*JJ delete border when done????? */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 1em;
} 
.twoColFixLtHdr #header { 
	margin:  0;
	padding: 0;
	  /* this padding, 0 10px 0 20px matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header img {
	margin:  0;
	padding:  0;
	display:  block;
	}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding 10px 0 top right instead of margin will allow you to keep the element away from the edges of the div */
}	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 20px;
}
.twoColFixLtHdr #sidebar1 h3{
	color:  #993333;
	}
.twoColFixLtHdr #Nav {
	margin-top: 80px;
	margin-left: 30px;
	padding:  0px;
	}
.twoColFixLtHdr #Nav1 {
	margin-top: 100px;
	margin-left: 30px;
	padding:  0px;
	}

.twoColFixLtHdr #Nav ul, .twoColFixLtHdr #Nav1 ul {
	margin:  0;
	padding:  0;
	list-style:  none;
	}	
.twoColFixLtHdr #Nav li, .twoColFixLtHdr #Nav1 li {
	margin:  0;
	padding:  0;
	}
.twoColFixLtHdr #Nav a:link, .twoColFixLtHdr #Nav a:visited {
	margin:  0px;
	display:  block;
	padding:  .2em .2em;
	border:  none;
	font-size: 18px;
	font-family: Papyrus, Arial, Helvetica;
	text-decoration:  none;
	color:  #999999;
	} 

.twoColFixLtHdr #Nav a:hover {
	margin:  0px;
	display:  block;
	padding:  .2em .2em;
	border:  none;
	font-size: 18px;
	font-family: Papyrus, Arial, Helvetica;
	text-decoration:  none;
	color:  #FFFFFF;
	}
.twoColFixLtHdr #Nav a:active {
	margin:  0px;
	display:  block;
	padding:  .2em .2em;
	border:  none;
	font-size: 18px;
	font-family: Papyrus, Arial, Helvetica;
	text-decoration:  none;
	color:  #996666;
	}
.twoColFixLtHdr #Nav li a.current {
	color:  #996666;
	cursor: default;
	}
	/*Nav1 is not on home page but on all others!! main thing is different color menu bar!*/
.twoColFixLtHdr #Nav1 a:link, .twoColFixLtHdr #Nav1 a:visited {
	margin:  0px;
	display:  block;
	padding:  .2em .2em;
	border:  none;
	font-size: 18px;
	font-family: Papyrus, Arial, Helvetica;
	text-decoration:  none;
	color:  #663333;
	} 

.twoColFixLtHdr #Nav1 a:hover {
	margin:  0px;
	display:  block;
	padding:  .2em .2em;
	border:  none;
	font-size: 18px;
	font-family: Papyrus, Arial, Helvetica;
	text-decoration:  none;
	color:  #FFFFFF;
	}
.twoColFixLtHdr #Nav1 a:active {
	margin:  0px;
	display:  block;
	padding:  .2em .2em;
	border:  none;
	font-size: 18px;
	font-family: Papyrus, Arial, Helvetica;
	text-decoration:  none;
	color:  #999999;
	}
.twoColFixLtHdr #Nav1 li a.current {
	color:  #999999;
	cursor: default;
	}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.twoColFixLtHdr #mainContent a {
	color:  #663333;
	text-decoration:  none;
	}
.twoColFixLtHdr #mainContent a:visited {
	color: ;
	text-decoration:  none;
	}
.twoColFixLtHdr #mainContent a:hover {
	color: #FFFFFF;
	text-decoration:  none;
	}
/*maincontent2 is being used on the store page and recordings page i think and housing image and wimpy player*/	
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #999999;
	font-size:  .9em;
}
.twoColFixLtHdr #mainContent2 img{
	float:  left;
	border: thin solid #cccccc;
	margin: 0 30px 20px 0;
	}
/*maincontent3 is for the reviews page in order to float the image to the right and not left*/
.twoColFixLtHdr #mainContent3 {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #999999;
	font-size:  .9em;
}
.twoColFixLtHdr #mainContent3 img{
	float:  right;
	border: thin solid #cccccc;
	margin: 0 20px 20px 20px;
	}
.twoColFixLtHdr #mainContent2 p#paypalbutton {
	margin-top:  60px;
	margin-left:  0px;
	font-size:  1.1em;
	}
.twoColFixLtHdr #mainContent2 #cd1 {
}
.twoColFixLtHdr #mainContent2 p#wimpy {
}
/* the below 2 ids are for the recordings page, the above 2 cd1 and wimpy are on the store page.*/
.twoColFixLtHdr #mainContent2 #cd2 {
}
.twoColFixLtHdr #mainContent2 #wimpy2 {
}
.twoColFixLtHdr #mainContent2 #cd2image {
}
/*MainContent1 is not home page but other pages, may need to change the below settings*/
.twoColFixLtHdr #mainContent1 {
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #666666;
	font-size:  .8em;
}
.twoColFixLtHdr #mainContent1 img{
	float:  right;
	border: thin solid #666666;
	margin: 40px 40px 20px 20px;
	}
.twoColFixLtHdr #mainContent1 p #links {
	padding-top:  80px;
	font-size:  1.2em;
	}
.twoColFixLtHdr #mainContent1 p#links a{
	color:  #999999;
	text-decoration:  none;
	font-size:  1.2em;
	
	}
.twoColFixLtHdr #mainContent1 p#links a:hover {
	color:  #FFFFFF;
	text-decoration:  none;
	}
.twoColFixLtHdr #mainContent1 p#links a:active {
	color:  #996666:
	}
/*below a sets links for concerts page*/
.twoColFixLtHdr #mainContent1 p#concerts {
	padding-top:  30px;
	font-size: 1em;
	}
.twoColFixLtHdr #mainContent1 p#concerts a{
	color:  #999999;
	text-decoration:  none;
	font-size:  1.1em;
	}
.twoColFixLtHdr #mainContent1 p#concerts a:hover {
	color:  #FFFFFF;
	text-decoration:  none;
	}
.twoColFixLtHdr #mainContent1 p#concerts a:active {
	color:  #996666:
	}
.twoColFixLtHdr #mainContent1 p#pdflink a {
	font-family:	Papyrus, Arial, Helvetica;
	color:  #999999;
	text-decoration:  none;
	font-size:  1.1em;
	}
.twoColFixLtHdr #mainContent1 p#pdflink a:hover {
	color:  #FFFFFF;
	text-decoration:  none;
	}
.twoColFixLtHdr #mainContent1 p#pdflink a:active {
	color:  #996666:
	}
.twoColFixLtHdr #mainContent1 p#concerts2{
	font-size:  1.2em;
	}
.twoColFixLtHdr #mainContent p{
	padding-top: 20px;
	} 
.twoColFixLtHdr #mainContent p#pageonetext a {
	color: #996666;
	text-decoration: none;
	}
.twoColFixLtHdr #mainContent p#pageonetext a:visited {
	color:  #996666;
	text-decoration:  none;
	}
.twoColFixLtHdr #mainContent p#pageonetext a:hover {
	color:  #FFFFFF;
	}
.twoColFixLtHdr #mainContent p#pageonetext a:active {
	color:  #CCCCCC;
	}

.twoColFixLtHdr #footer {
	padding: 10px 10px; /* this padding 0 20px matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color: #999999;
	clear:  both;
	text-align: center;
	font-size:  .7em;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:  center;
}
.twoColFixLtHdr #footer a {
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFFFFF;
}
.twoColFixLtHdr #footer a:active {
	color: 996666;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
