#maintextareapanel
{
	position: absolute;
	top: 140px;
	left: 170px;
	width: 740px;
	font-size: 12px;
}

#footerarea
{
	position: absolute;
	top: 860px;
	left: 0;
	width: 920px;
	height: 25px;
	background: #252e19;
}

/******************* Footer Panel **************/

#footercopyright p
{
		font-size: 10px;
		color: #555;
		position: absolute;
		top:10px;
		right: 5px;
		font-size: 9px;
}

#footercopyright a
{
		text-decoration: underline;
		color: #555;
}

#footercopyright a:hover
{
		color: #eee;
}

#footerlinks
{
		position: absolute;
		top: 5px;
		left: 0;
		width: 300px;
}

#footerlinks ul
{
		list-style-type: none;
		float: left;
}

#footerlinks li
{
		float: left;
		
		text-align: center;
	
}

#footerlinks a
{
		display: block;
		text-decoration: none;
		color: #8bb381;
		font-size: 100%;
		margin: 0 0 0 10px;
}

#footerlinks a:hover
{
		text-decoration: underline;
		color: #4E9258;
}