﻿body {
  background-color: #CDE6FF;
  padding-top: 100px;
  background-image: url(images/02/bg_body.png);
  background-repeat: repeat-x;
}
h1 {
	color: #C7AA8D;
	font-size: 3em;
	font-family: "Arial Black", Arial, sans-serif;
	margin: 0;
}

p {
  font-family: "Palatino Linotype", Baskerville, serif;
	color: #616161;
	line-height: 150%;
	margin-top: 10px;
  margin-left: 80px;
}
h2 {
  color: #B1967C;
  font-weight: normal;
  font-family: "Palatino Linotype", Baskerville, serif;
  font-size: 2.2em;
  border-bottom: 2px white solid;
  background: url(images/02/bullet_flower.png) no-repeat;
  padding: 0 0 2px 80px;
  margin: 0; 
}
.intro {
  color: #6A94CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-left: 0;
  margin-bottom: 25px;
}
