body {
	background-color: #000000;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/layout/bk.gif);
	background-repeat: repeat;
}
#announcements {
	font-size: 12px;
	text-align: left;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.ticketboxeslink {
	color: #000000;
}
#container #maincontent #maintext .yellowpackage a {
	color: #000000;
	font-weight: bold;
	font-size: 13px;
}
#container #maincontent #maintext .redpackage a {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#container #maincontent #maintext .greenpackage a {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#container #maincontent #maintext .purplepackage a {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}


.ticketboxeslink a {
	color: #000000;
}

.ticketboxeslink a:hover {
	color: #000000;
}
#announcements ul {
	text-align: left;
	padding-left: 20px;
}
#announcements li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#announcements a {
	color: #FFCC00;
	text-decoration: none;
}
#announcements a:hover {
	color: #E02B32;
	text-decoration: none;
}


.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3C3C3C;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3C3C3C;
}

#announcements h2 {
	font-size: 14px;
	color: #FFCC00;
	margin-bottom: 10px;
}


#container {
	background-image: url(images/layout/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}


* {margin:0; padding:0;}

.hbuttons {
	margin-bottom: 3px;
} 
.hbuttons a{
	display: inline;
	text-decoration: none;
	color: #FFFFFF;
	width: 90px;
	height: 20px;
	float: left;
	display: inline;
	margin-right: 0px;
	padding-top: 8px;
	text-align:center;
	font-weight: bold;
	padding-bottom: 8px;
	text-transform: none;
	font-size: 0.75em;
	background-image: url(images/mainnav/down2.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}


.hbuttons a:hover{
	background-color: #090909;
	color: #FFFFFF;
	background-image: url(images/mainnav/overstate.jpg);
	background-repeat: no-repeat;
}
.headingbground {
	background-image: url(images/layout/headingbg_blk.gif);
	background-repeat: repeat-x;
	height: 25px;
}
.headingbground h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
	width: auto;
	margin-top: 4px;
}
.headingbground div {
	float: left;
}
#newsletter {
	font-size: 11px;
	padding-left: 5px;
}
#newsletter  td {
	padding-bottom: 5px;
}

#concerts img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#concerts {
	background-color: #000000;
}

#concerts h3 {
	font-size: 12px;
	color: #FBEE01;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #840A0A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(images/layout/headingbg_red.gif);
	background-repeat: repeat-x;
}

#maincontent {
	background-color: #000000;
}

#footernav{
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-right: 100px;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footernav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#footernav ul{
	text-indent: 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 10px;
}

#footernav ul li{
	display: inline;
}

#footernav ul li a{
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footernav ul li a:visited{
color: #999999;
} 

#footernav ul li a:hover{
	color: #770909;
}
.footerborder {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #333333;
}

#copyright{
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 100px;
	margin-left: 100px;
}
#maintext p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	white-space: normal;
}
#maintext ol {
	font-size: 12px;
	list-style-position: inside;
}

#maintext h1 {
	color: #FFCC33;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}
#maintext {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
}
#maintext a {
	color: #FFFFFF;
}

#footernav2{
	font-weight: normal;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00FF66;
	margin-right: 100px;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footernav2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#footernav2 ul{
	text-indent: 10px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 10px;
}

#footernav2 ul li{
	display: inline;
}

#footernav2 ul li a{
	color: #999999;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#footernav2 ul li a:visited{
color: #999999;
} 

#footernav2 ul li a:hover{
	color: #770909;
}
#picturesmain {
	margin: 10px;
	font-size: 12px;
}

#picturesmain a {
	color: #FFCC33;
	text-decoration: none;
}
 #picturesmain a:hover { color:#860a0a;}
 
 #picturesnav {
	margin: 10px;
	font-size: 12px;
}
#picturesnav a {
	color: #FFCC33;
	text-decoration: none;
}
 #picturesnav a:hover { color:#860a0a;}

#eventsmain {
	margin: 10px;
	font-size: 12px;
}

#eventsmain a {
	color: #FFCC33;
	text-decoration: none;
}
 #eventsmain a:hover { color:#860a0a;}
 
 #eventsnav {
	margin: 10px;
	font-size: 12px;
}
#eventsmain td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#eventsmain ol {
	list-style-position: inside;
}


#eventsnav a {
	color: #FFCC33;
	text-decoration: none;
}
 #eventsnav a:hover { color:#860a0a;}
#gallery td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#maintext h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
.media_blocks {
	margin-left: 10px;
}
.media_blocks p {
	font-size: xx-small;
}
#maintext h4 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	color: #FFCC00;
}
.bold {
	font-weight: bold;
}
#buytickets {
	background-image: url(images/ticketsales/lvmf09v3.jpg);
	height: 200px;
	width: 650px;
	background-repeat: no-repeat;
}

#buyticketscmf09 {
	background-image: url(images/ticketsales/cmfptf09.jpg);
	height: 275px;
	width: 650px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

#buyticketsvicente {
	background-image: url(images/ticketsales/vicente.jpg);
	height: 200px;
	width: 650px;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
.seatingchart {
	margin-bottom: 5px;
	margin-top: 20px;
}
.seatingchart a {
	color: #FFF000;
	font-weight: bold;
}
.seatingchart p {
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 20px;
}
.redborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CE1D47;
}
.leftmargin {
	margin-left: 20px;
}
.yellowpackage {
	background-color: #FFCC00;
	margin: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.redpackage {
	background-color: #FF0000;
	margin: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.greenpackage {
	background-color: #99CC33;
	margin: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.purplepackage {
	background-color: #7B5CDE;
	margin: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tequilaticktes {
	background-color: #8D167C;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 5px;
	text-align: center;
}
.pollstyle {
	text-align: left;
}
.pollstyle a {
	color: #FFFFFF;
}
#container #maincontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #maincontent #concerts2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#container #maincontent #concerts2 a:hover {
	color: #E2C511;
	text-decoration: none;
}
