/* CSS Document */
body {
  background-image:url(../images/bodybg.jpg);
  background-attachment:fixed;
  background-position:top;
  background-repeat:no-repeat;
  margin-top:0px;
  background-color:#56100b;
}
#page {
  width:760px;
  background-image:url(../images/headerbg.jpg);
  background-repeat:no-repeat;
  background-position:top;
  background-attachment:fixed;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  padding:0px;
  height:auto;
}
#header {
  margin-top:0px;
  width:100%
}
#mid {
  border:2px #608c03 solid;
  background-color:#f9f5f4;
  height:auto;
  display:block;
}
#nav {
  width:200px;
  height:100%;
  float:left;
  clear:left;
  margin-top:0px;
  display:block;
  background-color:#9ac63d; 
  border:1px #608c03 solid;
  font-family:Verdana, Arial, Helvetica, sans-serif;
 
  }
.nav {
 background-image:url(../images/nav.jpg);
 height:20px;
 border-top:#5b9400 1px solid;
 border-bottom:#5b9400 1px solid;
 display:block;
 width:100%;
 color:#f6fcea;
 text-decoration:none;
 }
.nav:hover {
 background-image:url(../images/navover.jpg);
 height:20px;
 border-top:#5b9400 1px solid;
 border-bottom:#5b9400 1px solid;
 display:block;
 width:100%;
 color:#f0fbd9;
 text-decoration:none;
 }
#video {
 background-image:url(../images/video.jpg);
 background-position:center;
 text-align:center;
 vertical-align:bottom;
 width:200px;
 height:200px;
 color:#FFFFFF;
 font-size:14px;
}
.video{
  color:#FFFFFF;
  text-decoration:none;
}
.video:hover{
  color:#e8eeb1;
  text-decoration:underline;
}
#content {
  width:554px;
  height:auto;
  background-color:#f9f5f4;
  float:right;
  clear:right;
  margin-top:0px; 
  display:block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  text-align:left;
}
#text {
  padding:10px;
  }
.title {
  color:#608c03;
  text-decoration:underline;
  font-weight:bolder;
  }
#footer {
  background-image:url(../images/footer.jpg);
  background-repeat:repeat-x;
  border:#5a110d solid 1px;
  width:100%;
  color:#e8eeb1;
  height:50px;
  margin-top:0px;
  clear:both;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  font-size:12px;
   }
#footer a {
  color:#e8eeb1;
  text-decoration:none;
  }
#footer a:hover {  
  color:#ffffff;
  text-decoration:none;
  border-bottom:1px #FFFFFF dotted;
  }
  
.footerright {
float:right; 
margin-right:30px;
margin-left:auto;
width:60px;
}
.footerleft {
float:left;
margin-left:80px;
}

/*=========================================================================================================================================================================================== Arabic ===============================================================*/
#arnav {
  width:200px;
  height:100%;
  float:right;
  clear:right;
  margin-top:0px;
  display:block;
  background-color:#9ac63d; 
  border:1px #608c03 solid;
  font-family:tahoma;
  }
#arcontent {
  width:554px;
  height:auto;
  background-color:#f9f5f4;
  float:left;
  clear:left;
  margin-top:0px; 
  display:block;
  font-family:Tahoma;
  font-size:15px;
  text-align:right;
}
#arfooter {
  background-image:url(../images/footer.jpg);
  background-repeat:repeat-x;
  border:#5a110d solid 1px;
  width:100%;
  color:#e8eeb1;
  height:50px;
  margin-top:0px;
  clear:both;
  font-family:tahoma;
  text-align:center;
  font-size:12px;
   }
#arfooter a {
  color:#e8eeb1;
  text-decoration:none;
  }
#arfooter a:hover {  
  color:#ffffff;
  text-decoration:none;
  border-bottom:1px #FFFFFF dotted;
  }

