<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pete the Painter</title>
<style type="text/css">
body { background-color:#f4ffe4;
       color:#333333;
       font-family:Arial, Verdana, sans-serif;
}
h1 { background-color:
     color:#5c743d;
     line-height: 50%;
     font-family:Georgia, "Times New Roman", serif;
}
h2 { background-color:#d5edb3;
     color:#5c743d;
     font-family:Georgia, "Times New Roman", serif;
}
h4	{background-color:
     color:#5c743d;
     font-family:Georgia, "Times New Roman", serif;
	 font-size:1.25
}
.test {color: #f4ffe4;
}
p {font-size:.90em;
}
ul {font-weight:bold;
}
.nav {	font-weight: bold;
	font-size: 1.25em;
}
#footer { font-size: .75em;
          font-style: italic;
}

.companyname { font-weight:bold;
        font-family:Georgia, "Times New Roman", serif;
        font-size:1.25em;
}
</style>
</head>
<link rel="stylesheet" type=text/css" href="../Painter/Painter.css">
<body>
 <h4> <img src="../Painter/Painterlogo.gif"/> </h4>
<div class="nav"><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="Testimonials.html">Testimonials</a> <a href="Free Estimate.html">Free Esitimate</a></div>
 <h2>Painting</h2>
 <p><img src="../Painter/Paintroom.jpg" height="55" width="70" align="left"/></p>
<h4> We were selling our home and needed a room paintied quickly.  Pete's team promptly came out and gave an estimate.  It was quite reasonable priced.  They started and finished the very next day!-- The Morris Family.</h4>
  <h2>Remodeling</h2>
  <p><img src="../Painter/undecorate_small.jpg" height="55" width="70" align="left"/></p>
  <h4> We needed to "undecorate" a room -- the prvious owners had been a little too creative. Pete's team provided an estimate, promptly began work, and within a few days our room was looking great! -- The Felkes </h4>
  <div>
  </div>
  <h1> 1-800-The-Painter</h1>
  
<p id="footer">Copyright &copy; 2007 Travis Mason</p>
<p class="test">stuff</p>
</body>
</html>