body {
	padding:0px;
	margin:0px;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
}
p {
	padding:0px;
	margin:0px;
}


#footer {
	background-image:url(images/footer_bkg.jpg);
	height:220px;
	width:100%;
}

#floating_footer {
position:fixed;
z-index:1;
}

#floating_footer_center {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#CCCCCC;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
.page_title {
	font-family:Arial;
	font-size:16px;
	color:#434343;
	padding:0px;
	margin:0px;
	margin-top:15px;
	font-weight:normal;
}
.page_sub_title {
	font-family:Arial;
	font-size:16px;
	color:#434343;
	padding:0px;
	margin-top:2px;
	margin-bottom:40px;
	font-weight:normal;
}
.page_text {
	font-family:Arial;
	font-size:11px;
	color:#434343;
	font-weight:normal;
	line-height:17px;
}
.page_text a {
	font-family:Arial;
	font-size:11px;
	color:#434343;
	font-weight:bold;
	text-decoration:none;
	line-height:17px;
}
.page_text a:hover {
	font-family:Arial;
	font-size:11px;
	color:#434343;
	font-weight:bold;
	text-decoration:underline;
}
.feature_box {
	float:left;
	width:435px;
	height:288px;
	background-image:url(images/feature_bkg.jpg);
	overflow:hidden;
}
.feature_team_box {
	float:left;
	margin-top:30px; 
	margin-bottom:30px;
	width:900px;
	height:315px;
	background-image:url(images/feature_team_bkg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
.feature_image {
	margin-right:20px;
	float:left;
}
.feature_title {
	font-family:Arial;
	font-size:14px;
	color:#434343;
	font-weight:normal;
	margin-left:20px;
}
.telephone_no {
	font-family:Arial;
	font-size:30px;
	color:#79bde8;
	font-weight:normal;
}
.button_text {
	position:absolute;
	z-index:1;
	margin-top:23px;
	margin-left:20px;
}

.image_left {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	padding:10px;
	background-image:url(images/image_bkg.jpg);
	background-repeat:repeat-x;
}

.image_right {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
	background-image:url(images/image_bkg.jpg);
	background-repeat:repeat-x;

}
