@charset "utf-8";
/* CSS Document */
body {
	text-align: center; /* for IE */
	font-family: "Agency FB", Centaur, "Arial Narrow";
	font-size: 14px;
	color:#FFFFFF;
}
#main {
	text-align:left; /*text-align:inherit*/
	width: 975px;
	height: 100%;
	background-color:#000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}
#box {
	width: 800px;
	float: left;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: inline;  /* <---Solution for bug IE6 */
	height: 100%;
	margin: 2px;
}
#header {
	width: 615px;
	height: 33px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	}
#menu {
	width: 600px;
	height: 25px;
	padding-bottom: 7px;
	text-align: left;
	padding-right: 0px;
	margin-top: 7px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 7px;
}
#content {
	width: 567px;
	height: 100%;
	font-size: 15px;
	font-family: "Agency FB", Centaur, "Arial Narrow";
	line-height: 1.3em;
	letter-spacing: 0.6px;
	text-align: justify;
	color: #FCFCFC;
	margin-left: 5px;
	}
#sectionhead {
	height: 100%;
	width: 567px;
	margin-top: 30px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	color: #23AE00;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #23AE00;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #23AE00;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sectiona {
	width: 567px;
	height: 100%;
	font-family: "Agency FB", Centaur, "Arial Narrow";
	line-height: 1.3em;
	letter-spacing: 0.6px;
	text-align: left;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 15px;
}
#sectionb {
	width: 567px;
	height: 100%;
	font-family: "Agency FB", Centaur, "Arial Narrow";
	line-height: 1.3em;
	letter-spacing: 0.6px;
	text-align: left;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
#sectionc {
	width: 567px;
	height: 100%;
	font-family: "Agency FB", Centaur, "Arial Narrow";
	line-height: 1.3em;
	letter-spacing: 0.6px;
	text-align: left;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 100px;
}
#graphic {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: left;
}
.desc {
	margin-left: 4px;
	margin-right: 10px;
	}
.core {
	font-size: 17px;
	font-weight: bold;
	margin-left: 3px;
	padding: 2px;
	}
#credits-left {
	float:left;
	width:283px;
	margin-top: 10px;
	margin-left: 0px;
	color:#999999;
	font-size:12px;
	line-height:15px;
}
#credits-right {
	float:right;
	text-align:right;
	width:283px;
	margin-top: 10px;
	color:#999999;
	font-size:12px;
	line-height:15px;
}
