@charset "UTF-8";
body {
	background-color: #090909;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	position: relative;
	z-index: 1;
	top: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 246px;
	width: 950px;
	position: relative;
	z-index: 2;
	top: 0px;
}
#header2 {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 246px;
	width: 950px;
	position: relative;
	z-index: 2;
	top: 0px;
}
#wrapper {
	background-image: url(../images/repeat.jpg);
	background-repeat: repeat-y;
	width: 950px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin: 0px;
	padding: 0px;
	top: 0px;
	height: auto;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 457px;
	width: 50px;
	position: absolute;
	z-index: 4;
	left: 51px;
	top: 125px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 139px;
	width: 950px;
	z-index: 5;
}
#content {
	width: 745px;
	z-index: 6;
	left: 122px;
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #000000;
}
#content li {
	padding-bottom: 10px;
}
#header span {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	display: none;
}
#header2 span {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	display: none;
}
#title {
	height: 25px;
	width: 650px;
	position: absolute;
	z-index: 8;
	left: 150px;
	top: 160px;
}
#footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
	padding-top: 25px;
	padding-left: 135px;
}
.blacktext {
	color: #000000;
}

