body
{
	background		: url(../images/background3.gif);
	/*background-color: #004900;*/
}

#content-main
{
	/*border			: 1px solid #000000;*/
	background-color: #ffffff;
	width			: 960px;
	margin-left		: auto;
	margin-right	: auto;
	font-family		: arial, helvetica, sans-serif;
	text-align		: center;
}

#navigation
{
	font-size		: 100%;
	background-color: #278726;
	width			: 960px;
	/*border			: 1px solid #ffffff;*/
	height			: 20px; 
}

#navigation ul li 
{
	margin-left		: -10px;
	display			: inline;
	height			: 20px;
	padding			: 0px 8px 0px 8px;
}

#navigation a
{
	background-color: #278726;
	color			: #ffffff;
	height			: 20px;
	text-decoration	: none;
}

#navigation a:hover
{
	color			: #278726;
	background-color: #ffffff;
	height			: 20px;
	text-decoration	: none;
}

#navigation a:visited
{
	background-color: #278726;
	color			: #ffffff;
	height			: 20px;
	text-decoration	: none;
}

#navigation a:visited:hover
{
	color			: #278726;
	background-color: #ffffff;
	height			: 20px;
	text-decoration	: none;
}

#content-text
{
	float			: left;
	background-color: #aabb88;
	width			: 600px;
	margin-top		: 30px;
	margin-bottom	: 10px;
	margin-left		: 10px;
	padding			: 0px 10px 0px 10px;
}

#content-sub
{
	width			: 260px;
	height			: auto;
	margin-top		: 30px;
	margin-bottom	: 10px;
	margin-left		: 640px;
	padding			: 0px 10px 0px 10px;
	border-left		: 2px solid #000000;
}

#content-sub ul li
{
	list-style		: none;
	margin-left		: -40px;
	font-size		: 10pt;
}

/*#content-ads
{
	float			: right;
	width			: 100px;
	margin-top		: 10px;
	margin-right	: 10px;
	height			: auto;
	padding			: 0px 10px 0px 10px;
}*/

#site-info
{
	border-top		: 1px solid #000000;
	width			: 960px;
	clear			: both;
	text-align		: center;
	padding-bottom	: 10px;
}

#site-info ul li 
{
	margin-left		: -10px;
	display			: inline;
	height			: 20px;
	padding			: 0px 8px 0px 8px;
}

/*-----Fixtures List-----*/
#list li
{
	list-style-type			: none;
}

#list h2
{
	font-size				: 1Em;
	text-decoration			: underline;
}

#list h3
{
	font-size				: 1Em;
	text-decoration			: underline;
	margin					: 0px 0px 0px 0px;
}

#list hr
{
	color					: #000000;
	border-style			: dashed;
}

.hidden
{
	display					: none;
}
/*-----End Fixtures-----*/
