body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
}
h1 {
	font-size: 18pt;
}
p {
	line-height: 16pt;
}
#framework {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#menu {
	height: 56px;
	background-image: url(../images/layout/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14pt;
}
#menu ul {
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#content {
	width: 850px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.container {
	clear: both;
}
.contentSectionFull {
	width: 850px;
	clear: both;
}
.contentSectionSplit {
	width: 410px;
	float: left;
}
.contentSectionThreeFourths {
	width: 600px;
	float: left;
}
.contentSectionOneFourth {
	width: 200px;
	float: left;
}
.contentSectionSpacer {
	width: 30px;
	float: left;
}
#footer {
	clear: both;
	background-image: url(../images/layout/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 75px;
	text-align: center;
	font-size: 8pt;
	line-height: 15pt;
}