@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #665240;
  background-image:url(images/head-background.jpg);
  background-repeat: repeat-x;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: normal;
  margin: 0px 1px 0px 0px;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 16pt;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
h3 {
  color: #000;
  font-size: 12px;
  line-height: normal;
}
a,  a:link {
	color: #0000FF;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
	color: #655241;
	text-decoration: underline;
}
a:focus {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
#outer-wrapper {
  margin: 0 auto 0 auto;
  width: 1000px;
  background-image:url(images/main-background.jpg);
  background-position: top center;
  background-repeat: repeat-y;
  text-align: left;
}
#header {
  background-image:url(images/head.jpg);
  height: 300px;
}
#left-col {
  width: 298px;
  height: 575px;
  background-image:url(images/left-col-background.jpg);
  background-repeat:no-repeat
}
#content-back {
  width: 702px;
  background-image:url(images/content-background.jpg);
  background-position:top;
  background-repeat:no-repeat;
 }
 #text-area {
 width: 565px;
 margin-left: 35px;
 padding-top: 35px;
}
#foot {
  width: 702px;
  height: 43px;
  background-image: url(images/footer-background.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}
.cntr {
  text-align: center;
}
.photo-right {
  float: right;
  border-left-style:none;
  padding-left: 5px;
}
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
  font-style:italic;
}
.backtotop {
  font-size: 10px;
  text-align: center;
}
.physicians-box {
	width: 540px;
	text-align: center;
	border: thin solid #663300;
	margin-left: 10px;
	font-size:11px;
	padding: 5px 0px 5px 0px;
	background-color: #F0ECE8;
}
