body {
	background-color:#646464; 
	background-image: url(../index_files/bodybackground.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}



#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:730px;
}




#backbutton {
	position:relative;
	margin: 30px 0px 30px 10px;
  background-image:url(../index_files/backarrow.gif);
  background-position:left;
  background-repeat:no-repeat;
}


.backbuttontext a {
  position:relative;
	font: bold 24px helvetica,arial, sans-serif;
	margin: 0px 0px 0px 20px;
  text-decoration: none;} 

.backbuttontext a:link {color: #d1d1d1;}     /* unvisited link */
.backbuttontext a:visited {color: #d1d1d1;}  /* visited link */
.backbuttontext a:hover {color: orange}   /* mouse over link */
.backbuttontext a:active {color: red}   /* selected link */


#title {
	position:relative;
	font: bold 60px arial;
	height: 60px;
	width:730px;
	background-color: #f5f5f5;
	top: 0px;
}

#maintitle {
	position:absolute;
	font: bold 60px arial;
	color: #737373;
	margin: -13px 0px 0px 28px;
}

#titledate {
	position:absolute;
	font: bold 18px arial;
	color: #737373;
	bottom: 0px;
	margin: 0px 0px -4px 30px;

}

#lefttext {
	position:relative;
	width: 480px;
	height: 375px;
	float:left;
}

#rightimage {
	position:relative;
	width: 250px;
	height: 375px;
	float:right;
}

#eventdesc {
	position:relative;
	font: 12px arial;
	color: #a3a3a3;
	top: 30px;
	padding: 0px 30px;
}


#links {
	position:relative;
	top: 30px;
	margin: 0px 0px 0px 30px;
}


.link {
	position:relative;
	background-image:url(../index_files/forwardarrow.gif);
  background-position:left center;
  background-repeat:no-repeat;
  margin-top: 15px;

}

.linktext a {
  position:relative;
	font-size: 24px;
	font-family: Arial;
	margin: 0px 0px 0px 30px;
  text-decoration: none;
  }
  
.linktext a:link {color: #a3a3a3;}     /* unvisited link */
.linktext a:visited {color: #a3a3a3;}  /* visited link */
.linktext a:hover {color: orange;}   /* mouse over link */
.linktext a:active {color: red;}   /* selected link */

#baseline {
	position:relative;
	clear: both;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	height: 20px;
}
#baselineleft {
	position:relative;
	float:left;
	width: 479px;
	height: 20px;
	border-right: 1px solid #c3c3c3;
}
#baselineright {
	position:relative;
	float:right;
	width: 250px;
	height: 20px;
}

#slidedirections {
	position:absolute;
	font: 10px helvetica,arial, sans-serif;
	color: #a3a3a3;
	height: 60px;
	bottom: 0px;
	padding: 0px 30px;
}