body {
	font-size: small;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #2E1015;
	text-align: center;
	margin: 100px 0px 0px 0px;
   }
   
img {
	border: 0px;
	}
	
a {
	font-size: small;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
table {
	width: 90%;
	}
td.date {
	width: 120px;
	}
	
a:hover {
	font-size: small;
	font-family: "Lucida Sans", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	
      }
p.vw
	{
		
		vertical-align: bottom;
		
	}
	
#header {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #FFFFFF;
	
}

#stage {
	width: 1013px;
	margin: 0px auto 0px auto;
	vertical-align: top;
	text-align: center;
		
	}
	
#flash_side {
  	width: 676px;
	height: 700px;
	float: right;
	text-align: left;
	padding-bottom: 0px;
	/*border-left: 1px solid #FFFFFF;*/
	/*border-bottom: 1px solid #FFFFFF;*/
	/*border-right: 1px solid #FFFFFF;*/
	
	}
	
#flash_side img {
	border: 1px solid #FFFFFF;
	/*border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;*/
	}
	
#events {
	float: left;
	text-align: center;
	width: 334px;
	height: 700px;
	line-height: 150%;
	padding-top: 0px;
	padding-right: 2px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	
	}

#events table {
  	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	}
	

#footer {
	width: 100%;
	float: left;
	margin-top: 0px;
	text-align: right;
	border-top: 1px solid #FFFFFF;
	
	
	}

#footer a {
	padding-top: 5px;
	padding-right: 5px;
	font-size: x-small;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: x-small;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	}


