﻿	/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#c1c1c1;
    text-align: center;
    font-size: .90em;	
    font-family:arial,sans-serif;
    color:#212121;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:780px;
	background:#fff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:0;
	background:#fff url(http://www.imj.org.il/tech/template-graphics/Old_site_header_English.jpg)  no-repeat;
    height: 248px
}

div#header_heb
{
	padding:0;
	background:#fff url(http://www.imj.org.il/tech/template-graphics/Old_site_header_hebrew.jpg)  no-repeat;
    height: 248px
}

div#content 
{
    text-align: left;
	padding:1em 1em 5em 2em;/* bottom padding for footer */
	font-size: 100%;
background:#E6E6E6;
}

div#content_he 
{
    text-align: right;
	padding:1em 1em 5em 0;/* bottom padding for footer */
	margin: 0;
	font-size: 100%;
    background:#E6E6E6;
    float: right; 
    width: 767px;
	}
	
	form
{
    padding: 10px 20px;
}
.medinput
{
 width:200px; 
 border:solid #000000 1px;   
}
 #box
 {
  border: 1px solid #fff; 
 
  padding: 0 0 20px 0; 
  background: #e0e0e0; 
  font-size: 11px; 
  font-style:italic;   
 }
 #sorry
 {
     color: #cc0000;
     font-style:italic;
 }
 .response_he
 {
 margin: 0 20px 0 0; 
 }
 
 #disclaimer
 {
  font-size: 10px; 
  font-style:italic;   
 }
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#fff;
    font-size: 85%;
    color: #666;
}
#footer p
{

background: #fff;
padding: 3px 0 3px 0;
}
#footer a
{

color:#000;
font-size: 100%;
text-decoration: none;

}

a
{
color: #000;
}
