body {
	background-color: #F0DAF2;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #309;
}
#header {
	background-color: #752B7D;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header h1 {
	color: #FFF;
	font-size: 70px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrap {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#pics {
	text-align: center;
}
#pics img {
	border: 2px solid #752B7D;
	margin-right: 7px;
	margin-left: 7px;
}
#text {
	text-align: justify;
	margin-right: 12px;
	margin-left: 12px;
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #F0DAF2;
	font-size: 12px;
}
#link {
	text-align: center;
	padding-bottom: 10px;
	background-color: #752B7D;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #FFF;
}
#link a {
	color: #FFF;
	font-size: 30px;
}
#footer a {
	color: #F0DAF2;
}
