@charset "utf-8";
/* CSS Document */

html {
	overflow:-moz-scrollbars-vertical;
	overflow-y:scroll;&lt;
}

body {
	background-image: url(images/Shira-Chadasha2.png);
	background-repeat: repeat;
	text-align:center;
	margin:0;
	padding:0;
	color:#DDD;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

a {color:#66CCFF; text-decoration:none}
a:hover {color:#0072BC; text-decoration:none}

#main {
	width:720px;
	text-align:left;
	top:0;
	padding:0;
	margin:0;
	margin-bottom:3em;
	background-color:#000;
	border-left:#660022 solid 2px;
	border-right:#660022 solid 2px;
	border-bottom:#660022 solid 2px;
}

#headerTop {
	text-align:center;
}

#headerBottom {
	padding-bottom:1.5em;
}

#leftCol {
	float:left;
	width:12em;
	padding-left:1.5em;
	padding-right:1.5em;
	border-right:#003D66 solid thin;
}

#rightCol {
	float:right;
	width:33em;
	padding-left:1.5em;
	padding-right:1.5em;
}

#content {
	line-height:1.4em;
}

.pageTitle {
	color:#0072BC;
	font-size:40px;
	line-height:40px;
	font-style:italic;
	/*text-transform:uppercase;*/
	text-align:right;
	padding-right:0.75em;
	padding-top:0.25em;
	padding-bottom:0.25em;
	border-bottom:#003D66 solid thin;
	border-top:#003D66 solid thin;
}

.menuItem {
	padding-bottom:1.25em;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	text-transform:uppercase;
}

#images {
	position:relative;
	margin-bottom:15px;
	text-align:center;
}

.image {
	visibility:hidden;
	overflow:hidden;
	position:absolute;
	top:0;
	border:#333 solid thin;
}

.vertImage {
	visibility:hidden;
	overflow:hidden;
	position:absolute;
	top:0;
	left:55px;
	border:#333 solid thin;
}

.imageN {
	visibility:visible;
	overflow:hidden;
	border:#333 solid thin;
	margin-bottom:20px;
}

.vertImageN {
	padding:0;
	margin-left:55px;
	margin-right:55px;
	visibility:visible;
	overflow:hidden;
	border:#333 solid thin;
	margin-bottom:20px;
}

#movieClip {
	visibility:hidden;
	width:420px;
	border:#333 solid thin;
	margin-top:20px;
}

#thumbs {
	text-align:center;
}

.thumb {
	display:inline;
}

.thumb a img {
	border:#333 solid thin;
	margin:6px;
}

#emailList {
	padding-top:1.25em;
	font-size:12px;
}

#footer {
	text-align:right;
	clear:both;
	padding-top:2em;
	padding-bottom:0.5em;
	padding-left:1em;
	padding-right:1em;
	color:#0072BC;
	font-size:10px;
}
#clr {
	clear:both;
	font-size:1px;
}

