html,body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
        color: #132347;
	background: #507c9b url(design/bg.jpg) repeat-x;
        margin: 0px;
        padding: 0px;
}
table {
    border: 0px;
   margin-left:auto;
        margin-right:auto;
}
td.banner {
width: 773px;
height: 142px;
background-image: url(design/banner.gif); 
}
td.middle {
width: 773px;
height: 48px;
background-image: url(design/middle.jpg); 
}
a.home {
    display: block;
    width: 85px;
    height: 25px;
    background: url("design/home.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.home {
    background-position: -85px 0;
}
a.about {
    display: block;
    width: 92px;
    height: 25px;
    background: url("design/about.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.about {
    background-position: -92px 0;
}
a.blog {
    display: block;
    width: 85px;
    height: 25px;
    background: url("design/blog.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.blog {
    background-position: -85px 0;
}
a.schedule {
    display: block;
    width: 183px;
    height: 25px;
    background: url("design/schedule.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.schedule {
    background-position: -183px 0;
}
a.benefits {
    display: block;
    width: 109px;
    height: 25px;
    background: url("design/benefits.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.benefits {
    background-position: -109px 0;
}
a.directions {
    display: block;
    width: 122px;
    height: 25px;
    background: url("design/directions.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.directions {
    background-position: -122px 0;
}
a.contact {
    display: block;
    width: 97px;
    height: 25px;
    background: url("design/contact.gif") 0 0 no-repeat;
    text-decoration: none;
}
a:hover.contact {
    background-position: -97px 0;
}
td.dealsbg {
width: 204px;
height: 304px;
background-image: url(design/dealsbg.jpg); 
}
td.deals {
width: 204px;
height: 50px;
background-image: url(design/deals.jpg); 
}
td.content {
width: 555px;
height: 354px;
background-image: url(design/middlebg.jpg); 
}
td.rightbar {
width: 14px;
height: 354px;
background-image: url(design/rightbar.jpg); 
}
td.bottom {
width: 773px;
height: 18px;
background-image: url(design/bottom.jpg); 
}
img {
border: 0px;
}
a:link {
text-decoration: underline; color: #132347;
}
a:visited {
text-decoration: underline; color: #132347;
}
a:hover {
text-decoration: none; color: #132347;
}
a:active {
text-decoration: underline; color: #132347;
}
div.center {
text-align: center;
}
div.right {
text-align: right;
}
div.left {
text-align: left;
}