html {
  direction: rtl;
  margin: 0px;
  padding: 0px;
  font-family:"Arial","Arial (Hebrew)","David (Hebrew)","Courier New (Hebrew)";
  font-size:14px;
  background:#ffe67b;
  color:#474015;  
}

#body {
  margin: 0px auto;
  width: 800px;
  background: #FCFF7C url('/images/site/bg_body.jpg') no-repeat;
}

/* layout */
#main {
}
#header {
  height: 80px;
  background: url('/images/site/bg_header.jpg');
}
#sidebar1 {
  float: left;
	width: 180px;
  margin: 0px 0px;
}
#sidebar2 {
  float: left;
  margin: 0px 10px;
  width: 180px;
}

.section {
  background-color:#F2F5EC;
  border:1px solid #9AB46A;
  margin:5px auto 10px;
}
.section h3 {
  border-bottom: 1px solid #000000;
  background-color:#CCD9B4;
  color:#000000;
  font-size: 105%;
  margin:0 auto;
  padding:2px 5px;

}
.section ul {
  margin  : 2px 2px;
  padding : 0px;
  list-style-type:none;
}
.section ol {
  list-style-type:none;
  margin  : 2px 2px;
  padding : 0px;
}
.section li {
}
.section a{
  display: block;
  padding: 2px 5px;
  width: 94%;
  border-top : 1px solid #fff;
  border-left : 1px solid #fff;
  border-right : 1px solid #fff;
  color: #666;
}
.section li a:hover, .section h1 a:hover {
  color: #000;
  background: #E2E5DC;
}


#footer {
	clear: both;
	color: #808080;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
  text-align: center;
}

.menu {
  position: absolute;
  clear: right;
  margin: 0 auto;
  padding: 0;
  font: bold 12px/37px Arial;
  height: 20px;
  top: 50px;
  width: 530px;
}
 .menu ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li { display: inline; }
.menu ul li a {
  display: block;
  float: left;
  padding: 0 12px;
  color: #000000;
  text-decoration: none;
}
.menu ul li a:hover { color: #0000ff; }
.menu ul li #current a { color: #0000ff; }
.menu_search {
  height: 31px;
  width: 220px;
  float: left;
  margin-top: 0px;
}
#content {
	float: left;
  margin: 5px 10px;
	width: 580px;
}

#content p {
  text-align: justify;
  padding:0px;  
}


#content img {
  max-width: 580px;
}

#content a, #content a:visited {
  color: #2180bc;
  background: inherit;
}
#content a:hover {
  color: #2180bc;
  background: inherit;
  text-decoration: underline;
}

#content ul, #content ol {
  margin: 5px 30px;
  padding: 0 20px;
}

#content dt {
  font-weight: bold;
}
#content dd {
  margin: 0 20px 0 0;
}

#content td p, #content th p{
  text-align: center;  
}

#content h1, h2, h3{
  font-family: arial, sans-serif;
  color:#0000c0;
}


#content h1{
  font-size:1.5em;
  font-weight:bold;
  border-bottom:1px solid;
  border-top:1px solid;
  margin:3px 5px 3px 0;
  padding:4px;
}

#content h2{
  font-size:1.2em;
}

#content h3{
  font-size:1em;
}
