@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000 no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	clear: both;
	float: none;
}
.oneColFixCtrHdr #header {
	background: url(images/slr_header.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	clear: both;
	float: left;
	height: 125px;
	width: 990px;
}
.oneColFixCtrHdr #slr_logo {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/main_slr_logo.jpg) no-repeat;
	margin: 0px;
	height: 184px;
	width: 990px;
	float: left;
	clear: none;
}

.oneColFixCtrHdr #mainContent #logo_link_container {
	margin: 0px;
	padding: 0px;
	height: 144px;
	width: 990px;
	float: none;
	clear: both;
}

.oneColFixCtrHdr #mainContent #logo_link_container #piuma_prod {
	background: url(images/all_logos.jpg) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 144px;
	width: 347px;
}
.oneColFixCtrHdr #mainContent #logo_link_container #piuma_prod:hover {
	background: url(images/all_logos.jpg) no-repeat 0px -144px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 144px;
	width: 347px;
}

.oneColFixCtrHdr #mainContent #logo_link_container #shining_light {
	background: url(images/all_logos.jpg) no-repeat -347px 0px;
	margin: 0px;
	padding: 0px;
	height: 144px;
	width: 303px;
	float: left;
}
.oneColFixCtrHdr #mainContent #logo_link_container #shining_light:hover {
	background: url(images/all_logos.jpg) no-repeat -347px -144px;
	margin: 0px;
	padding: 0px;
	height: 144px;
	width: 303px;
	float: left;
}


.oneColFixCtrHdr #mainContent #logo_link_container #piuma_pub {
	background: url(images/all_logos.jpg) no-repeat -650px 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 144px;
	width: 340px;
}
.oneColFixCtrHdr #mainContent #logo_link_container #piuma_pub:hover {
	background: url(images/all_logos.jpg) no-repeat -650px -144px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 144px;
	width: 340px;
}




.oneColFixCtrHdr #footer {
	padding: 130px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD url(images/bottom.jpg) no-repeat;
	margin: 0px;
	clear: both;
	float: none;
	height: 87px;
	width: 990px;
}

.oneColFixCtrHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #footer p a {
	color: #FFF;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer p a:hover {
	color: #CCC;
	text-decoration: underline;
}
.oneColFixCtrHdr #bottom_spacer {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 990px;
	float: left;
	clear: both;
}


.bold {
	font-weight: bold;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
}
