* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
  background: #f58426 url(images/background2.jpg) top left no-repeat;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  height: 146px;
  width: 598px;
}

#nav ul {
  position: absolute;
  top: 160px;
  left: 148px;
  list-style: none;
}

#nav li {
  display: inline;
  text-transform: uppercase;
}

#viewall {
  position: absolute;
  top: 174px;
  left: 60px;
  width: 70px;
  cursor: pointer;
}

#affiliates {
  position: absolute;
  top: 254px;
  left: 60px;
  width: 70px;
}

#affiliates a {
  display: block;
}

#left {
  position: absolute;
  top: 180px;
  left: 148px;
  width: 450px;
}

#left h2 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 95px;
  text-align: center;
  text-transform: uppercase;
  color: #c60c46;
  background: transparent;
}

#left p {
  margin: 0 20px 14px 20px;
  text-align: justify;
}

#genres {
  height: 68px;
  width: 450px;
  background: #f58426 url(images/genres.gif) top left no-repeat;
}

#rock {
  float: left;
  height: 19px;
  width: 131px;
  cursor: pointer;
}

#coffee {
  float: left;
  height: 19px;
  width: 153px;
  cursor: pointer;
}

#dance {
  float: left;
  height: 19px;
  width: 166px;
  cursor: pointer;
}

#tribute {
  float: left;
  height: 17px;
  width: 68px;
  cursor: pointer;
}
#tributethumbs li {
	margin-left: 20px;
	list-style-type: none;
}

#jazz {
  float: left;
  height: 17px;
  width: 90px;
  cursor: pointer;
}

#world {
  float: left;
  height: 17px;
  width: 171px;
  cursor: pointer;
}

#variety {
  float: left;
  height: 17px;
  width: 121px;
  cursor: pointer;
}

#soul {
  float: left;
  height: 22px;
  width: 160px;
  cursor: pointer;
}

#national {
  float: left;
  height: 22px;
  width: 290px;
  cursor: pointer;
}

#genrethumbs {
	width: 430px;
	margin-top: 18px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

span.thumb img {
  margin: 5px;
  vertical-align: bottom;
}

#contact {
  margin: 20px 0 0 0;
}

#contact p {
  text-align: center;
}

#right {
  position: absolute;
  top: 180px;
  left: 610px;
  width: 336px;
}

#right h4 {
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 2em;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
  color: #c60c46;
  background: transparent;
}

#whatshappening {
  margin: 0 18px 0 18px;
  width: 300px;
  text-align: justify;
}

#tours {
  margin: 18px 18px 0 18px;
  width: 300px;
  text-align: left;
}

#reginputs label {
  display: block;
  margin: 10px 20px;
}

#reginputs input {
  margin: 0 30px;
  width: 300px;
}

#reginputs textarea {
  margin: 0 30px;
  height: 120px;
  width: 350px;
}

#submitbutton {
  width: 350px;
  margin: 10px 30px;
  text-align: center;
}

.tool-tip {
  background-color: #fff;
  z-index: 10000;
  opacity: .80;
  filter: alpha(opacity=80);  
}

.tool-text {
	display: block;
	padding: 5px;
	font-weight: normal;
	font-size: 1em;
	color: #c60c46;
	text-align: center;
}
.reciprocal {
	text-indent: -9999px;
	display: inline;
	float: left;
}
