﻿#bodydiv { padding: 0 350px 0 350px; border: 0; text-align: center; /* centering hack for IE5.x/Win */	background: gray; }

#sizer { width: 51%; margin: 0 auto 0 auto; /* standard centering method */

text-align: left; /* resets centering hack to default */ max-width: 150px; /* page sizes max/min 1000 - 700 = 300 */ padding: 0; border: 0; }

#expander { margin: 0 -350px 0 -350px; position: relative; min-width: 750px; text-align: left; padding: 0; border: 0; }

/* Holly hack for IE \*/

* html #bodydiv, * html #sizer, * html #expander { height: 0; }

/* */

/* helps IE get the child percentages right. */

#wrapper { width: 100%; border: 0; background:white; max-width:900px; }

        .body
        {
            background: gray;
        }
        .heading
        {
            font-family: "Bernard MT Condensed", Impact, Arial, Times;
            font-size: 20px;
            line-height: 50px;
            color:#676767;
        }
        .telephone
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:20px;
            font-weight:bold;
            color:#676767;
        }
        .hours
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:14px;
            font-weight:bold;
            color:#676767;
        }
        .maintext
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:14px;
            color:#676767;
            text-align:left;
        }
        .maintextright
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:14px;
            color:#676767;
            text-align:right;
        }
        .maintextbold
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:14px;
            font-weight: bold;
            color:#4B4B4B;
        }
        .menutext
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:14px;
            color:#676767;
            text-decoration: none;
            cursor: auto;
            line-height:0px;
        }
        .menutextmouseover
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:14px;
            color:#676767;
            text-decoration: underline;
            cursor: hand;
        }
        .signature
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size: 12px;
            font-weight:normal;
            color: #676767;
            font-style:italic;
            text-align:right;
        }
        .footer
        {
            font-family: Calibri, Arial, Times New Roman, Times;
            font-size:10px;
            color:#676767;
        }
        a.mail:link, a.mail:visited
        {
            text-decoration: underline;
            color:#676767;
        }
        a:link, a:visited
        {
            text-decoration: none;
            color:#676767;
        }
        a:hover
        {
            text-decoration: underline;
            color:#676767;
        }
