body
{
	font: 80%/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
}
#container
{ 
	width: 840px;
	position: relative;
}
#header
{
}
#navigation
{
	float: left;
	background-color: #ddddff;
	padding: 20px; 
	width: 150px;
	text-indent: -10px;
}
#navigation a
{
	color: #cc4444;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
#navigation .xlink
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#navigation li
{
	text-decoration: none;
	list-style-type: none;
	display: block;
}
#content
{
	margin: 10px 0 0 190px;
	padding: 10px;
	width: 640px;
}
#footer
{
	background-color: #e0e0ff;
	clear: both;
}
.display
{
	font: 200%/0.1 "Cooper Black";
}
