* {
	margin: 0px;
	padding: 0px;
}
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-image: url(images/background.jpg);
	background-color: #2f4e7c;
	background-repeat: repeat-x;
	background-position: left top;
	height: 950px;
}
.oneColElsCtr #container {
	width: 986px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/washerBackground.jpg);
	height: 989px;
	background-color: #FFFFFF;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #mainContent #header {
	width: 940px;
	margin-top: 20px;
	height: 140px;
}
#content {
	margin: 145px 230px 0px 220px;
	height: 480px;
	width: 525px;
	padding-top: 25px;
	position: relative;
}
#content img {
	margin-left: 185px;
	position: relative;
	top: -10px;
}
#content dl .drop {
	padding-top: 20px;
}
#content h1 {
	font: 18px Verdana, Geneva, sans-serif;
	padding-left: 213px;
}
#content h2 {
	font: 14px Verdana, Geneva, sans-serif;
	padding-left: 200px;
	text-decoration: underline;
}
#content h3  {
	font: 12px Verdana, Geneva, sans-serif;
	padding-left: 25px;
}
#content p    {
	font: 200 12px Verdana, Geneva, sans-serif;
	padding-right: 25px;
	padding-left: 50px;
}
#content ul li   {
	font: 10px Verdana, Geneva, sans-serif;
	margin-left: 150px;
}
#content #list1 {
	width: 265px;
	text-align: right;
	position: absolute;
	top: 307px;
}
#content #list2  {
	width: 265px;
	text-align: left;
	font: 12px Verdana, Geneva, sans-serif;
	position: absolute;
	left: 279px;
	top: 306px;
}
dt {
	font: 12px Verdana, Geneva, sans-serif;
}
#content table {
	position: absolute;
	top: 402px;
	left: 134px;
	width: 313px;
}
#content table tr td {
	font: 12px Verdana, Geneva, sans-serif;
}
#address p     {
	font: oblique normal 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
	position: absolute;
	border-style: none;
	padding: 0px;
	left: 141px;
	top: 455px;
}
#credit    {
	text-decoration: none;
	float: left;
	width: 980px;
	margin-top: 127px;
}
#credit a img    {
	border-style: none;
	padding-right: 629px;
	margin-left: 5px;
}
