body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #CCC;
	margin-left:auto; 
	margin-right:auto; 
	width: 800px;
	background-color: #3d3b31;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}

p.byline {
	font-family: Verdana, Geneva, sans-serif;
	color: #dcd08d;
	font-size: 1em;
}

li:hover {
	background: #999;
	color: #000;
}

ul {
	list-style: none;
	line-height: 23px; 
	margin-top: -1px; 
}

li {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #555;
	border-top: 2px solid #555;
	border-bottom: 1px solid #555;
	background: #333;
	color: #dcd08d;
}

li.selected {
	background: #CCC;
	color: #000;	
}

#menu {
	height: 25px; 
	margin: 0; 
	padding: 0;
}

#content {
	border: 1px solid #555;
	padding: 4px;
}

div.fade {
	background: url(images/fade.jpg) repeat-x;
}

div.right {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.left {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.clearfix {
	clear: both;
}
