<head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] >
<head>
<title>Tabler Insurance</title>
<style type="text/css">
div#wrap{
width: 800px;
margin: 0 auto;
background: url(/images/sides.gif);
}
div#main {
min-height: 500px; /* height of background image */
padding-right: 30px; /* width of right bar */
padding-bottom: 100px; /* height of bottom bar */
background: url(/images/mainbg.jpg) bottom left no-repeat;
}
* html div#main {
height: 500px; /* For IE6, which doesn't do min-height */
}
div#body {
margin-left: 140px; /*Width of menu + a bit*/
font-family: verdana,sans-serif;
}
ul#menu {
padding: 0;
margin: 0;
float: left;
list-style-type: none;
width: 130px; /* width of left bar */
}
ul#menu li {
padding: 0;
margin: 0;
}
ul#menu a {
display: block;
font-family: Georgia,serif;
font-size: larger;
color: #000;
text-decoration: none;
}
ul#menu a:hover,
ul#menu a:focus {
background-color: #99f;
}
</style>
</head>
<body>
<div id="wrap">
<div id="head">
<img src="/images/headerbanner.jpg" alt="Tabler Insurance Agency" title="" />
</div>
<div id="main">
<ul id="menu">
<li><a href="/">Home</a></li>
<li><a href="/services.htm">Services</a></li>
<li><a href="/contact.htm">Contact</a></li>
</ul>
<div id="body">
<p>
Founded in 1988, Tabler Insurance is a leader in providing quality protection for hundreds of individuals, families and businesses throughout Northwestern Ohio. Providing superior customer service and low rates along with our ability to understand our customer’s coverage needs drives the success of our agency.
</p>
<p>
By offering world class protection for your Auto, Home, Health, Business, and Life Insurance, we make sure that you're covered today as well as in the future so that you can focus on what is important to you and your family. At Tabler Insurance our #1 job is to assist you in identifying your needs and problems, while putting together a customized plan that's simple and easy to understand.
</p>
</div>
</div>
</body>
</html>