@charset "UTF-8";
#mainContainer {
	width: 795px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	left: 16%;
	top: 42px;
	right: 14%;
	bottom: 0px;
	height: 848px;
	text-align: center;
}
#body {
	margin: 0;
	padding: 0;
}
#navlist
{
	margin: 0;
	padding: 5px 0 20px 10px;
	border-bottom: 1px solid #300;
}

#navcontainer {
	width: 795px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #300;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #300;
	padding-bottom: 2px;
	background: transparent;
	color: #03F;
	cursor:default
}

#navlist a:hover {
	color: #BA5247
}

#maincontent {
	width: 795px;
	text-align: center;
	top: 0;
	right: 15%;
	bottom: 0;
	left: 15%;
	color: #333;
}

body {
	background-image: url(_images/filtermedia%20copy.jpg);
	background-repeat: repeat-x;
	height: 160px;
}
