@charset "utf-8";
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; /* 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: 18px;
	background-color: #FFF;
	text-align: center;
}
.oneColFixCtr #container {
	width: 805px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColFixCtr #buttons{
	position: absolute;
	width: 583px;
	top: 59px;
	right: 113px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}
.oneColFixCtr #container #buttons .wordspace {
	padding-right: 15px;
}



.oneColFixCtr #mainContent {
	padding-top: 20px;


}
.oneColFixCtr #container .emails {
	width: 288px;
	position: absolute;
	left: 462px;
	top: 166px;
	height: 336px;
	text-align: left;
}
.oneColFixCtr #mainContent .emails p {
	margin-top: 0px;
	margin-bottom: 0px;
}

