@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/p.jpg);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	color: #5031c5;
}
p {
	font-size: 16px;
}
h1 {
	font-family: Palatino;
	text-align: center;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-family: Palatino;
	color: #827dd1;
	text-align: center;
	font-style: italic;
	font-size: 28px;
	font-weight: normal;
}
#pageContainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#pageContent {
	width: 800px;
	margin-top: 75px;
	float: left;
}

.style15 {
	font-size: 24px;
	font-family: "Savoye LET";
	color: #6633CC;
}

.contentLeft {
	float: left;
	width: 430px;
	text-align: left;
}
.contentRight {
	float: left;
	width: 370px;
	text-align: center;
}
.pageFoot {
	width: 800px;
	float: left;
	text-align: center;
}
.pageFoot p {
	font-size:8pt;
	font-family: Palatino;
}
.clearAll {
	clear: both;
}
