@charset "UTF-8";
body {
	background-color: #111111;
	background-image: url(images/pagebg.jpg);
	margin: 0px;
}
/* CSS Document */

#content {
	width: 520px;
	color: #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/20prcnt.png);
	background-repeat: repeat;
}
#content .header {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 10px;
}
.break {
	padding-top: 10px;
}
#content .image {
	width: 424px;
	margin-right: auto;
	margin-left: auto;
}
#content .section h1 {
	font-size: 24px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	letter-spacing: 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
#content .section h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0px;
	color: #FF6699;
}
#content .section h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: -5px;
	color: #999999;
}
#content   .section   p   {
	padding: 0px;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 45px;
	font-size: 12px;
}
#content .section ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 12px;
}
#content .section li {
	padding-top: 0px;
	padding-bottom: 10px;
	list-style-type: none;
}
.footer {
	text-align: left;
	font-size: 9px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	background-color: #010101;
	margin: 0px;
	padding: 10px;
	background-repeat: repeat;
}
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
#content strong {
	color: #FF3366;
}
