.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.4em;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #275e27; 
	line-height: 200%;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	color: #275E27;
	padding-top: 5px;
}
.header {
	background-color: #275E27;
	height: 30px;
}
.interior {
	padding-top: 15px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #275E27;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #275E27;
	height: 525px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #275E27;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
}
.shadow_right {
	background-image: url(images/shadow_right.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 15px;
}
body {
	margin-top: 0px;
	background-image: url(images/background.jpg);
	background-color: #6D906C;
	background-repeat: repeat-x;
	background-position: top;
}
.text_intro {
	font-size: 14px;
	line-height: 1.4em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.logo_contact {
	background-image: url(images/logo_contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:link {
	color: #275E27;
	font-size: 15px;
	text-decoration: none;
}
a:visited {
	color: #275E27;
	text-decoration: none;
	font-size: 15px;s
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #275E27;
	text-decoration: none;
}
.text_services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.interior_index {
	padding-top: 15px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #275E27;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #275E27;
	height: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #275E27;
	background-color: #FFFFFF;
	background-image: url(images/background_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

