/* hadar.css
 *
 * Brief as of 2009-02-25 - Three column single page like MI7 have
 *
 */

/* CSS adapted from three column layout on 
 * http://www.boutell.com/newfaq/creating/threecolumnlayout.html
 */

body {
  text-align: center;
}

p,ul {

  font-family: Verdana, sans-serif;
  font-size: 8pt;

}

h1,h2,h3,h4 {
  font-family: Verdana, sans-serif;
}

h4 {
  font-weight: bold;
  font-size: 8pt;
}

h3 {
  font-weight: bold;
  font-size: 10pt;
}

h2 {
  font-weight: bold;
  font-size: 12pt;
}

h1 {
  font-weight@ bold;
  font-size: 14pt;
}

.cutting {
  width: 605px;
  background-color: #e44;
  border: 1px solid black;
  margin: 5px;
}

.heading {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: center;
/*  border: 3px solid black; */
}

.container {
  width: 800px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;
}
  
.left {
  float: left;
  padding: 0px 0px 0px 1px;
  width: 220px;

  min-height: 410px;


}

.middle {
  top: 10px;
  margin-left: 220px;
  margin-right: 220px;
  background-color:#fff;
  padding: 0px 10px 0px 10px;

  border-left: 1px solid black;
  border-right: 1px solid black;

}

.right {
  float: right;
  padding: 0px 1px 0px 0px;
  width: 220px;

  min-height: 410px;

  text-align: right;

}

.footer {
  width: 800px;
  padding-top: 20px;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
