html, body {
	margin: 0;
	padding: 0;
}

/* COMMON FONTS, HEADINGS */
span, div, td, p {
	font-family: Courier New;
	font-size: 11px;
}
a:link, a:visited {color: #ee3123}
a:hover {color: #000}
a.whitelink:link, a.whitelink:visited {	color: #fff }
a.whitelink:hover { color: #000;}
a.redlink:link, a.redlink:visited {	color: #ee3123 }
a.redlink:hover { color: #000;}


/* SPECIFIC PAGES */
#content_home {
	background: url("images/home.jpg") no-repeat;
	background-position: 6px 73px;
	padding: 540px 260px 100px 50px;
}
#content_services {
	background: url("images/services.jpg") no-repeat;
	background-position: 6px 13px;
	padding: 530px 124px 190px 265px;
}
	#content_services #services_text {
		height: 142px;
		width: 270px;
		color: #a4c7c2;
		overflow: hidden;
		text-align: center;
		position: relative;
		float: left;
	}
	#content_services #arrows {
		float: right;
		padding-top: 132px;
		position: relative;
		display: inline;
		color: #fff;
	}
#content_philosophy {
	background: url("images/philosophy.jpg") no-repeat;
	background-position: 6px 0px;
	padding: 368px 132px 150px 132px;
}
	#content_philosophy #philosophy_text {
		height: 175px;
		width: 450px;
		color: #fff;
		line-height: 12px;
		overflow: hidden;
	}
	#content_philosophy #arrows {
		padding-top: 13px;
		text-align: right;
	}
#content_bio {
	background: url("images/bio.jpg") no-repeat;
	background-position: 6px 0px;
	height: 724px;
	position: relative;
	overflow: hidden;
}
	#content_bio #bio_text {
			height: 308px;
			width: 228px;
			overflow: hidden;
			position: relative;
			float: left;
		}
		#content_bio #arrows {
			float: right;
			padding-top: 290px;
			position: relative;
			display: inline;
		}

#content_faq {
	background: url("images/faq.jpg") no-repeat;
	background-position: 6px 0px;
	height: 724px;
	position: relative;
	overflow: hidden;
}
	#faq_questions {
		margin-top: 61px;
		margin-left: 73px;
		width:  282px;
		height: 145px;
		overflow: hidden;
	}
	#faq_questions_arrows {
		text-align: right;
	}
	#faq_answer {
		margin-top: 53px;
		margin-left: 34px;
		width: 235px;
		height: 150px;		
		overflow: hidden;
	}
	#faq_answer_arrows {
		padding-right: 7px;
		text-align: right;
	}
	#faq_resources {
		margin-left: 90px;
		width: 120px;
		height: 65px;
		overflow: hidden;
	}
	#faq_resources a:link, #faq_resources a:visited {
		color: #fff;
	}
	
	#faq_resources_arrows {
		padding-bottom: 8px;
		padding-left: 203px;
	}
	.answer {
		width: 220px;
		height: 125px;
		background-color: #fff;
		padding: 10px;
	}
	
#content_contact {
	background: url("images/contact.jpg") no-repeat;
	background-position: 6px 0px;
	height: 724px;
	position: relative;
	overflow: hidden;
}
	#contact_text {
		text-align: center;
		height: 76px;
		width: 463px;
		margin-top: 48px;
		margin-left: 120px;
	}