@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;
	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: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 18px;
}
p {
	margin: 0;
	line-height: 18px;
	padding-bottom: 8px;
}
h1 {
	margin: 0;
	line-height: 0px;
	padding-bottom: 15px;
}
h2 {
	margin: 0;
	padding-top: 18px;
	padding-bottom: 2px;
}
a, a:hover, a:visited {
	color: #902b6f;
	text-decoration: none;
}
.twoColFixLtHdr #container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #container #mainContent .seperator {
	background-image: url(../__images/sep-repeat.gif);
	background-repeat: repeat-x;
	margin: 15px 0;
	vertical-align: middle;
}.twoColFixLtHdr .center_block {
	text-align: center;
	padding-bottom: 10px;
}

