body {
	font-family:"helvetica", verdana, geneva, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #fff;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
		
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 256px;
	width: 100%;
	background: #000;
	padding-top: 8px;
	
}

#header h1{
	font-size:30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	
}

#menu {
	font-family: "helvetica", arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	height: 25px;
	top: 256px;
	left: 0px;
	width: 100%;
	padding: 0px;
	color: #fff;
	text-align: center; 
	margin-left: 0px;
	background: #000;	
	
	
}

a:link{
	
	text-decoration: none;
	color: #fff;
	}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active {
	text-decoration: blink;
	color: #FF0000;	
} 

#container {
	position: absolute;
	top: 276px;
	left:220px;
	background: #000;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 60%;
	height: 100%;
}


		


img {
	border: 0;
}

#bar h1 {
	
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

#main {
	
	margin: 15px 15px 15px ;
	padding: 15px 15px 15px 15px;
	background: #000;
	
	
	
}

table {
	border: thin solid #ccc;
	background: #000;
}

th {
	
	letter-spacing: 2.5px;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	border-bottom: thin solid #ccc;
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
}


td {
	border: thin solid #ccc;


