body {
	background-color: #e3bda6;
	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 */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

.oneColFixCtrHdr #container {
	margin: 0 auto;
	border: 0;
	font-family: "Century Gothic";
	color: #db8232;
}
.oneColFixCtrHdr #header {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #title {
	background-image: url(images/Biblio.jpg);
	background-repeat: repeat;
	color: #e6bc28;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #title hr{
	margin-left: 50px;
	margin-right: 50px;
	height: 3px;
	background-color:#db8232;
	border: 0;
}
.oneColFixCtrHdr #content {
	color: #4a90a9;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 10px;
	margin-bottom: 50px;
	float: center;
}
.oneColFixCtrHdr #content h1{
	padding: 0 10px;
}
.oneColFixCtrHdr #content 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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
