body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/home/bg-body-home.jpg); background-repeat: repeat-x; background-color: #FFFFFF;
}

#outer-wrapper-home {
	background-image: url(../images/home/bg-outerwrapper-home.jpg); background-repeat: no-repeat;	background-position: center top; min-width: 970px;
}
#banner-area {
	height: 300px;
	width: 970px;
	position: relative;
}
	#banner-home {
		width:712px;
		height:224px;
		display: block;
		margin-top: -1px;
		/*background:url(../images/home/banner-holder.jpg) no-repeat;*/
	}
	#btn-appointment {
		display: block;
		width: 404px;
		height: 1px;
		padding-top: 95px;
		background: url(../images/home/btn-appointment.png);
		overflow: hidden;
		position: absolute;
		left: 0px;
		bottom: 5px;
	}
	#btn-mehio {
		display: block;
		width: 219px;
		height: 1px;
		padding-top: 255px;
		background: url(../images/home/btn-mehio.png);
		overflow: hidden;
		position: absolute;
		left: 760px;
		bottom: 12px;
	}
#home-content {
	width: 425px;
	min-height: 230px;
	float: left;
	font-size: 15px;
	color: #777777;
	line-height: 24px;
	padding: 0px 36px 0px 15px;
	background: url(../images/home/home-divider.png) right top no-repeat;
}
	#home-content h1 {
		color: #7ec7c6;
		font-size: 26px;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 15px 0px 20px 0px;
	}
#sidebar.sidebar-home {
	float: left;
	width: 220px;
	padding-left: 35px;
	background: url(../images/home/home-divider.png) right top no-repeat;
}
			#cta.cta-home #cta-book {
				background-image: url(../images/book-cta.png); background-repeat: no-repeat;
				height: 1px;
				padding-top: 86px;
			}
			#cta-photos {
				background-image: url(../images/photos-cta.png); background-repeat: no-repeat;
				height: 1px;
				padding-top: 79px;
			}
			#cta-patient {
				background-image: url(../images/patient-cta.png); background-repeat: no-repeat;
				height: 1px;
				padding-top: 77px;
			}
			#cta-coupon {
				background-image: url(../images/coupon-cta.png); background-repeat: no-repeat;
				height: 1px;
				padding-top: 87px;
			}
#home-blog {
	float: left;
	width: 160px;
	height: 180px;
	background: url(../images/home/bg-blog.gif) no-repeat;
	padding: 60px 35px 0px 40px;
	font-size: 11px;
	line-height: 18px;
}
	#home-blog p {
		line-height: 18px;
	}
	.blog-title {
		display: block;
		color: #67c8c6;
		font-size: 14px;
		font-weight: bold;
		display: block;
		margin-bottom: 5px;
	}
	#home-blog a {
		font-size: 12px;
		margin-top: 3px;
		display: block;
		
	}
	#home-blog a.blog-title    {
	text-decoration:none;
	margin-top:0px;
	
	}