body {
	background: #000;
	min-width: 620px; 
	margin: 0px;
	text-align: center;
	}

#container {
	width: 620px;
	height: 39px;
	padding: 0;
	margin-top: 20px; 
	margin-left: auto;
	margin-right: auto;
	background: #000;	
	}

#nav {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 39px;
	display: inline;
	overflow: hidden;
	width: 620px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:39px; /* for IE5/Win */
	}
	
#nav a:hover, a:active {
	background-position: 0 -78px;
	}

#nav a.selected {
	background-position: 0 -39px;
	}
	
#home a  {
	width: 89px;
	background: url(images/home.jpg) top left no-repeat;
	}

#about a  {
	width: 92px;
	background: url(images/about.jpg) top left no-repeat;
	}

#events a  {
	width: 94px;
	background: url(images/events.jpg) top left no-repeat;
	}

#register a  {
	width: 112px;
	background: url(images/register.jpg) top left no-repeat;
	}

#schedule a  {
	width: 117px;
	background: url(images/schedule.jpg) top left no-repeat;
	}

#contact a  {
	width: 116px;
	background: url(images/contact.jpg) top left no-repeat;
	}

#main {
	position: relative;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;	
	}

#main img {
	margin: 10px 10px 10px 10px;
	}

#content {
	margin: 0px 15px 0px 15px;
	padding-bottom: 10px;
	} 

#content p {
	font-family: "verdana", "tahoma", "trebuchet ms", sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #000;
	text-align: justify; 
	} 

#content a { 
	color: #666; 
	text-decoration: none;
	border-bottom: 1px solid #000;
	}

#content a:hover { 
	color: #000; 
	border-bottom: 1px solid #000;
	}

#content input, textarea { 
	font-family: "verdana", "tahoma", sans-serif;
	font-size: 12px; 
	}

#elist {
	text-align: left;
	}

#elist li {
	font-family: "verdana", "tahoma", "trebuchet ms", sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #000;
	}

table {
	font-family: "verdana", "tahoma", "trebuchet ms", sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
    	border-color: #000;
   	border-style: solid;
    	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	}

td 	{
    	margin: 0;
    	padding: 2px;
    	border-width: 1px 1px 0 0;
    	background-color: #FFF;
    	border-color: #000;
    	border-style: solid;
	}

#footer { 
	font-weight: lighter; 
	color: #FFF;
	font-family: "franklin gothic medium", "trebuchet ms", sans-serif;
	font-size: 78%; 
  	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#footer a { 
	color: #666;
	text-decoration: none;
	}

#footer a:hover { 
	color: #FFF;
	text-decoration: none;
	}
