?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//En"
"http://www.w3.org/TR/xhtmll/DTD/xhtmll-transitional.dtd">
<html xmlns="http://www.w3c.org/1999/xhtml">
<head>
<link rel="stylesheet" href="fishcreek.css" type="text/css" />
<title>Fish Creek Animal Hospital Services</title>
</head>
 
<body>
<div id="wrapper">
<h1>Fish Creek Animal Hospital</h1>
 
<div id="nav">
<a href="index.html">Home</a> 
<a href="services.html">Services</a>
<a href="askthevet.html">Ask the Vet</a>
<a href="contact.html">Contact</a>
</div>
<br />
<ul>
 
<li><div class="category">Medical Services</div>
We offer state-of-the-art equipment and technology.</li>
<br />
<li><div class="category">Surgical Services</div>
Full range of surgical procedures including orthopedics and emergency surgeries.</li>
<br />
<li><div class="category">Dental Care</div>
A dental exam can determine whether your pet needs preventive dental care such as scaling and polishing.
</li>
<br />
<li><div class="category">House Calls</div>
The elderly, physically challenged, and multiple pet households often find our in-home veterinary service
helpful and convenient.
</li>
<br />
<li><div class="category">Emergencies</div>
At least one of our doctors is on call every day and night.
</li>
 
</ul>
 
 
 
<br />
<div id="footer">
1-800-555-5555<br />
1242 Grassy Lane<br />
Fish creek, WI 55534<br />
<br />
 
Copyright &copy; 2008 Fish Creek Animal Hospital<br />
<a href="mailto:Elizabeth@stewart.com">Elizabeth@stewart.com</a>
</div>
</div>
 
</body>
</html>
