/*The Global Reset as written by Eric Meyer*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
        font-family: arial;
}
body {
	line-height: 1;
        background-color: #ffffff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/* My Global Settings */


div#page-wrap {
   width: 900px;
   margin: 0 auto;
}

.clear {
  clear: both;
}





/* Menu Stuff */

div#menu-wrap {
  width: 900px;
  height: 91px;
  background: url(images/MenuBack.png) repeat-x 0 0;
  position: relative;
}


div#menu-wrap a {
color:#FFFFFF;
}

div#menu-wrap a:hover {
color:#B6B309;
}



/*MENU-WRAP*/

div#menu-wrap ul {
  float:right;
  padding: 40px 80px 0 0;
}

div#menu-wrap li {
  float: left;
  padding-left: 39px;
}

div#menu-wrap a {
  color: #ddded0;
  text-decoration: none;
  font-size: 12px;
}



/*HEADER*/

div#header {
 background: url(images/header.jpg) no-repeat 0 0;
 height: 252px;
 width: 900px;
}




/*BODY-WRAP*/

div#body-wrap {
  width: 900px;
  background: #fff url(images/body_back.png) repeat-x 0 0;
  padding: 0 0 17px 0;
}





/*INFO-WRAP*/

div#info-wrap {
  width: 805px;
  padding: 75px 0 0 20px;
  float: left;
}

div#info-wrap h2 {
  color: #b30b0b;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  font-size: 20px;
}

div#info-wrap h3 {
  color: #f24e29;
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
    line-height: 20px;
}

div#info-wrap h4 {
  color: #b30b0b;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #73266e;
  font-weight: bolder;
}

div#info-wrap ul {
  list-style-type: square;
  padding: 0 0 10px 10px;
}

div#info-wrap li {
  font-size: 10px;
  padding-top: 5px;
}

div#info-wrap img {
  float: left;
  padding: 15px 15px 15px 15px;
}

div#info-wrap p{
  font-size: 12px;
  color: #636363;
  line-height: 17px;
  padding-bottom: 15px;
}

div#info-wrap a{
  font-size: 13px;
  text-decoration: none;
  color: #73266e;
  font-weight: bold;
  
}

.bold {
font-weight: bold;
color: #2c2c2c;
margin-right: 10px;
}

.sponsor {
font-family: Verdana;
font-size: 15px;
font-weight: bold;
color: #000;
}


/*INDEXINFOR-WRAP*/

div#indexinfo-wrap {
  width: 805px;
  padding: 75px 0 0 20px;
  float: left;
}

div#indexinfo-wrap h2 {
  color: #b30b0b;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  font-size: 25px;
}

div#indexinfo-wrap h3 {
  color: #f24e29;
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
    line-height: 20px;
}

div#indexinfo-wrap h4 {
  color: #000;
  font-size: 12px;
  padding-top: 15px;
  font-weight: bold;
  line-height: 20px;
}

div#indexinfo-wrap ul {
  list-style-type: square;
  padding: 0 0 10px 10px;
}

div#indexinfo-wrap li {
  font-size: 12px;
  padding-top: 5px;
}

div#indexinfo-wrap img {
  float: left;
  padding: 15px 0 15px 0;
}

div#indexinfo-wrap p{
  font-size: 12px;
  color: #636363;
  line-height: 17px;
  padding-bottom: 5px;
}

div#indexinfo-wrap a{
  font-size: 13px;
  text-decoration: none;
  color: #73266e;
  font-weight: bold;

}

.bold {
font-weight: bold;
color: #2c2c2c;
margin-right: 10px;
}

.hilite {
  color: #000;
  padding: 25px 0 0 25px;
}

.small{
  font-size: 9px;
  color: #636363;
  float: right;
}

/*CENTER*/
div#center img{
padding: 50px 0 0 270px;
}




/*CONCERT*/
div#concert {
  background-color: #fff;
  width: 805px;
}

div#concert h3{
  color: #f24e29;
  font-size: 18px;
  padding-bottom: 5px;
  text-transform: uppercase;
  line-height: 20px;
}

div#concert h4{
  color: #000;
  font-size: 16px;
  padding-top: 15px;
  font-weight: bold;
  line-height: 20px;
}

div#concert p{
  font-size: 14px;
  color: #636363;
  line-height: 17px;
  padding-bottom: 5px;
}

div#concert a{
  font-size: 14px;
  text-decoration: none;
  color: #73266e;
  font-weight: bold;
}




/*LINEUP*/
div#lineup-wrap {
  width: 805px;
  margin: 15px 0 35px 15px;
  float: left;
  background: #fff;
}

div#lineup-wrap img {
  padding-left: 150px;
}


/*SIDE-BAR*/

div#side-bar {
  width: 213px;
  float: right;
  margin: 25px 27px 17px 0;
}





/*social WRAP*/
div#social-wrap {
  width: 900px;
  height: 50px;
  background-color: #fff;
}

div#social-wrap a{
  text-decoration: none;
  color: #000;
}

div#social-wrap img{
  float: left;
  padding-right: 30px;
}



/*FOOTER*/

div#footer {
  width: 900px;
  height: 70px;
  background-color: #b5b5b5;
  border-top: 1px solid #ccc;
  position: relative;
}
 .accent {
  color:#73266e;
  padding-right:10px;
 }


div#footer a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}

div#footer p {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  float: right;
  padding: 20px 190px 0 0;
}

.design {
  color: #7e7e7e;
  text-transform: lowercase;
  font-size: 9px;
  float: right;
  margin-right: 250px;
}



