* {
	color: #666666;
}

#container {
	width: 800px;
	background-color: #000000;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: auto;
	height: 60px;
	background-image: url(images/header.jpg);
}

#footer {
	width: auto;
	height: 60px;
	background-image: url(images/footer.jpg);
}

#links {
	width: auto;
	height: 30px;
	font: 20px 'Courier New', monospace;
	vertical-align: middle;
}

#content {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	width: 100%;
	text-align: center;
}


p, h1, h2, h3, a {
	color: #666666;
}

p {
	font: 14px 'Courier New', monospace;
	text-align: center;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	color: #e8f80e;
}

body {
	background-color: #666666;
}

th {
	font: 16px 'Courier New', monospace;
	font-weight: bold;
	text-decoration: underline;
}












