#nav ul /* the selector declares that the rules you apply here will apply only to ul elements that are a descendant of the #nav ID. */
{
	padding: 0;
	margin: 0;
	background-color:#EEE;
	font-weight: bold;
}

#nav ul li {
	display: inline /*creates a horizontal list without bullets*/;
	padding: 0px 5px;
	margin: 0;
	background: #EEE;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #366;
}

#nav ul li a {
font-size: 100%;
color: #366;
background-color:#EEEEEE;
text-decoration: none /*removes the default underline of the link */;
padding: 0 10px 0 10px;
text-align: center /* makes IE5 cooperate */;
width: 8em;
}

#nav ul li a:focus {
background-color: 900;
}

#editTable {
	text-align: left;
	height: auto;
	vertical-align: top;
}



#footer table {
	width: 100%;
	border-style: solid;
	border-color:
	background: #EEE;
	}
#footer table p {
	font-size: 70%;
	padding: 3px;
}
#wrapper #reader p {
	font: x-small Arial, Helvetica, sans-serif;
	text-align: left;
}
