@charset "utf-8";
/* CSS Document */

body
{
	/**/
	background-color:#bafeaa;
	border:0px;
	margin:0px;
	text-align: center;
}

#Container
{
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	min-height:300px;
	overflow: visible;
	display: block;
	background:url(images/back.gif) repeat-x;
}

#Header
{
	width: 1044px;
	height: 125px;
	margin-left: -522px;
	position: absolute;
	top: -150px;
	left: 50%;
	visibility: visible;
	background:url(images/header.png) repeat-x;
}

#Slogan
{
	width: 544px;
	height: 160px;
	margin-left: 0px;
	position: absolute;
	top: -200px;
	left: 50%;
	visibility: visible;
	background:url(images/slogan.png) no-repeat right;
	text-align:right;
}

#Content
{
	width: 1000px;
	margin-left: -522px;
	position: absolute;
	top: -25px;
	left: 50%;
	overflow:visible;
	visibility: visible;
	background:url(images/body-back.png) repeat-y;
	text-align:left;
	padding: 0px 40px 0px 40px;
	font-family:Arial, Helvetica, sans-serif, "Century Gothic";
	font-size:16px;
	line-height:1.5em;
	color:#1f5014;
}

#Footer
{
	width: 1044px;
	height: 228px;
	margin-left: -50%;
	margin-top:-140px;
	position: absolute;
	left: 50%;
	visibility: visible;
	background:url(images/grass-bottom.png) repeat-x;
}

#Sky
{
	background:url(images/sky-top.gif) repeat-x;
	height:186px;
}

#TopGrass
{
	background:url(images/grass-top.gif) repeat-x;
	height:36px;
	margin-top:-20px;
}

H1
{
	font-family:"Century Gothic";
	font-size:40px;
	color:#1f5014;
	line-height:1.5em;
}

H2
{
	font-family:"Century Gothic";
	font-size:20px;
	color:#1f5014;
	line-height:1em;
}

.tabs ul
{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.tabs ul li
{
	float:left;
	margin-right:4px;	
}

.tabs ul li a, .tabs ul li a.Active
{
	display:block;	
	font-size:13px;
	background-color:#85d471; 
	padding:4px 8px 0px 8px;
	height:28px;
	border-bottom:none;
	outline:none;
	font-family:Arial, Helvetica, sans-serif, "Century Gothic";
	font-size:15px;
	color:#876b51;
	font-weight:bold;
}

.tabs ul li a:hover
{
	background-color:#bafeaa;
}


