@charset "windows-1252";  

  H1 {
  font-family: times;
  font-weight: normal;
  font-size: 1.9em;
  text-decoration: underline;
  
  }
  H2 {
  font-family: tahoma;
  font-weight: normal;
  font-size: 1.4em;
  text-decoration: none;
  
  }
  H3 {
  font-family: tahoma;
  font-weight: normal;
  font-size: .7em;
  text-decoration: none;
  
  }
  #wrapper {
  background-color: "white";
  width: 900px;
  height: 450px;
  text-align: left;
  border-style: solid;
  border-width: 2px;
  border-color: "navy";
  }
 #head {
  background-color: "SKYBLUE";
  height: 100px;
  margin: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: "NAVY";
  }
#content {
  background-color: white;
  background-image: url(paintcans.jpg);
  background-repeat: no-repeat;
  background-position: center right;
  text-align: left;
  height: 300px;
  margin: 10px;
  padding: 20px;
  border-style: ;
  border-width: 1px;
  border-color: "SADDLEBROWN";
  }   
  #left {
  width: 250px;
  height: 340px;
  float: left;
  margin: px;
  padding: 10px;
  border-style: ;
  border-width: 1px;
  border-color: "palegray";  
  }
  #right {
  background-color: transparent;
  width: 320px;
  height: 250px;
  float: right;
  margin: 10px;
  padding: 10px;
  border-style: dotted;
  border-width: 1px;
  border-color: "palegray";  
  }
  #footer {
  background-color: "SKYBLUE";
  height: 100px;
  margin: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: "NAVY";
  }

