body {
	background:#8F0000 url(../nav/stripe_bg.gif) repeat scroll 0 0;
	color:#666;
	text-align:center;     
	padding: 20px;
	font-family: Helvetica, arial, sans-serif;
}
#main {
	background: white;
	width: 500px;
	display: block;
	margin: auto;
	text-align: left;
}
#main header {
	display: block;
	padding: 10px;
	border-bottom: 0.1em solid #CCC;
}
#main header h1 {
	
}
#main header img {
	float: right;
}
#main #content {
	display: block;
	padding: 10px;
}
#main ul {
	padding: 0;
}
#main ul li {
	list-style-type: none;
	margin: 20px 0 20px 0;
	font-size: 1.2em;
}
#main ul li a {
	background: #666;
	text-decoration: none;
	color: #fff;
	padding: 5px;
}
#main ul li a:hover {
	background: #fff;
	color: #666;
}                        
#main footer {
	background: #666;
	display: block;
	padding: 10px;
	color: #fff;
}
#main footer p a {
	background: #fff;
	color: #666;
	text-decoration: none;
	padding: 2px;
}
#main footer p a:hover {
	background: #666;
	color: #fff;
}   