/* 
    Document   : gah
    Created on : Aug 6, 2009, 8:50:03 PM
    Author     : joefitz
*/

html
{
    font-family: arial, sans-serif;
    font-size: 14px;
}

root
{ 
    display: block;
}

body {
    margin: 0px;
    color: #e9ddc2;
    background-color: #e9ddc2;
    text-align: center;
}

img
{
    border-style: none;
}

#outerpage
{
    margin: 0px;
/*    height: 500px;  */
    text-align: center;
    padding: 1px;
}

#page
{
    margin: 10px auto 100px auto;
    width: 920px;
    text-align: left;
}

#navbuttons
{
    float: left;
    width:155px;
}

#headertop
{
    background: url(../images/top.png) no-repeat;
    width: 920px;
    height: 14px;
    position: relative;
}

#header
{
    padding-left: 10px;
    padding-right: 0px;
    background: url(../images/middle.png) repeat-y;
    width: 920px;
/*    height: 106px; */
    position: relative;
/*    text-align: center; */
}

#headerleft
{
    padding-left: 100px;
    padding-right: 0px;
    vertical-align: top;
/*    background: url(../images/middle.png) repeat-y; */
/*    height: 106px; */
}

#headermiddle
{
    padding-left: 114px;
    padding-right: 0px;
/*    background: url(../images/middle.png) repeat-y; */
/*    height: 106px; */
}

#headerright
{
    padding-left: 115px;
    padding-right: 0px;
/*    background: url(../images/middle.png) repeat-y; */
/*    height: 106px; */
}

#mainbody
{
    background: url(../images/middle.png) repeat-y;
    height: 100%;
    width: 920px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 100px;
    padding-bottom: 10px;
    position: relative;
}

#mainbody a, #mainbody a:visited
{
    color: #e9ddc2;
}

#mainbody a:hover
{
    color: #faf279;
}

#mainbodycontent
{
    float: left;
    width: 625px;
}

#footer
{
    background: url(../images/bottom.png) no-repeat;
    width: 920px;
    height: 153px;
    float:none;
}

#address
{
    font-size: 18px;
}

#copyright
{
    color: #38554b;
}

.menubutton
{
    border: 0px;
}

.sectionheading
{
    font-size: 16px;
    font-weight:bold;
}

.contextpic
{
    border-style: solid;
    border-width: 2px;
    border-color: #e9ddc2;
    margin: 5px;
}

.doctorpicdiv
{
    width:204px;
    height:304px;
    float:left
}

.doctorbio
{
    width:400px;
    height:300px;
    float:left;
    padding-left:20px;
    padding-bottom: 10px;
}
