body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #000000;
}
.oneColFixCtr #container {
	width: 810px;
	margin: 30px 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. */
	padding: 0;
}
.oneColFixCtr #border {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	padding: 5px;
}
.oneColFixCtr #mainContent {
	padding: 0 0 40px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/purple-background.gif);
	margin: 0;
	width: 800px;
}
#topContainer {
	width: 800px;
	margin: 0;
	text-align: left;
	height: 199px;
}
#logo {
	float: left;
	width: 283px;
	padding: 0px;
	margin: 0px;
	height: 199px;
}
#partnerTop {
	margin: 0 0 0 283px;
	padding: 10px 10px 0 0;
	width: 504px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	height: 189px;
	text-align: right;
	color: #FFF;
	font-weight: normal;
}
.partnerTop a {
	color: #FFF;
}
#navigation {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: normal;
	background-color: #61283d;
	height: 18px;
	width: 800px;
	color: #FFF;
	padding: 5px 0 7px 0;
	margin: 0;
	text-align: center;
}
#navigation   a {
	text-decoration: none;
	color: #FFF;
	padding: 5px 15px 7px 15px;
	margin: 0;
}
.navigation a:hover {
	background-color: #333;
}
.navigationIn {
	background-color: #3C1825;
	padding: 5px 15px 7px 15px;
}
#centerPic {
	background-color: #61283d;
	height: 246px;
	width: 800px;
	padding: 0;
	margin: 10px 0 0 0;
}
#content {
	background-color: #CCC;
	width: 680px;
	margin: 20px 40px 0 40px;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
}
#header {
	width: 680px;
}
h1 {
	font-weight: normal;
	margin: 0;
	padding: 0 0 15px 0;
}
#contentImgTxt {
	width: 331px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentImgTxt li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #61283D;
	list-style-image: url(images/content-bullet.gif);
	margin: 0 0 0 15px;
	padding: 2px 0 0 0;
}
a {
	color: #61283D;
}
a:hover {
	color: #61283D;
	text-decoration: underline;
}
#contentImg {
	margin: 0 0 0 331px;
	padding: 0 0 0 10px;
	width: 339px;
	float: right;
	top: 340px;
	position: absolute;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	width: 810px;
	text-align: right;
	padding: 5px 0 5px 0;
}	
.copyright a {
	color: #FFF;
}
.copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}
