@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #800000;
	background-color: #d8dfb2;
}

h1 {
	font-size: 2em;
	line-height: 1.6em;
}

h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	}

h3 {
	font-size: 1.6em;
	}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: justify;
}

li {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: justify;
	list-style-type: disc;
	margin-bottom: 15px;
}

hr {
	color:#6E7A52;
	margin-bottom: 10px;
	margin-top: 10px;
}

#page_wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}
#banner_image {
	height: 150px;
	width: 800px;
}

#page_contents_home {
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	height: 607px;
	width: 800px;
}

html body #page_contents_home {
	height: 100%;
	}

#page_contents_resume {
	background-image: url(images/resume_bg.jpg);
	background-repeat: no-repeat;
	height: 1040px;
	width: 800px;
}

#page_contents_testimonials {
	background-image: url(images/testimonials_bg.jpg);
	background-repeat: no-repeat;
	height: 1615px;
	width: 800px;
}
#page_contents_treatments {
	background-image: url(images/treatments_bg.jpg);
	background-repeat: no-repeat;
	height: 607px;
	width: 800px;
}
#page_contents_faq {
	background-image: url(images/faq_bg.jpg);
	background-repeat: no-repeat;
	height: 1365px;
	width: 800px;
}
#page_contents_contact {
	background-image: url(images/contact_bg.jpg);
	background-repeat: no-repeat;
height: 607px;
	width: 800px;
}

#left_text {
	float: left;
	width: 450px;
	padding-top: 15px;
	padding-left: 50px;
}
#right_pic {
	float: right;
	width: 250px;
}

#left_text_contact {
	float: left;
	width: 320px;
	padding-top: 15px;
	padding-left: 50px;
}
#right_pic_contact {
	float: right;
	width: 430px;
}

#main_text {
	float: left;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px;
}

#treatment_list p {
	font-size: 1.4em;
	line-height: 1.5em;
}

#treatments_left {
float: left;
width: 222px;
}

#treatments_right {
float: right;
width: 222px;
}

#treatments_centre {
	margin-right: 232px;
	margin-left: 232px;
	width: 222px;
}
