html {
	height: 100%;
}
body {
	text-align: center;
	background: black url(../gfx/images/biglogo.jpg) top center no-repeat;
	color: white;
	font-family: "Verdana";
	height: 100%;
	border: 0;
	margin: 0;
}

th {
  text-align : center;
}

tr {
  width: 100%;
}

H1 {
	font-size: medium;
  margin: 5px 10px 0 10px;
  border-bottom: 1px dotted #f50;
}

H2 {
  font-size: small;
  border-bottom: 1px dotted #ff0;
  margin: 5px 10px 5px 10px;
  
}

H3 {
  border-left: solid #ddd 1px;
  border-right: solid #777 1px;
  border-top: solid white 1px;
  border-bottom: solid black 1px;
  margin: 0;
}

H3 a {
  font-size: small;
  color: black;
  text-decoration: none;  
  margin: 0 10px 0 10px;
  vertical-align: top;
}
p {
	font-size: small;
  margin-left: 15px;
  margin-right: 15px;  
}

#container {
	width: 600px;
	text-align: left;
	background: #333333;

  
	margin: 0px auto;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/	
}

label {
  font-size: small;
}

.content {
}

.endorsee {
	font-style: italic;
}

.sponsor {
	border: 10px #000;
}

.links {
	text-align: center;
}

.triggerbook {
  background: red;
  width: 600px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
	
}
.trigger {
  background: #eedd99;
  width: 600px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
}

.wrap {
  float: right;
}

#player {
  text-align: center;
}

#header {
  text-align: left;
  background: transparent;
  height: 100px;
}
#footer {
  text-align: center;
  background: #000;
}

#errors {
  border: 2px solid darkgoldenrod;
  color: darkgoldenrod;
  background: blanchedalmond;
  margin-left: 15px;
  margin-right: 15px;
  font-size: small;
}

ul {
  margin-left: 15px;
  margin-right: 15px;
}

img {
  vertical-align: top;
  margin: 1px;
}

table.gallery { 
  width: 100%; 
  border: 5px; 
}

table.gallery td {
  text-align: center;
}

table.plist {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid white;
}
table.plist th {
  font-size: medium;
  background: black;
}

table.plist td {
  font-size: smaller;
}

table.contactus {
  margin-left: 15px;
  margin-right: 15px;
  
}

.intermission {
  background: blanchedalmond;
  color: darkgoldenrod;
  text-align: center;
}