body{
	color: #3CB371;
	background-color: #FFFFFF;
	background-image: url(bg03.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
h1 {
	color: #21673F;
	font-family: Elephant;
}
h2 {
	color: #2E935A;
}
h3 {
	color: #53C886;
}
h4 {
	color: #53C886;
}

p	{
	color:blue;
}

.cTitle{
	font-family: Elephant;
}

p.bg_pic {
width:100%; height:100%; padding:15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image:url("bg_oatlife.jpg");
  background-size: cover;
}