html {
	
	background: #3fa9f5 url(../img/htmlBG.png) repeat-x;
}

body {
	color: black;
	font-family: helvetica, arial, sans-serif;
}

/* GENERAL STYLES */

a {
	color: white;
}

a.button {
	/* STYLE BUTTON */
}

#container {
	position: relative;
	padding-top: 2px;
	background: url(../img/footer.png) no-repeat;
	background-position: center bottom;
}

/* HEADER */

	#header img {
		float: right;
		margin: 0;
	}
	
	#header p {
		float: left;
		overflow: hidden;
		height: 81px;
		padding: 0px;

	}
	
	#header h2 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 0px;
		margin-bottom: 6px;

	}
	
	#header h3 {
		font-size: 14px;
		line-height: 17px;
		margin-top: 0px;
		margin-bottom: 8px;
	}
	
	#header h4 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 0px;
		
	} 
/* location */

#location h3 {
	font-size: 19px;
	color: #FFFFFF;
	line-height: 28px;
	float: center;
	margin-left: 20px;
	margin-bottom: 0px;
}
	
	
/* banner */
		
#banner {
			background-image:url('../img/helping.png');
			background-repeat: no-repeat;
			margin-top: 15px;
			padding-left: 30px;
			position: relative;
		}
		
		#banner h2 {
			color: #000000;
			font-size: 28px;
			line-height: 36px;
			padding-top: 15px;
			padding-bottom: 17px;
			margin-bottom: 0;
		}
		
/* main */

#main {
	clear: both;
	padding-top: 50px; /* for IE */
	margin-top: -50px;
	padding-top: 70px;
	margin-bottom: 190px;
	margin-left:0px;
}

	#main h3 {
		color: #000000;
		font-size: 22px;
		line-height: 26px;
	}
	
	/*
	#sub2 img {
		float:left;
	} */
	
	
	#sub3 h4 {
		color: #FFFFFF;
		font-size: 22px;
		line-height: 26px;
		
	}

	
	#main h4 {
		color: #FFFFFF;
		font-size: 18px;
		line-height: 25px;
	}
	
	#main p {
		color: #000000;
		font-size: 16px;
		line-height: 22px;
	}
		
#footer p {
	margin:0;
	margin-left: 500px;
}
		