@charset "UTF-8";
body {
	font-family: Baskerville, Times, Times New Roman, serif;
	background: #000000;
	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;
	line-height:1.2em; /* 16×1.125=18 */
	font-size:1em; /* 16x.875=14 */	
}
p {
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
h3 {
	line-height: 1.5em;
}

.oneColFixCtr #container {
	width: 950px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border-style: solid;
	border-top: 0px;
	border-left: 12px solid #fe73a6;
	border-right: 12px solid #fe73a6;
	border-bottom: 12px solid #fe73a6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 700;
}
.oneColFixCtr #mainContent {
	margin: 0 0 10 0;
	padding: 0 0 10 0;
	background: #ffffff;
}
.oneColFixCtr #header {
	margin: 0;
	padding: 0;
	text-align: center;
}
.oneColFixCtr #header h1 {
	font-family: Textile;
	font-size: 3em;
	margin-bottom: 5;
	margin-top: 5;
	text-align: center;
}
.oneColFixCtr #header h2 {
	font-family: Textile, Baskerville, Times, Galliard, Times New Roman, serif;
	font-weight: bold;
	font-size:1.4em;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	color: #fe73a6;
	vertical-align: center;
}
.oneColFixCtr #header a {
	text-decoration: none;
	color: fe73a6;
}
.oneColFixCtr #footer {
	margin: 0;
	padding: 0;
}
.oneColFixCtr #footer a {
	text-decoration: underline;
	color: #000000;
}
