/* Anovid Front Page Stylesheet */
/* Location: "//lib/css/front.css" */
@charset "utf-8";

/* Headline */
#headline
{
	width: 671px;
	height: 48px;
	overflow: hidden;
	margin: 0 0 0 27px;
	background-image: url(/lib/img/headlines/sitemap.png);
	background-repeat: no-repeat;
	background-position: left 0;
	display: block;
	line-height: 48px;
	text-indent: -9999px;
}

/* Links */
#content a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#content a:link
{
	color: #79c163;
	text-decoration: none;
}
#content a:visited
{
	color: #79c163;
	text-decoration: none;
}
#content a:hover
{
	color: #fff;
	text-decoration: underline;
}
#content a:active
{
	color: #fff;
	text-decoration: underline;
}


/* Columns */
#left
{
	width: 308px;
	margin: 0;
	padding: 0;
	float: left;
}
#left p
{
	margin: 0 0 10px 0;
	padding: 0;
}
#right
{
	width: 308px;
	margin: 0;
	padding: 0;
	float: right;
}
#right p
{
	margin: 0 0 10px 0;
	padding: 0;
}
.spacer
{
	width: 308px;
	height: 1px;
	margin: 17px 0 17px 0;
	padding: 0;
	background-image: url(/lib/img/seperator.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
}