@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #601c11;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


/* MY STUFF */

#footer {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	width: 780px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#hometext {
	font: 12px Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	width: 445px;
	margin-left: 160px;
}

#music {
	font: 14px Arial, Helvetica, sans-serif;
	color: #af8644;
	background: url(../buttons/SamplesBack.jpg) no-repeat;
	height: 200px;
	width: 750px;
	padding-top: 40px;
}

#music a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #af8644;
	text-decoration: none;
}

#music a:hover {
	font: 14px Arial, Helvetica, sans-serif;
	color: #af8644;
	text-decoration: underline;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h2 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #444444;
	padding: 1px 5px;
}

#shows {

}

#shows h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#shows h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 1px 5px;
}