body {
  background: #353132;
  font: 12px normal Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
.content {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
a {
  color: #46658C;
}
hr {
  border-top: none;
  border-bottom: solid 1px #999;
  margin-bottom: 16px;
  clear: both;
}
img {
  border: none;
}
/*

Head

*/

#head {
  height: 180px;
}
.head-logo {
  position: absolute; top: 0px; left: 0px;
}
.head-photo {
  position: absolute;
  top: 0px;
  left: 570px;
  width: 294px;
  height: 240px;
  background: url(images/head-index.jpg);
}
.head-tickets {
  position: absolute; top: 120px; left: 380px;
}
/*

Nav

*/

#nav {
  background: #ca75b9;
  height: 24px;
}
#nav .content {
  padding: 0 8px;
}
#nav a {
  font-size: 14px;
  line-height: 24px;
  padding-right: 16px;
  color: #353132;
  text-decoration: none;
}
#nav a:hover {
  color: #544d4f;
}

/*

Body

*/

#body {
  background: #fff;
  min-height: 400px;
}
#body .content {
  padding: 8px;
}
#body h1 {
  font-size: 24px;
  margin: 16px 0;
  color: #353132;
}
#body h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #bd3095;
  margin: 4px 0;
}
#body h4 {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
#body h2 {
  font-size: 18px;
  margin: 14px 0;
  color: #bd3095;
  padding-bottom: 4px;
}
#body h2 a {
  color: #bd3095;
  text-decoration: none;
}
#body h2 a:hover {
  color: #bd3095;
  text-decoration: underline;
}
#body td {
  font-size: 14px;
}
#body p, #body li {
  color: #444;
  font-size: 14px;
  line-height: 28px;
}
#body ul {
  margin-left: 20px;
  padding-left: 0px;
}
#body li {
  line-height: 22px;
}
#body .more {
  font-size: 14px;
  float: right;
  margin: 14px 0;
}

/*

Index

*/

#index {
  width: 100%;
  padding: 0;
  border-spacing: 0px;
  border-collapse: collapse;
}

#index td {
  width: 33%;
  padding: 0;
  padding-right: 16px;
  vertical-align: top;
}
#index h2 {
  border-bottom: solid 1px #999;
}
.photo {
  background: url(images/index-frame.png) no-repeat left top;
  width: 300px;
  height: 200px;
}
.photo img {
  margin: 8px 0 0 8px;
}
.sponsor {
  float: right;
  width: 180px;
  text-align: center;
}
.sponsor-image {
  display: block;
  margin: 10px auto;
}
.sponsor-name {
  display: block;
  margin: 10px auto;
  margin-top: 0;
}
/*

Foot

*/

#foot {
  color: white;
}
#foot .content {
  padding: 16px 0;
}
#foot a {
  color: #ca75b9;
  text-decoration: none;
  padding-left: 8px;
}
#foot a:hover {
  color: #eb88d7;
}

/* ------- added by Reid 8/3/09 for display of sponsor logos ------ */
#sponsorlogos {
	padding: 0px 0px 10px 70px;
	}
#sponsorlogos img {
	margin: 0px 20px 0px 20px;
	}
#body #sponsorlogos h2 {
	text-align:center;
	border-bottom: 1px solid #999;
		}
a.sponsorlink {
	display: block;
	float: right;
	clear: right;
	width: auto;
	}
a.sponsorlink img {
	margin: 0px 20px 20px 0px;
	}
