body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #8f9599;
}

/*a, a:visited, a:active {
	color: #3CF;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

a:hover {
	color: #000;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}*/

.nav a, a:visited, a:active {
	color: #3CF;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.nav a:hover {
	color: #006ECC;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

.container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1f2a32;
}
.mainContent {
	padding: 0px 115px 50px 115px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}
.headerImage {
	background-color: #000;
}
.contentBox {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #8f9599;
}
.contentBoxBGWhite {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #8f9599;
	color: #5B5F60;
}
.containerBGWhiteText    {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.mainContentBGblackText    {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;

}
.containerBook {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1f2a32;
	background-image: url(../books/advert.jpg);
}
.containerCopy .mainContentBlacktext {
	color: #000;
}
.containerCopy .mainContent table tr td table tr th h2 {
	color: #000;
}
.containerCopy .mainContent table tr td table tr th p {
	color: #000;
}
.containerCopy .mainContent table tr td table {
	color: #000;
}

