@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #573466;
	background-image: url(images/background-top.png);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#content-top {
	background-image: url(images/content-top.png);
	height: 40px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 20px;
}
#content-back {
	background-image: url(images/content-back.png);
	background-repeat: repeat-y;
	height: auto;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	background-image: url(images/content-footer.png);
	height: 40px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#pp a {
	float: right;
	height: 45px;
	width: 50px;
	margin-top: 25px;
	margin-right: 22px;
}
.style1 {
	font-size: 30px;
	font-weight: bold;
	color: #FF0000;
}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {color: #FF0000}
.style4 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.style5 {
	color: #000000;
	font-weight: bold;
}
.style6 {color: #000000}
.style8 {color: #FF0000; font-size: 18px; }
.footertext, .footertext a {
	color:#CC99FF;
	font-size:9px;}
