body {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

#container {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

a { 
	text-decoration: none; color: #8d1a1c; 
}

a:hover { 
	text-decoration: underline;
}

.footer {
	font-size: 10px;
	color: #666666;
	line-height: 20px;
}

#navigation {
	position: absolute;
	top: 130px;
	left: 20px;
}

.wrapper {
	position: relative;
}

.red	{
	color: #8d1a1c;
}

.gray	{
	color: #666666;
}

.graysmall	{
	color: #666666;
	font-size: 10px;
}

.view	{
	display: none;
}