body {
  background: #FFF;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

#header_container {
  background: #1298FF url(images/header_container_bg.png);
}

#header {
  background: #1298FF url(images/header_bg.png);
  width: 1100px;
  margin: 0 auto;
  height: 280px;
  text-align: center;
}

#header h1, #header h2, #header h3 {
  margin: 0;
  font-weight: normal;
}

#header h2 {
  padding-top: 70px;
  color: #FFF;
  font-size: 32pt;
}

#header h3 {
  padding-top: 10px;
  color: #666;
  font-size: 16pt;
}

#logo {
  height: 200px;
  width: 200px;
  display: block;
  float: left;
  margin: 20px 19px 0 70px;
  background: transparent url(images/logo_bg.png);
  text-decoration: none;
}

#logo:hover {
  background-position: 200px 0;
}

#header h1 {
  display: none;
}

#navigation {
  clear: both;
  margin-left: 50px;
}

#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#navigation ul li {
  display: inline;
}

#navigation ul li .nav_text {
  display: none;
}

#navigation ul li a {
  background-repeat: no-repeat;
  background-position: -200px bottom;
  display: block;
  float: left;
  height: 61px;
  width: 200px;
}

#navigation ul li a:hover {
  background-position: -400px bottom;
}

#navigation ul li a:active, .current_page {
  background-position: 0 bottom !important;
}

#content_container {
  background: #FFF url(images/page_bg.png) repeat-y center top;
  width: 1100px;
  margin: 0 auto;
}

#content {
  margin: 0 auto;
  width: 1000px;
  background: #FFF;
}

#content div {
  padding: 1em;
}

#content div div {
  padding: 0;
}

#content h1, #content h2, #content h3, #content strong, #footer {
  color: #1298FF;
  font-weight: normal;
  /*font-family: serif;*/
}


#content h1 {
  border-bottom: #1298FF solid  1px;
}

#content a {
  color: #FF1C1C;
}

#content a:visited {
  color: #881C1C;
}

#content a:hover {
  background: #FF1C1C;
  color: #000;
  text-decoration: none;
}

#content dl dt {
  font-weight: bold;
}

#content td, #content th {
  text-align: center;
}

#content th {
  background: #CCF;
}

#content a img {
  border: 0;
}

#content .tickets_left {
  padding: 0.5em;
  background: #030;
  color: #FFF;
  font-size: 1.25em;
  text-align: center;
}

#content .tickets_left strong {
  font-weight: bold;
  color: #CFC;
}

#content .tickets_buynow {
  text-decoration: none !important;
  background: transparent url(images/buynow.jpg) !important;
  margin: 1em auto;
  display: block;
  width: 400px;
  height: 147px;
}

#content .tickets_buynow:hover {
  background-position: 400px 0 !important;
}

#content .buynow a {
  background-color: transparent;
}

#content .instock {
  color: #060;
  font-weight: bold;
}

#content .nostock {
  color: #600;
}

#content .map {
  text-align: center;
}

#content .date {
  color: #777;
  font-size: 0.9em;
}

#footer {
  text-align: center;
  padding: 1em;
}

/* Buttons */
#about_us_button {
  background-image: url(images/about_us.png);
}

#news_button {
  background-image: url(images/news.png);
}

#tickets_button {
  background-image: url(images/tickets.png);
}

#merchandise_button {
  background-image: url(images/merchandise.png);
}

#exhibitors_button {
  background-image: url(images/exhibitors.png);
}
