body {
	margin: 0 0 15px 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 60px;
	padding-left: 60px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#links {
	float: right;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#download_content {
	height: 200px;
	padding-top: 50px;
}
#mainContent {
	margin-top: 25px;
	margin-bottom: 100px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}
.oneColElsCtr #container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left;
	background-image: url(images/headerbg.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#bubbles {
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
