@charset "UTF-8";
body {
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	background: #6B7781 url(images/bg_gradient.jpg) repeat-x fixed center top;
	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;
}
a {
	color:#A6388E;
}
h3 {
margin-bottom:2px;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
}
.oneColFixCtr #container #content {
	right: 0px;
	width: 270px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content {
	padding-top:130px;
	float:left;
	vertical-align:bottom;
}
.textContent {
	background: #939CA3 url(images/bg_gradient_text_content.jpg) repeat-x fixed center top;
	padding:20px;
}
