@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #666666;
	background-image: url(images/water_bk.jpg);
}
.oneColLiqCtr #container {
	width: auto;
	text-align: left;
	background-image: url(images/water_bk.jpg);
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10;
	margin-left: 10;
}
.oneColLiqCtr #mainContent {
	border: thick ridge #0cf;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-collapse: collapse;
	background-color: #CCF4FF;
}
table {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
