body
{
    background-color: #e5f3ff;
    font-size: 10px;
    font-family: tahoma;
    scrollbar-base-color: #99cdff;
    scrollbar-3dlight-color:#e5f3ff;
    scrollbar-arrow-color: #e5f3ff;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #e5f3ff;
}
h1
{
    display: none;
}
h2
{
    font-size: 12px;
}
#pagewrapper
{
    margin: 0 auto;
    width: 800px;
}
#pagecontainer
{
    float: left;
    background: url(/images/bg-strip.gif) repeat-y 50% 0;
}
#page
{
    float: left;
    margin: 0 auto;
    width: 800px;
    background: url(/images/bg-head.jpg) no-repeat 50% 0;
}
#image
{
    float: left;
    background: no-repeat 525px 60px;
}
#mattedwards
{
    float: left;
    margin-top: 100px;
    padding-left: 15px;
    width:130px;
    text-align: center;
    font-weight: bold;
    color: #757575;
}
#mattedwards p
{
    margin: 0;
    padding: 5px 0;
}
#mattedwards q
{
    padding: 0 12px;
    display: block;
    color: #1395ff;    
    line-height: 15px;
    font-size: 9px;
}

#menu
{
    float: right;
    margin: 41px 0px 0 0 ;
    padding: 0 20px 0 0 ;
    text-align: right;
}
#menu li
{
    display: inline;
    padding: 6px;
    background: url(/images/colon.jpg) no-repeat 100%
}
#menu li.last
{
    background-image: none;
}
#menu li a
{
    font-size: 12px;
    color: #1395ff;
    text-decoration: none;
}
#menu li a.selected
{
    color: #676767;
}
#contentcontainer
{
    clear: both;
    float: left;
    width: 800px;
}

#content
{
    float: left;
    margin: 45px 0 0 0;
    padding: 0 5px 20px;
    width: 370px;
    height: 237px;
    text-align: justify;
    overflow: auto;
    font-size: 1.14em;
    line-height: 1.35em;    
}

#foot
{
    clear: both;
    margin: 0;
    padding: 0;
    background: url(/images/bg-foot.jpg) no-repeat;
    height: 38px;
    line-height: 35px;
    vertical-align: middle;
    text-transform: capitalize;
    text-indent: 35px;
    width: 800px;
    font-weight: bold;
    font-size: 1.2em;
}
#foot, #foot a
{
    color: #fff;
    text-decoration: none;
}
#foot span
{
    display: none;
}

.faq
{
    margin: 0 25px;
    padding: 0;
}
.faq li
{
    margin-bottom: 5px;
    color: #4D95FF;
}
.faq a
{
    text-decoration: none;
    
}

dl.faq
{
    margin: 20px 0;
}
dl.faq dt
{
    font-weight: bold;
}
dl.faq dd
{
    margin: 10px 0 20px;
}

pre
{
    margin: 0;
    font-family: Tahoma;
    font-style: normal;
}

input, textarea
{
    width: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #808080 #eee #eee #808080;
    font-size: 10px;
    font-family: Tahoma;
}
select
{
    font-size: 10px;
    font-family: Tahoma;
}
input.btn
{
    margin-top: 2px;
    border-style: outset;
}
.req
{
    color: #ff0000;
    padding-left: 5px;
}

#instruction
{
    text-align: center;
}

#thebody
{
    float: left;
    border: none;
}

#bodyparts div
{
    margin: 5px 0 0 50px;
    float: left;
    clear: both;
    display: none;
}
#bodyparts
{
    float: left;
    font-weight: bold;
}
#bodyparts div ul
{
    margin-top: 5px;
}
#bodyparts div ul li
{
    padding: 0;
    font-weight: normal;
    color: #4D95FF;
}
#bodyparts div ul li span
{
    color: #000;
}

#appointment li ul
{
    margin: 5px 0 10px 5px;
    padding: 0;
    list-style-type: none;
}
#appointment a
{
    color: #4D95FF;
    text-decoration: none;
}
form#appointment dd
{
    padding-bottom: 4px;
}