#page { background-image: url(../images/calendarpage.jpg); }

#menu a {
  position: absolute;
  width: 130px; 
  height: 60px;
  top: 540px; 
  text-decoration: none;
  list-style: none;
  }

a#about { left: 200px; }
a#contact { left: 353px; }
a#press {left: 509px; }
a#tickets { left: 660px; }

#sponsorleft { 
	position: absolute; 
	left: 0px; 
	top: 460px; 
	width: 96px; 
	height: 140px; } 
	
#sponsorright {
	position: absolute;
	left: 96px;
	top: 439px;
	width: 96px;
	height: 161px;
}

#content { 
  position: absolute;
  width: 506px;
  height: 388px;
  left: 283px;
  top: 144px;
  overflow: auto;
}

#content table {
  position: relative;
  width: 99%;
  left: 1px;
  top: 1px;
  border-collapse: collapse;
}

#content thead {
  font-weight: bold;
  font-size: 0.9em;
}

#content tbody {
  font-size: 0.7em; 
}

#content th, td {
  border: 1px solid #000;
}

#content td ul { 
  list-style: none;
  padding-left: 0; 
}

#content td p {
  float:right;
  clear:both;
  margin-top:0;
}



#eventlist { 
  list-style: none;
  padding-left: 0;
  padding-bottom: 200px;
}

#eventlist li { 
  padding-top: 0.5em;
  padding-bottom: 1em; 
  border-top: 1px dashed #000;
  clear: both;
}

#eventlist img { border:0; }

#eventlist img#cover {
  float:right; 
  clear: right;
  width: 200px;
  border: 1px solid #000;
  margin-bottom: 5px;
}

#eventlist a#tickets { font-weight: bold; font-size:1.25em; }
