
body {
color:#333333;
direction:rtl;
font-family:Verdana,Tahoma,Arial,Serif;
font-size:0.76em;
line-height:1.5em;
margin:0;
padding:0;
voice-family:inherit;
background:#EEEEEE url(1.jpg) no-repeat fixed 0 0 ;
background-position: bottom left;
width: 1520px;

}


#wrapper {
    position: absolute;
	top: 5em;
    right: 2em;
	width: 80%;
}

#right {
    float: right;
	width: 20%;
	position: relative;
	display: inline-table;
}

 ul.navbar {

	font-weight: 600;
	font-size: 14px;
	font-family: david, Arial,Serif;
    width:15em;
	list-style-type: none;
    padding: 0;
    margin: 0;
	
}

ul.navbar li {
	list-style-type: none;
	background: #DFDFDF;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black }
  
  ul.navbar a {
    text-decoration: none;
	font-weight: 600;
	font-size: 16px;

	}
  
  a:link {
	font-weight: 600;
	font-size: 16px;
    color: black;
	}
  
  a:visited {
    color: black; 
	}
	
  a:hover {
    color: #99BEDF;
	}
  


#left {
   float: right;
   width: 30%;
   position: relative;
   right: 2em
}   
   
#footer {
   color: black;
   font-family: Arial,Serif;
   font-size: 10px;
   position: relative;
   right: 1em;
   }


