body, div, h1, h2, h3, h4, p, ul, ol, li, dt, dd, img, form, fieldset, blockquote	{
	margin: 20px 10px 20px 20px;
	padding: 0px;
	border: 0px;
	color: #003333;
}

body	{
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	background:url(../Images/foxtailBKG.gif);
}

#page-wrap	{
	background:  url(../Images/greenBack.png);
}

#container	{
	width: 900px;
	margin: 0 auto;
	padding: 60px 0 0 40px;
}

#header	{
	margin: 0 0 40px 0;
	background:#FFFFFF;
}

	#header h1 a	{
		display: block;
		width: 872px;
		color: #003333;
		margin: 0 0 20px 0;
		text-indent: -9999px;
		font: "Century Gothic";
		font-size: 60px;
	}

	#header p	{
		display: block;
		width: 872px;
		color: #003333;
		margin: 20px;
		font: "Century Gothic";
		font-size: 18px;
	}

#content	{
	margin: 0 0 40px 0;
	background:#FFFFFF;
}

	#content h2	{
	height: 57px;
	margin: 20px;
	}

	#content ul	{
	list-style-image:url(../Images/dashed_line.gif)
	}

		#content ul li	{
			float: left;
			padding: 10px;
			margin: 0 23px 23px 0;
			border-radius: 10px;
		}

	#content p.aside	{
	clear: both;
	float: center;
	margin: 0px 40px 10px 60px;
	font-size: 14px;
	color: #827161;
	}

	#content p.aside a	{
	color: #006699;
	text-decoration:none;
	margin: 20px 10px 10px 20px;
	}
	
	#content p.aside hover	{
		text-decoration: underline;
	}
		
	#content p.banner	{
		font: "Century Gothic";
		font-size: 60px;
		color: #003300;}

	#content p.copyright	{
		clear: both;
		float: right;
		margin: 0 40px 0 0;
		font-size: 11px;
		color: #827161;
	}
	
	#content p.tagline	{
		font: "Century Gothic";}

#footer	{
	clear: both;
	margin: 0 0 40px 0;
	display: inline;
}

	#footer p.copyright	{
		clear: both;
		float: right;
		margin: 0 40px 0 0;
		font-size: 11px;
		color: #827161;
	}

