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;
	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;
	background-color: #FFFFFF;
	background-image: url(images/bkg.jpg);
		
}
a:link {
	color: #996600;
}
a:hover {
    font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #006699;
}
a:visited {
	color: #996600;
}

.oneColLiqCtrHdr #container {
	border: 1px solid #000000;
	background-color: #cbf4e3;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	text-align: left;
	top: auto;
	vertical-align: top;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;	
}
h1 {
	font-family: Times New Roman;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	top: 10px;
	text-decoration: underline;
	word-spacing: 2px;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #cbf4e3;
	height: auto;
	width: auto;
	top: 0px;
	}
.oneColLiqCtrHdr #footer {
	font-family: Tahoma, arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #999999;
	color: #000000;
} 
.oneColLiqCtrHdr #footer p {
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 10px;
	color: #000000;
}


.books {
	font-size: 11px;
	font-weight: bold;
	color: #996633;
}
 a.books:hover {
	font-size: 11px;
	font-weight: bold;
	color: #996633;
}

 a.footer:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.newsheader {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.bookheading {
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #996633;
}

