html, body
	{
	margin: 0 auto;
	padding: 0;
	
	}
body
	 {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #8c8c8c;
	text-align: center;
	}
h2
	{
	font-size:15px;
	}

#container
	{
	margin: 0 auto;
	width:760px;
	text-align:left;
	background-color:#C8C8C8;
	}
#centerblock
	{
	margin:0 auto;
	width:500px;
	}
#nav
	{
	font: normal 14px "Century Gothic","Lucida Grande","verdana", "lucida", sans-serif;
	text-decoration: none;
	background-color: #2F3E3E;
	color: #999;
	}

#nav a:link 
	{
	color: #999; text-decoration: none; 
	}
#nav a:active 
	{
	color: #0000ff; text-decoration: none;
	}
#nav a:visited 
	{
	color: #008000; text-decoration: none;
	}
#nav a:hover 
	{
  	color:orange; text-decoration: none; 
	}

li.inline 
	{
  	display: inline;
  	padding-left: 3px;
  	padding-right: 7px;
  	border-right: 2px solid red;
  	}

li.last 
	{
  	display: inline;
  	padding-left: 3px;
  	padding-right: 3px;
  	border-right: 0px;
  	}
.event
{
	margin-left: 250px;
	margin-top: auto;
}


.aligncenter
	{
	text-align:center;
	}
.alignleft
	{
	text-align:left;
	}

#credit a
{
font: normal 10px "Lucida Grande", "Lucida Sans Unicode", "verdana", "lucida", sans-serif;
color: #999;
background: #C8C8C8;
}

