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

body {
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	color: #e6f08e;
	font-family: Arial, Verdana, Geneva, sans-serif;
}

p {
	font-size: 10pt;
	line-height: 1.2em;
	text-align: justify;
	margin: 1em 1em 0;
}

a {
	color: #e6f08e;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
}

#wrapper {
	width: 910px;
	margin: 2em auto;
	padding: 0;
}

#header {
	background: url(../images/banner_header2.png) no-repeat top center;
	height: 277px;
}

#content {
	border: 5px solid #501ba0;
	background: url(../images/bkg_content.png) repeat-y center;
}

#content_upper {
	background: url(../images/bkg_upper.png) no-repeat top center;
	height: 40px;
}

#content_lower {
	background: url(../images/bkg_lower.png) no-repeat bottom center;
	height: 40px;
}

#content_left {
	text-align: center;
	width: 47%;
	float: left;
	margin-left: 2em;
}

#content_left h3 {
	color: #eab811;
	font-size: 10pt;
}

#content_right {
	text-align: center;
	width: 46%;
	float: left;
}

#content_right p {
	font-size: 14pt;
	text-align: center;
	color: #eab811;
}

#footer {
	margin: 3px auto;
	width: 98%;
	color: #eab811;
	font-size: 8pt;
	text-align: center;
	height: 106px;
}

#footer p {
	font-size: 8pt;
}

