﻿body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
	line-height:17px;
}

h1 {font-size:16px; height:90px;}
h2 {font-size:16px;}


a {font: 100% Arial, Helvetica, Verdana, sans-serif; font-size:12px; color: #000000; text-decoration:none;}
a:hover {font: 100% Arial, Helvetica, Verdana, sans-serif; font-size:12px; color: #000000; text-decoration:underline;}
a:visited {font: 100% Arial, Helvetica, Verdana, sans-serif; font-size:12px; color: #000000; text-decoration:none;}


 #container {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #80AE61;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

 #header {
	background: #fff; 
	border-bottom: double #80AE61;
	border-bottom-width: thick;
	height:170px;
	padding: 15px 10px 10px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

 #title {
	color:#80AE61;
	font-size:20px;
	margin-top: -122px;
	margin-right:20px;
	text-align:right;
	line-height:2px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


 #mainContent {
	height:100%;
	background: #fff;
	padding: 20px 30px ;
}


#engContent {
	text-align:left;
}

#hebContent {
	text-align:right;
}

#sendFriend {
	margin:20px 0px;
	color:#80AE61;
	text-align:center;
	border-top: double #80AE61;
	border-top-width: thick;
}
#sendFriend a {
	margin:20px 0px;
	color:#80AE61;
	text-decoration:none;
	font-size:18px;
}
#sendFriend a:hover {
	margin:20px 0px;
	color:#80AE61;
	text-decoration:underline;
}
#sendFriend a:visited {
	margin:20px 0px;
	color:#80AE61;
	text-decoration:none;
}


#bottomInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-color:#333333;
	text-align: center;
	font-size:10px;
}

#bottomInfo a {
	text-decoration:none; 
	font-size:10px;
}
#bottomInfo a:hover {
	text-decoration:underline; 
	font-size:10px;
}
#bottomInfo a:visited {
	text-decoration:none; 
	font-size:10px;
}

 #footer { 
	clear:both;
	padding: 12px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cdcdcd;
	height:35px;
} 
#footer #addy {
	float:left;
	margin-left: 10px;
	background:#cdcdcd;
}
#footer #btns {
	float:right;
	margin-right: 10px;
	background:#cdcdcd;
}

#extraFooter {
	clear:both;
	margin-top:-15px;
	font-size:10px;
}
#extraFooter a {
	clear:both;
	margin-top:-15px;
	font-size:10px;
}