body {
	text-align: center; /* IE hack */
	background: url("images/israel.jpg") 50% 50% no-repeat;
	background-attachment: fixed; /* possible values: 'fixed' or 'scroll' */
	background-color: white; /*#06C; /* light blue */
}
#wrapper {
	position: relative; /* Key to making elements inside wrapper positioned relative to wrapper */
	width: 900px; 
	margin: 0 auto; 
	text-align: left;
	/*border: 3px double black;*/
	background-color: #4370B2; /*white; */
	opacity: .75; /* control transparency of website */
	filter: alpha(opacity = 75); /* IE hack */
}
#header {
	clear: both; /* allows no floating elements on either right or left side */
	text-align: center;
	background-color: white;
	height: 200px;
	/*border: 3px double red;*/
}
#navbar {
	clear: both; /* allows no floating elements on either right or left side */
	/*border: 3px double green;*/
	background-color: #5970B2;
	text-align: left;
}
#leftmenu {
	float: left;
	width: 2%;
	/*background-color: #FF9;*/
	/*border: 4px ridge orange;*/
}
#content {
	float: left;
	width: 93%;
	margin-left: 5px;
	/*border: 1px solid blue;*/
}
#rightmenu {
	float: right;
	width: 2%;
	/*padding: 2px 2px 2px 2px;*/
	/*background-color: #FC3;*/
	/*border: 3px double orange;*/
}
#testimonial {
	float: right;
	width: 0%;
	/*padding: 2px 2px 2px 2px;*/
	/*background-color: #FC3;*/
	/*border-top: 1px solid #4370B2;*/
	/*border: 3px double orange;*/
}
#inspirationbox {
	float: right;
	width: 0%;
	/*padding: 2px 2px 2px 2px;
	background-color: #FC3;
	border-top: 1px solid #4370B2;
	/*border: 3px double orange;*/
}
#footer {
	clear: both; /* allows no floating elements on either right or left side */
	/*height: 60px;*/
	text-align: center;
	vertical-align: middle;
	background-color: white;
	/*border: 3px double red;*/
}

/* div for special announcements */
#special {
	clear: both; /* allows no floating elements on either right or left side */
	padding: 2px 2px 2px 2px;
	background-color: #FC3;
	text-align: center;
}

/* panels within #content div in index.html */
#index_panel_left {
	float: left;
	width: 60%;
	/*background-color: #FF9;*/
	/*border: 1px ridge green;*/
}
#index_panel_right {
	float: right;
	width: 37%;
	/*background-color: #FF9;*/
	/*border: 1px ridge orange;*/
}
#purchase_panel {
	clear: both; /* allows no floating elements on either right or left side */
	/*height: 60px;*/
	text-align: center;
	vertical-align: middle;
	/*border: 3px double red;*/
}
#slideshow_panel {
	clear: both; /* allows no floating elements on either right or left side */
	/*height: 60px;*/
	text-align: center;
	vertical-align: middle;
	background-color: white;
	/*border: 3px double red;*/
}


/* links */
a:link {text-decoration:none; color: yellow}
a:visited {text-decoration:none; color: yellow}
a:hover {text-decoration:underline; color: yellow}
a:active {text-decoration:underline; color: #FF00FF}

h1 {color: white; text-align: center;}
h2 {color: white;}
h3 {color: white;}
p {color: white;}
ol {color: white;}
ul {color: white;}
table td {color: white;}
table th {color: #CFF;}

p.style1{color: black;}
p.style2 {color: black;}
p.style3 {color: white; font-size: 13pt;}
p.style5 {color: white; font-size: 14pt;}
p.mission_text {color: white; font-size: 13pt;}

/* header.html */
img.h_right {float: right; margin-right: 0.5in; margin-top:0.20in; max-height: 175px; max-width: 175px;}
img.h_left {float: left; margin-left: 0.5in; margin-top:0.20in; max-height: 175px; max-width: 175px;}
img.elp_words {position: relative; float: center; margin-top: 0.1in; max-height: 200px; max-width: 450px; z-index: 1;}
img.sunrays {position: absolute; top: 0px; left: 0px; opacity: 0.45; height: 200px; width: 70%; z-index: 0;}
p.slogan {position: relative; font-size: 20pt; font-style: italic; color:#2B60DE;/*royal blue*/ text-align: center; z-index: 1;}

/* footer.html */
p.footer_text {color: black; font-size: 10pt;}

/* reviews_and_testimonials */
img.vbv_inset {height: 150px; width: 75%;}
img.right {float: right; margin: 5px 5px 5px 5px; max-height: 175px; max-width: 175px;}
img.left {float: left; margin: 5px 5px 5px 5px; max-height: 175px; max-width: 175px;}

/* booksigning_story.html */
img.b_right {clear: both; float: right; margin: 6px 6px 6px 6px; max-height: 160px; max-width: 160px;}
img.b_left {clear: both; float: left; margin: 6px 6px 6px 6px; max-height: 160px; max-width: 160px;}

