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: #ffffff;
	/*background-image: url(bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
}
.oneColElsCtr #container1 {
	width: 818px;
	height: 29px;
	margin: 0 auto;
	text-align: left;
	border: 0px dotted #999999;
	background-image: url(../images/bg_containertop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColElsCtr #container2 {
	width: 818px;
	margin: 0 auto;
	text-align: left;
	border: 0px dotted #999999;
	background-image: url(../images/bg_containermiddle.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColElsCtr #container3 {
	width: 818px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	border: 0px dotted #999999;
	background-image: url(../images/bg_containerbottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColElsCtr #mainContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: #FFFFFF;
	background-image: url(bg_container.jpg);
	background-repeat: repeat-y;
	background-position: right;*/
}
