body	
	{
	background-color: #eeeeae;
	font: 100%  "book antiqua";
	text-align: center;
}

a:link, a:active, a:visited	{text-decoration: none; color: #222;}
a:hover	{text-decoration: none; color: #eb120d;}
a	{position: relative;}

a.redLink:link, a.redLink:active, a.redLink:visited	{text-decoration: none; color: red;}
a.redLink:hover	{text-decoration: underline; color: #222;}

a	{position: relative;}

h1	{text-align: center; font-family: "book antiqua", Times, serif;}
p.small	{font-size: 40%; margin-top: -3px;}
#container	{
	margin: 6% auto;
	width: 80%;
	border-top: solid black 1px;
}
#content	{
	float: left;
	width: 600px;
	font: 90% helvetica, arial, sans-serif;
	text-align: justify;
}
#listcontent	{
	float: left;
	width: 60%;
	font: 90% helvetica, arial, sans-serif;
	text-align: left;
	padding: 3em;
}
.leftColumn	{
	float: left;
	font-size: 80%;
}
.rightColumn	{
	float: right;
	font-size: 80%;
}
#nav
	{
		width: 25%;
		letter-spacing: .3cm;
		text-align: center;
		color: #222;
		float: right;
}
#nav ul	{
	margin: 0;
	padding: 1em;
	/*letter-spacing: .3cm;*/
	list-style-type: none;
	text-align: right;
}
#nav ul li	{
	line-height: 20px;
}