BODY {
     BACKGROUND: white; 
     MARGIN: 10px 0px; 
     FONT: 1em/1.66 serif; 
     font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
     COLOR: black;
}

#dr-inna-khazan {
     PADDING-RIGHT: 0px; 
     PADDING-LEFT: 30px; 
     PADDING-BOTTOM: 0px; 
     MARGIN: 0px; 
     MARGIN-LEFT:20pt;
     OVERFLOW: hidden; 
     WIDTH: 900px;
     PADDING-TOP: 0px; 
     POSITION: relative; 
     HEIGHT: 200px;
     font-size:16px;
     line-height:20px;
     color:brown;
}

#dr-inna-khazan H1{
    font-size:20pt;
    line-height:25pt;
    }

#dr-inna-khazan p {
    font-size:14px;
    }

#dr-inna-khazan address{
    font-size:12px;
    color:black;
    }



#dr-inna-khazan SPAN {
     PADDING-RIGHT: 0px; 
     DISPLAY: block; 
     PADDING-LEFT: 0px; 
     Z-INDEX: 1; 
     BACKGROUND: url(images/inna-khazan-logo10.gif) no-repeat left top; 
     LEFT: 10px; 
     PADDING-BOTTOM: 0px; 
     MARGIN: 0px;
     WIDTH: 900px; 
     PADDING-TOP: 0px; 
     POSITION: absolute;
     TOP: 0px; 
     HEIGHT: 200px;
}


#menu {
	float: left;
	left:0px;
	top:210px;
	width:190px;
	height:auto;
	display:inline;
	}


#centercontent { 
        float:left;
	background:#fff; 
	color:black;
        margin-left: 0px;
	margin-right:10px;
	margin-top:0px;
	width:50%;
	min-width:300px;
	border:1px solid brown; 
	display:inline;
		/* IE5x PC
		mis-implements the box model. Because of that we
		sometimes have to perform a little CSS trickery to get
		pixel-perfect display across browsers.  The following
		bit of code was proposed by Tantek Celik, and it preys
		upon a CSS parsing bug in IE5x PC that will prematurly
		close a style rule when it runs into the string
		"\"}\"". After that string appears in a rule, then, we
		can override previously set attribute values and only
		browsers without the parse bug will recognize the new
		values. So any of the name-value pairs above this
		comment that we need to override for browsers with
		correct box-model implementations will be listed
		below.
		
		We use the voice-family property because it is likely
		to be used very infrequently, and where it is used it
		will be set on the body tag. So the second
		voice-family value of "inherit" will override our
		bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers
		another chance for CSS2 aware browsers to pick up the
		values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x
		PC.
		
		Read more at http://www.glish.com/css/hacks. */
        voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 40px;
   	margin-right: 30px;
	display:inline;
	}

#centercontent h2{
	PADDING-TOP:10px;
	PADDING-LEFT:30px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color:black;
	background:#fff;
	font-variant:small-caps;       
        }

#centercontent #picture 
	{
	position:relative;
	float:right;
	margin:10px 10px 10px 10px;
	top:-20px;
	}

#centercontent #picture a
	{
	margin-left:20px;
	display:inline;
	text-align:right;
	font-size:50%;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	}

#centercontent #text
	{
	margin-left: 30px;
	margin-right: 30px;
        text-align: "left";
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	}

#centercontent #text img{
	position:relative;
	float:left;
	margin: 10px 10px 10px 10px; 
        }


#centercontent #text #body{
	left:30px;
	}

#centercontent #text h3{
	font-variant:small-caps;
	margin-left:20px;
	width:100%;
	}

#centercontent #text #bioli{
	float:left;
	list-style-type:none;
	font-size:90%;
	margin-left:-10px;
	vertical-align:middle;
	width:100%;
	}

#address {
	float:right;
	margin-left:0px;
	margin-top:10px;
	width:188px;
	height:76px;
	background-position: 0 0;
	background-image:url("images/button-box7.jpg");
	background-repeat: no-repeat;
	text-align:center;
	font-size:12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height:16px;
	}

#menu li {
      width:185px;
      height:50px;
      margin: 10px;
      margin-left:0px;
      margin-right:0px;
      list-style-type: none;
      background-position: 0 0;
      background-image:url("images/button-box10.jpg");
      background-repeat: no-repeat;
      text-align:center;
      line-height:50px;
      font-size:16px;
      }
*>div{font-size:16px}

#menu #contact-form{
      margin-left:40px;
      font-size:11px;
      line-height:12px;
      font-weight:bold;
}

#menu address {
      margin: 10px;
      margin-left: 40px;
      margin-right:0px;
      width:90%;
      height:100%;
      font-size:12px;
      text-align:center;
      line-height:14px;
      font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
      color:brown;
      font-weight:bold;
      }

#menu li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size:16px;
    font-weight:bold;
    text-decoration: none;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    color:brown;
    }

#menu li a:link {
   color: brown;
   }

#menu li a:visited {
      color:maroon;
      }

#menu li a:hover {
      text-decoration:underline;
      }

#menu li a:active {
      background-position: 0 0;
      background-image:url("images/button-box11.jpg");
      background-repeat:no-repeat;
      } 

#humanError {
  font-family: Tahoma;
  font-size: 8pt;
  color: red;
  background:#fff;
  display:none;
  width:120%;
  }

input {
  width: 200px;
  font-family: Tahoma;
  font-size: 8pt;
  }
  
#textarea {
  width: 200px;
  font-family: Tahoma;
  font-size: 8pt;
  }

.error {
  font-family: Tahoma;
  font-size: 8pt;
  color: red;
  background:#fff;
  margin-left: 62px;
  display:none;
  }

#label {
  font-family: courier, serif;
  font-size: 120%;
  }
  

#quote{
  padding:5px;
  width:210px;
  height:140px;
  float:right;
  font-size:7pt;
  margin-top:-20px;
  margin-left:30px;
  font-style:italic;
  color:brown;
  background:#fff;
  border:1px solid brown; 
  text-align:justify;
  }

#special{
  padding:5px;
  width:170px;
  float:right;
  font-size:7pt;
  margin-top:-20px;
  margin-left:30px;
  color:brown;
  background:#fff;
  border:1px solid brown; 
  text-align:justify;
  }

#blockquote{
  font-style:italic;
  font-size:85%;
  text-align:justify;
  }

#quote-sig{
  font-style:normal;
  color:black;
  background:#fff;
  text-align:right;
  font-size:7pt;
}


#form{
  line-height:90%;
  }