body{font-family:arial;}
a img{border:0;}
td{vertical-align:top;text-align:left;}

#wrapper{
margin:auto auto;
}
.sitewidth{
width:894px;
}
.banner{
padding-bottom:20px;
}
.seperator{
background-image:url(images/gradient.jpg);
height:48px;
font-size:28px;
font-weight:bold;
}
 .seperator img{
 float:left;
 }
.leftcol{
}
.rightcol{
text-align:center;
}
.leftcol.content{
border-left:1px solid black;
border-right:1px solid black;
padding:15px;
font-size:12px;
background-color:#215a9d;
color:#FFFFFF;
}
 .content .name{
 /*doctors name*/
 width:100px;
 text-align:center;
 font-weight:bold;
 font-size:12px;
 }
.rightcol.logos{
border-right:1px solid black;
}
.logos img{
margin-bottom:10px;
margin-top:10px;
}
.footer{
text-align:center;
font-size:11px;
}
/*** text styling ***/
h1,h2,h3,h4,h5,h6{ /* lock standard H's */
}
.h{/* custom header */
font-size:14px;
font-weight:bold;
text-transform:capitalize;
}

/*** commonly used classes ***/
fleft{float:left;}
fright{float:right;} /* fright! lol */
cleft{clear:left;}
cright{clear:right;}
clear{clear:both;}