@charset "utf-8";
img {
	border: 0;
	float: none;
	margin: 0 auto;
}
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: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fcfafa;
	text-align: center;
	margin-left: 0px;
}
.twoColFixRtHdr #container {
	width: 880px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #fcfafa;
	color: #96919c;
	margin-left: 0%;
	margin: 0 auto;
} 
.twoColFixRtHdr #header {
	color: #fcfafa;

} 
#logo_under {
	height: 6px;
	width: 870px;
	float: left;
}

.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #fcfafa;
}
.twoColFixRtHdr #mainContent {
	background-color: #fcfafa;
	margin-top: 45px;
	margin-right: 30px;
	margin-bottom: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #fcfafa;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #fcfafa;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	background-color: #fcfafa;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	background-color: #fcfafa;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #fcfafa;
}
#nav {
	height: 42px;
	width: 600px;
	float: right;
	color: #FFF;
	background-color: #fcfafa;
}
#logo_1 {
	float: left;
	height: 36px;
	width: 170px;
	background-color: #fcfafa;
	margin-top: 4px;
}
