

#container {
	margin: 0px;
	width: 850px;
	border: none;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}


body {
	background-color:#F0F0F0;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	color:#000000;
	height: 100%;
}
.poem {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
}


.nav {
	width: 850px;
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;

}

.heading {
font-size: 22px;
font-family: Palatino, Times New Roman, serif;
font-weight: bold;

}


/* the black box */
.mainContent {
	background-color:#000000;
	width: 850px;
	min-height: 600px;
	height:auto;
	color: #FFFFFF;
	padding-top: 5px;
}


* html .mainContent {
	height: 600px;
}




a:link {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}



.mainContent a:link {
	color: #DBDD70;
	font-weight:bold;
	text-decoration: none;
}

.mainContent a:visited {
	color: #DBDD70;
	font-weight:bold;
	text-decoration: none;
}

.mainContent a:hover {
	color: #DBDD70;
	font-weight:bold;
	text-decoration:underline;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.heading3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}


a:hover {
	color: #740101;
	font-weight:bold;
	text-decoration:underline;
}


.youarehere {
	color: #740101;
	font-weight:bold;
}

.footer {
	text-align:right;
	width: 850px;
	padding-top: 2px;	
	}
	
.content {
	padding-left:25px; 
	padding-right:25px;
}

.dvdPurchase{

	padding-left:100px; 
	padding-right:25px;


}

.imgLeft {
	margin-right: 15px;
	margin-bottom: 2px;
	margin-top: 5px;

}.photoCredit {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
}


.dvd {
	border: thin solid #666666;

}

.submitBtn {
  color: #000000;
  background: #DBDD70;
  font-weight: bold;
  border: 1px solid #FFFFFF;
}

.submitBtn:hover {
  color: #DBDD70;
  background: #000000;
  cursor: pointer; /* cursor: hand; for IE5 */

}


.participantImg {
	border: thin solid #333333;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-top: 5px;
}
