body {
	background-color: #CDE6FF;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	padding-top: 100px;
}

h1 {
	color: #C7AAAA; 
	font-size: 3em;
	font-family: "Arial Black", Arial, sans-serif;
	margin: 0;
}

h2 {
	color: #B1967C; 
	font-weight: normal;
	font-family: "Palatino Linotype", Baskerville, serif;
	font-size: 2.2em;
	border-bottom: 2px white solid;
	background: url(images/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;
}

p {
	font-family: "Palatino Linotype", Baskerville, serif;
	color: #616161;
	line-height:150%;
	margin-top: 10px;
	margin-left:80px;
}
