
#page
{
	width: 800px;
	height: 100%;
	padding: 0px 60px 0px 60px;
	position: relative;
	margin: 0pt auto;
}

#header 
{
	width: 100%;
	margin: 72px auto 80px auto;
	text-align: center;
	font-size: xx-large;
	font-family: "futura",  sans-serif
}

#footer
{
	width: 100%;
	margin: 10px auto 40px auto;
	text-align: center;
	font-size: medium;
	font-family: "futura", sans-serif;
}

#content
{
	width: 100%;
	text-align: left;
	font-size: medium;
	font-family: "times", serif
}

p.event
{
	width: 100%;
/*	font-size: large;*/
	font-weight: bold;
}

#links
{
	text-align: center;
}

span.serif_header

{
	width: 100%;
	text-align: center;
	font-size: large;
	font-family: "times", serif
}



a.futura
{
	font-size: large;
	font-family: "futura", sans-serif;	
/*	color: #666; 
	text-decoration: none;

}

/*
a.futura:hover

{
	color: #fff;
	background: #000;
	text-decoration: none;
}
*/
