body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #990134;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}
.oneColFixCtr #container {
	width: 1023px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
}
.header { height: 40px;text-align: left; }
.headerRight { float: right; width: 475px;}
.social { float: left; height: 32px;font-size: 14px;}
.logo { width: 32px; margin: 0 10px;}
.text { padding: 8px 0 0 0; }
.social img { margin: 0 10px 0 0; }
.social a { text-decoration: none; }
.social a:hover { text-decoration: underline; }
.triangle { background: url('triangle.png') 0 5px no-repeat; padding: 5px 0 0 30px; }
.oneColFixCtr #mainContent {
}
.footer { margin: 50px 0 100px 0; text-align: left; }
h1 { font-size: 26px; }
p { font-size: 16px; }
a { color:#fff; text-decoration: underline; }
a:hover { text-decoration: none; }
.yellow { color:#FCD62D;}
.textRight { text-align: right; }

img { border: 0 ;}