
html {
  overflow-x: hidden;
  height: 100%;
}

body {
  color:#3D3D3D;
  font: 12pt Arial,Verdana,"Times New Roman", Helvetica, sans-serif;
  text-align:center;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background: #103C6B url(images/wrap-tile.jpg) center repeat-y;
}

h1 {
  font-family: Tahoma;
  font-size: 34px;
  color: #CC0000;
  font-weight: bold;
  text-align : center;
}

h2 {
  font-family: Tahoma;
  font-size: 15px;
  color:#000;
  font-weight: bold;
  text-align : center;
}

h3 {
  font-family: Tahoma;
  font-size: 24px;
  color: Black;
  font-weight: bold;
  text-align : center;
}

a:link {text-decoration:none; color:#737373;}
a:visited {text-decoration:none; color:#737373;}
a:hover,active {color: red; text-decoration: underline;}


#videoBox {
  width:345px;
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  padding:14px;
  background-color: #f1f1f1;
}


#footer {
  clear: both;
  text-align:center;
  position: relative;
  color:#3D3D3D;
  font-family:verdana,sans-serif;
  font-size:9pt;
  padding-bottom: 10px;
  margin-top: 30px;
}

img.portraitbox {
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  margin:0px 5px 5px 0px;
  padding:6px
}

.dentistBox {
  width:365;
  border-style: solid;
  border-color:#C0C6CD;
  border-width:1px;
  padding:14px;
  background-color: #FEFDEC;
}
  

