

body {
  
  
  background: url(images/background.jpg) no-repeat left top;
  text-align: center;

  }



#header {
  margin: 0px auto;
  margin-top: 20px;
  background: url(images/commercial_green_cleaning_products.png) no-repeat center top;
  width: 880px;
  height: 295px;
  padding: 0px;
  border-style: none;
  background-color: transparent;


  
  
  }

#container {
  margin: 0px auto;
  background: url(images/commercial_green_cleaning_product.png) repeat-y center top;
  width: 880px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
    text-align: justify;

  
  
  }


#menu {
	float: left;
	background: url(images/cleaning_green.png) no-repeat left top;
	margin-left: 12px;
	width: 230px;
	padding: 60px 0 0 15px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #336600;
	
}
a {
	color: #336600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#content {
	
	text-align: justify;
	font-family: calibri;
	font-size: 12px;
	color: #000;
}
a {
	color: #336600;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	font-face: calibri;
	font-style: italic;
	color: #336600;
}
li {
	font-family: calibri;
	font-size: 15px;
	color: #000;
}


#footer {
  margin: 0px auto;
  background: url(images/green_commercial_cleaning_products.png) no-repeat center top;
  width: 880px;
  height: 198px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
  text-align: justify;

  
  
  }

