      html {
        padding: 0;
        margin: 0;
        height: 100%;
        margin-bottom: 1px;
      }
      body {
        font-family: arial, sans serif;
        font-size: 13px;
        background-color: #FFFFFF;
        margin: 0 0 0 0;
        padding: 0;
      }
      
      #page {
        width: 950px;
        margin: auto;
        background: url(/images/avc-bg.gif) top left repeat-y white;
        height: 100%;
      }
      
      #page2 {
        width: 900px;
        margin: 0 25px;
        background: url(/images/avc-bg-texture.jpg) top left no-repeat #efedec;
        position: relative;
        min-height: 600px;
        height: 100%;
      }
      
      #sidebar {
        width: 206px;
        background: url(/images/avc-sidebar-2500.gif) top left no-repeat #b20838;
      }

a:link {
	color: #b20838;
}
a:visited {
	color: #b20838;
}
a:hover {
	color: #b20838;
}
a:active {
	color: #b20838;
}



#navigation {
  position: absolute;
}

#navigation a {
  text-decoration: none;
  position: absolute;
  top: 0;
  height: 25px;
}

#navigation a img {
  border-width: 0;
}

a#nav-homepage { top: 80px; left: 400px; background-position: 0px 0; width: 50px; }
a#nav-about-us { top: 110px; left: 405px; background-position: 0px 0; width: 50px; }
a#nav-our-doctors { top: 140px; left: 410px; background-position: 0px 0; width: 50px; }
a#nav-services { top: 170px; left: 415px; background-position: 0px 0; width: 50px; }
a#nav-media { top: 200px; left: 420px; background-position: 0px 0; width: 50px; }
a#nav-additional-info { top: 200px; left: 420px; background-position: 0px 0; width: 50px; }
a#nav-contact-us { top: 230px; left: 425px; background-position: 0px 0; width: 50px; }


#content {
  width: 694px;
}

#footer {
  color: gray;
  text-align: center;
  padding: 20px 0;
}

#footer a {
  color: black;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

label.not-required {
  font-weight: normal;
}

.png {
  behavior: url(/css/iepngfix.htc)
}

h1 {
  margin-top: 0;
  font-size: 23px;
  font-family: garamound, serif;
  font-weight: normal;
  
}

h2 {
  font-size: 17px;
}

#noshow {
  display: none;
}

ul {
	padding-left: 20px;

}

ul li {
  padding-bottom: 5px;
  margin-left: -5px;
}

ol {
	padding-left: 20px;
	margin-left: 0;
  margin-top: 20px;
}

ol li {
  margin-top: 5px;
}

#static {
  padding: 10px 30px 20px 30px;
}

#homepage-frame {
  width: 351px;
  height: 304px; 
  background: url(/images/avc-homepage-image-1.jpg) -1px 23px no-repeat; 
  overflow: hidden; 
  position: absolute; 
  top: 30px; 
  left: 30px;
}

.bio {
  display: none;
  padding: 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  border: solid 4px rgb(200, 200, 200);
  background-color: white;
  width: 400px;
}

.bio h2 {
  margin-top: 0;
}
