@charset "utf-8";
html {
	min-height: 101%;
	color: #000000;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-position:center;
	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: #000000;
	background-color: #000000;	
}
.main #container {
	width: 981px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	color: #FFFFFF;
	background-color: #000000;
	height: auto;
	overflow: hidden;
	visibility: visible;
} 
.main #nav {
	background-color: #000000;
	height: 22px;
	width: 984px;
	z-index: auto;
	margin-bottom: 3px;
	margin-top: -1px;
}
.main #container #mainContent #header_box {
	float: none;
	height: 68px;
	width: 870px;
	background-image: url(main%20content/header_text_box_bg.gif);
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0;
}
.main #container #mainContent_instru #header_box {
	float: none;
	height: 68px;
	width: 870px;
	background-image: url(main%20content/header_text_box_bg.gif);
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0;
}
.main #container #mainContent_contact #header_box {
	float: none;
	height: 68px;
	width: 870px;
	background-image: url(main%20content/header_text_box_bg.gif);
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0;
}
.main  #container  #mainContent  #header_box  #box_text {
	float: left;
	height: 39px;
	width: 129px;
	margin-top: 15px;
	margin-left: 10px;
}
.main  #container  #mainContent_instru  #header_box  #box_text {
	float: left;
	height: 39px;
	width: 129px;
	margin-top: 15px;
	margin-left: 10px;
}
.main  #container  #mainContent_contact  #header_box  #box_text {
	float: left;
	height: 39px;
	width: 129px;
	margin-top: 15px;
	margin-left: 10px;
}


