body {
	font-size: 12px;
	color: #3d1909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.body-home {
		background-image: url(../images/home/bg-home.jpg);
		background-repeat: no-repeat;
		background-position: center top;	
	}

#header-home {
	width: 960px;
	height: 354px;
	position: relative;
}

#navigation-home {
	height: 52px;
	margin: 218px 0px 0px 9px;
	position: absolute;
	left: 0;
	bottom: 0;
}
	
	#navigation-home ul {
		margin: 0px;
		padding: 0px;		
	}
	
	#navigation-home ul li {
		list-style: none;
		float: left;		
	}
		#nav-excerpts-home {
			display: block;
			width: 143px;
			height: 52px;
			background-image: url(../images/home/nav-excerpts-home.gif);
			background-repeat: no-repeat;
		}
		#nav-what-home {
			display: block;
			width: 206px;
			height: 52px;
			background-image: url(../images/home/nav-what-home.gif);
			background-repeat: no-repeat;
		}
		#nav-meet-home {
			display: block;
			width: 98px;
			height: 52px;
			background-image: url(../images/home/nav-meet-home.gif);
			background-repeat: no-repeat;
		}
		#nav-mentor-home {
			display: block;
			width: 193px;
			height: 52px;
			background-image: url(../images/home/nav-mentor-home.gif);
			background-repeat: no-repeat;
		}
		#navigation-home ul li a:hover {
			background-position: 0 -52px;
		}
#cta-home {
	height: 151px;
	width: 904px;
	margin-top: 27px;
	margin-left: 25px;
	position: relative;
}
	#cta-blog-home {
		position: absolute;
		left: 30px;
		top: 18px;
		display: block;
		width: 119px;
		height: 68px;
		background-image: url(../images/home/cta-blog-home.png);
		background-repeat: no-repeat;
	}
	#cta-hope-home {
		position: absolute;
		left: 185px;
		top: 18px;
		display: block;
		width: 119px;
		height: 68px;
		background-image: url(../images/home/cta-hope-home.png);
		background-repeat: no-repeat;	
	}
		#cta-blog-home:hover, #cta-hope-home:hover {
			background-position: 0 -69px;
		}
	
	#social-home {
		position: absolute;
		top: 98px;
		left:5px;
	}
		#social-home li {
			list-style: none;
			float: left;
		}
			#social-home li a {
				display: block;
				width: 21px;
				height: 30px;
				background-repeat: no-repeat;
			}
			#social-home li a:hover {
				background-position: 0 0;
			}
			#share {
				background: url(../images/share.gif) no-repeat;
				width: 64px;
				height: 30px;
			}
			#twitter {background-image: url(../images/icon_twitter.gif);}
			#facebook {background-image: url(../images/icon_facebook.gif);}
			#youtube {background-image: url(../images/icon_youtube.gif);}
		#cta-contact-home {
			position: absolute;
			top: 30px; left: 465px;
			display: block;
			width: 128px;
			height: 44px;
			background: url(../images/home/cta-contact-home.png);
		}
		#cta-stay-home {
			position: absolute;
			top: 75px; left: 465px;
			display: block;
			width: 128px;
			height: 44px;
			background: url(../images/home/cta-stay-home.png);
		}
			#cta-contact-home:hover, #cta-stay-home:hover {
				background-position: -130px 0px;
			}
		
		#btn-buy {
			position: absolute;
			left: 660px;
			top: 95px;
			display: block;
			width: 239px;
			height: 45px;
			background: url(../images/home/btn-buy.png);
		}
		#btn-buy:hover {
			background-position: 0 -45px;
		}
#content-home {
	padding: 0 30px 40px 30px;
}	
	#content-home-left {
		float: left;
		width: 400px;
		padding-right: 32px;
	}
	#content-home-right {
		float: left;
		width: 400px;
		padding-left: 50px;
	}
		#content-home-left p, #content-home-right p {
			line-height: 16px;
		}
			.orange {
				color: #9c3700;
				font-weight: bold;
				font-size: 13px;
				display: block;
			}