/* CSS Document */
body {
background-color:#FFFFFF;
padding: 0px;
margin: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
background-image: url(../images/bkgstripes.jpg) ;
}

#wrapper{
width: 800px;
border-top: #666666 solid 1px;
border-right: #666666 solid 1px;
border-left: #666666 solid 1px;
text-align: center;
margin: auto;
background-color: #FFFFFF;
}
p{
font-size: 86%;
text-align: left;
padding:  8px 15px;
line-height: 150%
}
#leftnav{
width: 175px;
float: left;
border-right: #fff solid 1px;
background-image: url(../images/bkgfade.jpg)
}
#leftnav a:link{
font-size: 86%;
color:#000000;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited{
font-size: 86%;
color:#000000;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:hover{
font-size: 86%;
color:#ffffff;
background-color:#999999;
text-decoration:none;
}
.here{
font-size: 86%;
color:#000000;
border: #000000 solid 2px;
padding: 3px;
font-weight: bold;
}
hr{
text-align: center;
margin: 40px auto 10px auto;
width: 50%;
}

#leftnav ul{
padding-left: 0px;
font-size: 80%;
list-style-type:none;
}
#leftnav li{
padding: 10px 0px;
text-align: center;
margin: auto;
}

#content{
width:  623px;
float: right;
border-top: #ffffff solid 1px;
}
#content ul{
padding-left: 100px;

line-height: 150%;
}

#content li{
font-size: 80%;
text-align: left;
font-weight: bold;
text-transform: capitalize;
}

#doctors img{
margin: 5px;
border: #ccc inset 3px;
}
#doctors .caption {
font-size: 80%;
text-align: center;
margin: auto;
}
#form p{
text-align: right;
font-size: 88%;
font-weight: bold;
padding: 3px;
line-height: 120%; 
}

.clear{
clear: both;
}

h1{
font-size: 94%;
text-align: center;
padding-top: 20px;
text-transform:uppercase;
}

h2{
font-size: 86%;
text-align: center;
}
h3{
font-size: 80%;
text-align: center;
}
#footer{
text-align: center;
margin: auto;
padding-top: 20px;
width: 800px;
background-color:#FFFFFF;
}

