body {
		background-color: #333;
		color: #eee;
		text-align: center;
		font: small "Century Gothic", Verdana, Geneva, Arial, sans-serif;
		}
	
#allcontent {
		width: 810px;
		background-color: #222;
		margin-left: auto;
		margin-right: auto;
		}

#header p {
		text-align: left;
		}

h1 {
	text-align: center;
	font-weight: normal;
	}


#menu {
text-align: right;
list-style:none;
margin:-100px 0px 0px 0px;
padding:0px;
width:785px;
}

#menu li {
display: inline;
}

#menu li a {
text-decoration:none;
padding:5px;
width:800px;
background:#333;
color:#eee;
text-align:center;
border-left:2px solid #871919;
}

#menu li a:hover {
background:#888;
color:#000;
}

#main {
	margin: 10px;
	padding: 10px;
	line-height: 2.5em;
	}

p {
	
	padding: 5px;
	}	




a {
	color: #eee;
	text-decoration: none;
}

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

a:hover {
		color: #871919;
		text-decoration: underline;
	}
#footer {
	text-align: center;
	font-size: .75em;
	padding: 10px;
	margin-top: 0px;
	}