@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-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;
}
a {
	text-decoration: none;
	color: #F79910;

}
a:hover { color: #FFFFFF; text-decoration: none;}
.orange {
	color: #F79910;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #containerHome {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-repeat:no-repeat;
	text-align:right;
 	height:50px;
	background-color: #000000; 
	padding: 0;  /* 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. */
}

.oneColFixCtrHdr #header #topNav {
	padding-top:5px;
	}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	text-align:center;
}
.oneColFixCtrHdr #footer {
	font-size:8pt;
	color:#666666;
	padding-left: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-top:10px;
	background:#000000;
	border-top:1px solid white;
}
.oneColFixCtrHdr #footerHome {
	font-size:8pt;
	color:#666666;
	padding: 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-top:1px solid white;
}
.oneColFixCtrHdr #footer a {
	color:#666666;
	}
#olivejuice {
	padding-bottom:5px;
	}
#bottomNav {
	padding-top:25px;
	}	
#bottomNav a {
	font-size:x-small;
	color:#141414;
	text-decoration:underline;
	text-align:center;
	}	