@charset "utf-8";
/* CSS Document */

* {
	outline: none;
	}
	
body {
	text-align:center;
	min-width: 860px;
	background-color: #8bc53f;
	background-image: url(../images/bgTile.gif);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	}
	
#wrapper {
	width: 998px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFF2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8BC53F;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8BC53F;
	padding-top: 60px;
	padding-bottom: 0px;
	}
	
#nav {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}
#content {
	color: #000000;
	background-color: #FFFFF2;
	margin: 0;
	padding: 0;
}

	
#footer {
	width: 1000px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 10px;
	clear: both;
	}
#contentA {
	float: left;
	width: 65px;
	padding-top: 264px;
}
#contentB {
	background-image: url(../images/homeContentB-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
	height: 380px;
	width: 933px;
	text-align: right;
}

	
#footer a {
	color: #ffffff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #ee4036;
	}
p.clearing {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1px;
	background-color: #8BC53F;
}
