
SPAN {cursor: hand ; }
.liteson {color:  #FF0000; }
.litesoff{color: #0080C0; }
.twoColElsLtHdr #container { 
	width: 80em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	
	
	
} 
.twoColElsLtHdr #header { 
	
	padding: 0 10px;  /* 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. */
} 

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/

.twoColElsLtHdr #mainContent {
	padding: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.twoColElsLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {background-image:url('BG2.png');
background-repeat:no-repeat;
background-color: #E8C79D;
background-position:50% 0;
margin: 0;
	padding: 0;
	text-align:center;
}


h1      {color: #900;
    background-image:url('H1BK.png');
	background-repeat:no-repeat;
	background-position:center;
	font-family: sans-serif;
	font-size: 40px;
	text-align: center;
	width: 700px;
	margin:20px auto;
	border:1px solid #900
	}

h2      {color: #900;
    background-image:url('H1BK.png');
	background-repeat:no-repeat;
	background-position:center;
	width: 700px;
	margin:20px auto;
	font-family: sans-serif;
	font-size: 30px;
	text-align: center;
	border:1px solid #900}


h3      {color: #900;
    background-image:url('H1BK.png');
	background-repeat:no-repeat;
	background-position:center;
	width: 700px;
	margin:20px auto;
	font-family: sans-serif;
	font-size: 24px;
	text-align: center;
	border:1px solid #900}

a {text-decoration:none}


.line1 {width:160px;
height:2px;
padding: 10px 0 10px 0;
}

.line2  {width: 70%;
height:2px;
padding-bottom:5px;
padding-top: 15px}


.email a{color:#000;
text-decoration:underline;
font-weight:bold}  
  

.content {text-align:justify;
margin: 0 180px 0 180px;

font-size:18px;
color:#900;
font-family:Arial, Helvetica, sans-serif;
  background-color:#ffffff;
  border:2px solid #900;
  filter:alpha(opacity=60);
  opacity:0.6;}
  

  
  .footer {font-family:Verdana, Geneva, sans-serif;
  font-size:15px;
color:#900;
margin: 10px auto;
text-align:center;
height:75px;
width:500px;
line-height:20px;
font-weight:bold
}

.navbar {margin-top: 10px;
	margin-bottom: 10px}

.contact {text-align:center;
font-size:22px;
line-height: 18px}

.contact a {color:#600;
text-decoration:underline;} 

.footer a{color:#900}

.bonus {text-align:center}

.YT {margin: auto;
padding: 10px}

.img1 {margin: auto;
border:2px;
border-style:solid;
border-color:#900}
.img2 {margin: auto;
border:2px;
border-style:solid;
border-color:#900}
.Hudi {margin: auto;
border:2px;
border-style:solid;
border-color:#900}
.Yaakov {margin: auto;
border:2px;
border-style:solid;
border-color:#900}