.main #header {
	padding-bottom: 1px;	
} 
.main /* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/
 #sidebar1 {
	float: left;
	width: 101px;
	position: absolute;
	height: 100%;
	background-image: url(side_bar/background/bg_1.gif);
	background-repeat:repeat;
	
}
.main #sidebar3 {
	float: left;
	width: 104px;
	position: absolute;
	height: 100%;
	background-color:#333333;
	background-repeat:repeat;
}
.main #sidebar_lft_index {
	float: left;
	height: 609px;
	width: 29px;
	z-index: +10;
}
.main #container #sidebar_rt_index {
	float: right;
	height: 609px;
	width: 29px;
}
.main  #container #index_text_bg {
	height: 181px;
	width: 757px;
	float: left;
	z-index: +2;
	background-image: url(index_main_content/text_block_bg.jpg);
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	
}
.main  #container  #index_text_bg  #text  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	height: 129px;
	width: 650px;
	z-index: 2;
	font-weight: bold;
	margin-top: 16px;
	margin-left: 60px;
}
.link_nav {
	float: left;
	height: 25px;
	width: 500px;
	margin-left: 15px;
}


.main #container #index_pic1_lft {
	position: absolute;
	height: 377px;
	width: 603px;
	left: 30px;
	top: 405px;
	z-index: 0;
	overflow: auto;
}
.main #container #index_pic2_rt {
	position: absolute;
	height: 188px;
	width: 114px;
	top: 200px;
	right: 30px;
	z-index: 0;
	float: right;
}
.main #container #index_pic2_2_rt {
	position: absolute;
	height: 411px;
	width: 256px;
	top: 388px;
	right: 30px;
	z-index: 0;
	float: right;
}





.main 
 #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 880px;
	float: right;
	margin-bottom: 0px;
	background-color: #333333;
	left: 1px;
	top: 0px;
	margin-top: 0px;
	min-height: 600px;
	font-size: 12px;
} 

 #mainContent_instru {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 880px;
	float: right;
	margin-bottom: 0px;
	background-color: #333333;
	left: 1px;
	top: 0px;
	margin-top: 0px;
	
}
.main #container #mainContent #shows {
	background-color: #535050;
	width: 850px;
	height: 160px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	
}
.main #container #mainContent #open_mics {
	background-color: #e3e3e3;
	width: 850px;
	height: 98px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	
}
.main #container #mainContent #open_mics #info_pic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 96px;
	width: 80px;
	font-style: italic;
	margin-left: 10px;
	margin-top: 4px;
} 
.main #container #mainContent #open_mics #div_line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 75px;
	width: 2px;
	font-style: italic;
	margin-left: 5px;
	margin-top: 28px;
	background-image: url(open_mics/div_line.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
} 

.main #container #mainContent #open_mics #name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 150px;
	margin-left: 10px;
	color: #000000;
	margin-top: 35px;
}
.main #container #mainContent #open_mics #loca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left;
	height: 55px;
	width: 200px;
	margin-left: 10px;
	color: #000000;
	margin-top: 35px;
}
.main #container #mainContent #open_mics #dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 55px;
	width: 150px;
	margin-left: 10px;
	color: #000000;
	margin-top: 35px;
}
.main #container #mainContent #open_mics #link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	height: 25px;
	width: 150px;
	margin-left: 10px;
	color: #000000;
	margin-top: 35px;
}

.main #container #mainContent #shows #info_pic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	height: 150px;
	width: 150px;
	font-style: italic;
	margin-left: 10px;
	margin-top: 4px;
} 
.main #container #mainContent #shows #info_date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 15px;
	width: 250px;
	font-style: italic;
	margin-left: 10px;
	margin-top: 15px;
}
.main #container #mainContent #shows #info_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC66;
	float: left;
	height: 20px;
	width: 600px;
	margin-left: 30px;
	margin-top: 25px;
}
.main #container #mainContent #shows #info_location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	float: left;
	height: 20px;
	width: 600px;
	margin-left: 40px;
	margin-top: 5px;
}
.main #container #mainContent #shows #info_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 15px;
	width: 250px;
	font-style: normal;
	margin-left: 40px;
	margin-top: 10px;
} 
.main #container #mainContent #acts {
	background-color: #535050;
	width: 850px;
	height: 178px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
}

.main #container #mainContent #acts #info_pic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 150px;
	width: 150px;
	font-style: italic;
	margin-left: 27px;
	margin-top: 15px;
} 
.main #container #mainContent #acts #info_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC66;
	float: left;
	height: 20px;
	width: 550px;
	margin-left: 30px;
	margin-top: 35px;
	margin-right: 0px;
	
}

.main #container #mainContent #textinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	float: left;
	height: 40px;
	width: 500px;
	margin-left: 5px;
	margin-top: 13px;
	margin-right: 0px;
	display: inline;
	
}
.main  #container  #mainContent  #mus_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	height: 15px;
	width: 95px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	font-style: italic;
	text-align: right;
	
}
.main  #container  #mainContent  #mus_head_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	float: left;
	height: 40px;
	width: 500px;
	margin-left: 5px;
	margin-top: 13px;
	margin-right: 0px;
	display: inline;
	
}
.main #container #mainContent #repairs {
	background-color: #DBD4C4;
	width: 850px;
	height: 125px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.main #container #mainContent #repairs #logo {
	float: left;
	height: 50px;
	width: 150px;
	margin-top: 10px;
	margin-left: 15px;
}
.main #container #mainContent #repairs #desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 50px;
	width: 700px;
	margin-top: 10px;
	margin-left: 35px;
	clear: left;
	font-size: 11px;
	color: #000000;
}
.main   #container   #mainContent   #repairs   #name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 25px;
	width: 250px;
	padding-left: 10px;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	text-align: left;
}
.main #container #mainContent #repairs #link {
	float: left;
	height: 25px;
	width: 200px;
	margin-right: 0px;
	margin-top: 20px;
	margin-left: 30px;
}




.main #mainContent_contact {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 981px;
	margin-bottom: 0px;
	background-color: #333333;
	left: 1px;
	top: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 0px;

}

.main #container #mainContent td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}


.main #container #mainContent tr h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.main #container #mainContent td h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.main #container #mainContent table {
	margin-top: 20px;
	background-color: #f0eaea;
	padding: 0px;
	top: 0px;
	margin-bottom: 20px;
}
.main #container #mainContent_instru table {
	margin-top: 20px;
	background-color: #333333;
	padding: 0px;
	top: 0px;
	margin-bottom: 20px;
}

#mainContent_disclaim {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 954px;
	float: none;
	margin-bottom: 0px;
	background-color: #000000;
	position: relative;
	left: 1px;
	top: 0px;
	z-index: 0;
	font-size: 9px;
	min-height: 400px;
} 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: underline;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	text-align: center;
}
.main #name {
	font-size: 16px;
	font-weight: 800;
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: none;
	
}

.main #mainContent #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	overflow: visible;
	position: relative;
	left: 10px;
	top: 25px;
	right: 10px;
	width: 850px;
	bottom: 10px;
	padding-bottom: 0;
	float: left;
	margin-top: 15px;
	margin-bottom: 20px;
	word-spacing: 5px;
	text-align: center;
}
.main #container #mainContent #text p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.main #container #sidebar1 #instr_pics {
	height: 242px;
	width: 143px;
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0px;
}


.main  #footer {
	background:#b39151;
	position: relative;
	top: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
	width: 981px;
	margin: auto;
	} 
.main  #footer  p  {
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 0px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}


/* Miscellaneous classes for reuse */
.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;
}
p a:link{
	color: #000000;
	text-decoration:underline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p a:visited{
	color: #000000;
	text-decoration:underline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p a:hover, p a:active{
	color:#843411;
	text-decoration:underline;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
P {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

td#desc {
	text-align: left;
}
.main #desc {
	text-align: left;
}
td a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
td a:visited{
    font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}

td a:hover, td a:active{
	font-family: "Times New Roman", Times, serif;
	color:#FF0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: 1px;
}

a:visited{
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
	letter-spacing: 1px;
}
a:hover, td a:active{
	font-family: "Times New Roman", Times, serif;
	color:#FF0000;
	font-size: 13px;
	font-weight: bold;
	text-decoration:underline;
	letter-spacing: 1px;
}
.column {
	float: left;
	height: 225px;
	width: 150px;
	margin-left: 100px;
	text-align: left;
	 
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	margin-top: 25px;
}
.column_middle {
	float: left;
	height: 225px;
	width: 150px;
	margin-left: 25px;
	padding-bottom: 35px;
	 
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.column_right {
	float: left;
	height: 225px;
	width: 150px;
	margin-left: 25px;
	padding-bottom: 35px;
	 
	margin-top: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.main #mainContent #contact_form {
	width: 545px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 65px;
	float: left;
}
.main    #container    #mainContent    #contact_text      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	height: 50px;
	width: 450px;
	margin-top: 25px;
	margin-left: 65px;
	text-align: left;
}
