* {  
	margin: 0; 
	padding: 0; 
}
body {
	color:#444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:70%;
	text-align:left;
	background-color: transparent;

}


a {
	color: #6e7310;
	text-decoration: none;
}
	a:hover {
		color:#4c4e21;
		text-decoration: underline;
	}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	margin-top: 10px;
}
h2 {
	font-size: 18px;
	margin-top: 40px;
	text-align: center;
}
p {
	padding: 10px 20px;
	line-height: 18px;
	text-align:justify;
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
} 

.center {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.services_pink {
	
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	background: url(images/framepink_bg.gif) repeat-x #fff;
	width: 90%;
	border: #ffe9f0 1px dotted;
}
	.services_pink h3 {
		color: #ff1c6c;
		padding: 10px 20px 0px 30px;
		font-size: 16px;
	}
	.services_pink ul {
		margin: 10px 10px 10px 50px;
		list-style: square;
	}
	.services_pink p {
		margin: 0px 10px 0px 10px;
	}
	
.services_yellow {
	
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
	background: url(images/framegreen_bg.gif) repeat-x #fff;
	width: 90%;
	border: #eff8d0 1px dotted;
}
	.services_yellow h3 {
		color: #90ba00;
		padding: 10px 20px 0px 30px;
		font-size: 16px;
	}
	.services_yellow ul {
		margin: 10px 10px 10px 50px;
		list-style: square;
	}
	.services_yellow p {
		margin: 0px 10px 0px 10px;
	}
	
.services_blue {
	
	padding: 0px 0px 20px 0px;
	margin: 20px 0px 20px 0px;
	background: url(images/frameblue_bg.gif) repeat-x #fff;
	width: 90%;
	border: #dff6fb 1px dotted;
}
	.services_blue h3 {
		color: #00afce;
		padding: 10px 20px 0px 30px;
		font-size: 16px;
	}
	.services_blue ul {
		margin: 10px 10px 10px 50px;
		list-style: square;
	}
	.services_blue p {
		margin: 0px 10px 0px 10px;
	}
	
.info {
	font-style: italic;
	color: #999;
	font-size: 95%;
	margin: 0px 20px 10px 0px;
	border-bottom: #ccc 1px dotted;
	padding-bottom: 10px;
}

.left {
	float: left;
	clear: left;
}

.right {
	float: right;
	clear: right;
}

img .right {
	padding: 10px 20px 10px 20px;
}

	

