@charset "utf-8";
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
	font-weight: normal;
}
body {
	background-color: #000;
	background-image: url(images/synogue-galilee.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
h1 {
	font-size: 28px;
	color: #330033;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 28px;
}
h2 {
	font-size: 18px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
h3 {
	font-size: 12px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
h4 {
	font-size: 12px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
}h5 {
	font-size: 12px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
	line-height: 14px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 4px;
}h6 {
	font-size: 9px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}#logo {
	position: absolute;
	left: 5%;
	top: 0px;
	width: 198px;
	height: 85px;
	z-index: 4;
}
#nav {
	position: absolute;
	left: 5%;
	top: 66px;
	width: 90%;
	z-index: 2;
	background-color: rgba(197,192,126,0.5);
	text-align: right;
	color: #306;
	font-weight: bolder;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#content {
	position: relative;
	top: 152px;
	width: 60%;
	z-index: 3;
	background-color: rgba(153,153,102,0.8);
	height: inherit;
	color: #000000;
	border-radius: 20px 0px 20px 0px;
	float: right;
	right: 5%;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
	font-style: italic;
}
h1,h2,h3,h4,h5,h6 {
	font-style: italic;
}
