@charset "utf-8";
body  {
	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: #FFF;
	background-color: #191919;
	background-repeat: repeat;
	background-image: url(images/bkgrnd.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.thrColFixHdr #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #060606;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-repeat: no-repeat;
	background-position: center 220px;
	background-image: url(images/Guitar.jpg);
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding 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. */
	margin: 0px;
	background-color: #DDDDDD;
	height: 228px;
	background-image: url(images/header_image.jpg);
} 
.thrColFixHdr #sidebar1 {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 200px;
	background-image: url(images/main_content_background.png);
}

h1 {
	font-size: 130%;
	font-style: italic;
	float: right;
	margin-top: 138px;
	margin-left: 0px;
	margin-right: 70px;
	font-weight: normal;
}
#container #header p {
	float: right;
	clear: right;
	margin-right: 70px;
	font-style: italic;
	margin-top: 0px;
}

h2 {
	font-size: 100%;
	font-style: italic;
}

.thrColFixHdr #mainContent {
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 260px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
} 
#container #nav ul li {
	list-style-type: none;
	display: inline;
	margin-right: 22px;
	padding: 0px;
	margin-top: 5px;
}
#container #nav ul {
	margin-top: -5px;
	padding-top: 10px;
	margin-right: 30px;
	float: right;
	padding-bottom: 0px;
}
#container #nav {
	background-color: #333;
	display: block;
	width: 955px;
	margin: 0px;
	font-style: italic;
	float: right;
	font-size: 95%;
	padding: 0px;
}
#container #nav ul li a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#container #nav ul li a:hover {
	text-decoration: none;
	color: #999;
	margin: 0px;
	padding: 0px;
}


#container #mainContent h4 {
	font-size: 100%;
	font-style: italic;
}

h3 {
	font-size: 100%;
	font-style: italic;
}


.thrColFixHdr #footer {
	background-color: #000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 90%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #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;
	color: #999;
}
#container #footer ul {
	text-align: center;
}
#container #footer ul li a {
	color: #999;
	text-decoration: none;
}
#container #footer ul li a:hover {
	color: #FFF;
}


.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;
}
a {
	color: #FFF;
}
.bold {
	font-size: 97%;
	font-weight: bold;
	font-style: italic;
}
#form1 .formLabel {
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 0px;
	WIDTH: 150px;
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-TOP: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
#form1 INPUT {
	WIDTH: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: both;
}
#form1 TEXTAREA {
	WIDTH: 300px
}
#form1 #submit {
	WIDTH: 100px;
	DISPLAY: block;
	FLOAT: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#form1 {
	TEXT-ALIGN: center;
	PADDING-BOTTOM: 10px;
	PADDING-LEFT: 0px;
	WIDTH: 500px;
	PADDING-RIGHT: 20px;
	PADDING-TOP: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 0px;
}
#form1 label select{
	float: left;
	margin-left: 20px;

}
#container #mainContent #FlashID {
	margin-left: 125px;
}
#container #mainContent ul {
	float: left;
	width: 250px;
	clear: none;
}
#container #mainContent #bands {
	width: 570px;
}

#container #footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}
