body
{
	font-family: "helvetica";
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: ;
}

div#container
{
	width: 800px;
	height: 1000px;
	margin: 10px auto;
	background-color: ;
	background-image: url("images/washer.jpg");
	background-repeat:no-repeat;




}

div#header
{
	height: 160px;
	width: 600px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: ;
	text-align: right;
}

div#header2
{
	height: 40px;
	width: 795px;
	background-image: url("images/.png");
	background-repeat: repeat;
	background-position: center;
	font-family: century gothic;
	color: white;
	padding-top: 1px;
	padding-bottom: 20px;
}


div#content
{
	font-size: 14px;
	color: ;
	height: ;
	
}

div#left
{
	float: left;
	width: 144px;
	height: 480px;
	overflow: auto;
	color: white;
	background-color: ;
	background-image: url("images/BGcenter copy.png");
	background-repeat: repeat;
	background-position: bottom center;
	padding-left: 10px;
}
div#center
{
	float: left;
	width: 490px;
	height: 480px;
	overflow: auto;
	color: white;
	background-color: ;
	background-image: url("images/BGcenter copy.png");
	background-repeat: ;
	background-position: bottom center;
	border: ;
	font-size: 0.95em;
}
div#right
{
	float: left;
	width: 155px;
	height: 480px;
	overflow: auto;
	text-align:right;
	background-color: ;
	background-image: url("images/BGcenter copy.png");
	background-repeat: repeat;
	background-position: bottom center;
}



#footer {
	text-align: left;
	font-size: 9px;
	height: 50px;
	clear: left;
	padding-top: 150px;
	padding-left:20px;
	background-color: ;

}


a
{
	color: black;
	text-decoration: none;
	padding: ;
	
}



a:active { color: #0091FF; }
a:hover { color: #0091FF; }


img
{
	border: none;
}
