body {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	background-image:url(images/bp-back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #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 */
	}

h1 {
	font-size: 18px;	
	}

hr {
	color: #9CC;	
	}

.oneColFixCtrHdr a:link {
	color: #996633;
	text-decoration:none;
	}

.oneColFixCtrHdr a:visited {
	color: #ff9966;
	text-decoration:none;
	}

.oneColFixCtrHdr a:hover {
	color: #187596;
	}

.oneColFixCtrHdr a:active {
	color: #996633;
	text-decoration:none;
	}
		
.oneColFixCtrHdr #container {
	width: 930px;  /* 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 */
	margin-top: 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}

.oneColFixCtrHdr #headerpic {
	background: url(images/bp-topleft.jpg) center;
	width: 540px; height: 230px;
	position:relative;
	}

.oneColFixCtrHdr #headertitle {
	background: url(images/bp-topright.jpg) center;
	width: 400px;
	height: 230px;
	position:relative;
	left: 540px;
	top: 29px;
	font-color: #CCC;
	}

.oneColFixCtrHdr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fffcd1 url(images/bp-content-bg.jpg) top center;
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 18px;
	}
	
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#187596;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	}

.oneColFixCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

.oneColFixCtrHdr #blurb {
	color: #CCCCCC;
	text-align: right;
	width: 380px;
	}

.oneColFixCtrHdr #menubar {
	width: 100%x;
	margin: 10px 10px;
	}

.oneColFixCtrHdr #menubar ul, #menubar ol, #menubar li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#menubar li a {
	margin: 5px 20px 5px 20px;
	}

#menubar li a:link {
	color: #CCCCCC;
	text-decoration:none;
	}
		
#menubar li a:hover {
	color: #CCCCCC;
	border-bottom: 3px solid #960;
	}
