.left-bg {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.right-bg {
	background-image: url(images/index_12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.body-content-bg {
	background-image: url(images/index_15.jpg);
	background-repeat: repeat-x;
}

.welcome-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	padding-left:10px;
	padding-top:10px;
	
}

.testimonial-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	padding: 10px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0088a8;
	text-decoration: none;
	padding-left:10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0089a9;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0089a9;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0089a9;
	text-decoration: none;
}
