body {
  font-family: "Courier New", Courier, monospace;
  background: #fff url(img/wood.jpg);
  padding: 0px;
  margin: 0px;
}

/**********/
/*Ticket Order Page Style*/
/*********/

.ticket_list {
    list-style: none;
}

.ticket_list a  {
text-decoration:underline;
}

.ticket_list a:hover {
text-decoration:underline;
color:#CC0000;
}

	font-family: "Courier New", Courier, monospace;
	font-weight: 800;
	padding-left: 10px;
	padding-right: 10px;
	color:#330000
}
img { 
  padding: 0px;
  margin: 0px;
}

td {
	font-family: "Courier New", Courier, monospace;
}

th {
	font-family: "Courier New", Courier, monospace;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight:900;
	padding-left: 10px;
	color: #330000;
}

 .subhead {
	font-family: "Courier New", Courier, monospace;
	font-weight:900;
	padding-left: 10px;
	color: #330000;
	font-size: 18px;
}

 .content_main h2 {
	font-family: "Courier New", Courier, monospace;
	font-weight:900;
	padding-left: 10px;
	color: #330000;
	padding-top: 30px;
}


p  {
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}

.q {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	padding-left: 10px;
	padding-right: 10px;
	color: #330000;
}


.new {color:#990000;}


.left {float:left;}

.right {float:right;}

#container{
	background-color:#FFFFFF;
	width:800px;
	margin: 0px auto;
	padding: 0px;
}

 
  .content_main {
    width: 760px;
    margin: 20px;
	clear: both;
	padding-bottom: 10px;
 }
 
 
   .content_inner {
    width: 760px;
    margin: 20px;
	clear: both;
	padding-bottom: 10px;
	padding-top: 20px;
 }
 
    .content_slideshow {
    width: 760px;
    margin: 20px;
	clear: both;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 60px;
 }
 
 
   .sponsor_box {
    width: 760px;
    margin: 20px;
	clear: both;
	padding-bottom: 10px;
 }
 
 
  .photo_left {
  	float:left;
	padding-right: 20px;}
 
   .photo_right {
  	float:right;
	padding-left: 20px;}
 
   .tickets {
   padding-left: 20px;
   }
 
   .footer {
    width: 760px;
	height:auto;
    margin: 20px;
	clear: both;
	padding-bottom: 10px;
	text-align:center;
	font-weight: 900;
	font-size: 14px;
 }
 	.footer ul {
	list-style:none;
	}
 
 	.hotline {
	font-family: "Courier New", Courier, monospace;
	font-weight:900;
	font-size:18px;
	text-align:left;
	color: #330000;
}

 	.copyright {
	font-family: "Courier New", Courier, monospace;
	font-weight:900;
	font-size:14px;
	text-align:left;
	color: #330000;
}
 

 
 
  /******************/
 /* Main Nav Styles*/
/******************/
 
#nav_main {
	width: 800px;
}
 
#nav_main ul {
    /*margin:0;
    padding:0;*/
    list-style: none;
}

#nav_main li{
    float: left;
    margin:0;
    display: table;
	font-weight: 900;
	text-decoration:none;
	/*text-indent:-200000px;*/
}


#nav_main li#about a
{
	background:#FFF url(img/nav_img/nav_bg.png) bottom left repeat-x ;
	width:90px;	
	height: 25px;
	line-height: 25px;
	display: block;
	color:#330000;
	margin-left: 180px; /*about has larger left margin to wrap around logo */
	margin-top: -15px;
	text-align: center;
	border: #fff;
	/*padding: 10px;*/
	}

#nav_main li a
{
	background:#FFF url(img/nav_img/nav_bg.png) bottom left repeat-x ;
	width:110px;	
	height: 25px;
	line-height: 25px;
	display: block;
	color:#330000;
	margin-left: 10px;
	margin-top: -15px;
	text-align: center;
	text-decoration:none;
	float:left;
	border: #fff;
	/*padding: 10px;*/
	}

#nav_main li a:hover
{
 	text-decoration: underline;
}


  /******************/
 /* Sec Nav Styles */
/******************/
 
#nav_sec {
	width: 800px;
}
 
#nav_sec ul {
	list-style:none;	
	padding: 0px;
	margin: 0px;
}

#nav_sec li{

    float: left;
    margin:0;
    display: table;
	font-weight: 900;
	text-decoration:none;
	/*text-indent:-200000px;*/
}


#nav_sec li a
{
	background-position: left;
	background: url(img/scroll.png) no-repeat;
	padding-left: 20px;
	width:150px;	
	height: 25px;
	line-height: 25px;
	display: block;
	color:#300;
	margin-left: 10px;
	/*text-align: center; */
	text-decoration:none;
	float:left;
	border-left:#330000;
	border-top:#330000;
	border-right:#330000;
	font-size: 14px;
	}


#nav_sec li#local a
{
	margin-left: 265px; /*local has larger left margin to wrap around logo */
	color:#990000;
	font-size: 16px;
}



#nav_sec li a:hover
{
	text-decoration: underline;
}

a
{
	color:#330000
}

.bandname
{
	font-family: "Courier New", Courier, monospace;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
}

.bandname a
{
	text-decoration: none;
}

.bandname a:hover
{
	text-decoration: underline;
}


.italics
{
font-style:italic;
}

