body {
  margin: 0 auto;
  background: #ffffff url(../Abdulhadi/pic/background.jpg) repeat fixed center top;
}
body div {
  text-align: left;
}
#main {
  width: 780px;
  margin-right: auto;
  background-color: #e0e0e0;
  margin-left: auto;
  background-image: url(pic/tile.jpg);
  background-repeat: repeat-y;
}
#head {
  border-bottom: 0px solid #e0e0e0;
  width: 780px;
  margin-left: auto;
  background-image: url(pic/header.jpg);
  margin-right: auto;
  text-align: center;
  height: 228px;
}
#head h1 {
  color: #292929;
  padding-top: 35px;
  margin-bottom: 0px;
  margin-top: 0px;
}
#menu {
  border: 1px solid #e0e0e0;
  margin: 0px auto;
  clear: left;
  background-color: #e0e0e0;
  font-family: sans;
  float: left;
  width: 600px;
}
#menu ul {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  text-align: center;
  list-style-type: none;
  list-style-position: outside;
}
#menu li {
  display: inline;
}
#menu a {
  border-width: 0px;
  padding: 7px 14px;
  background-color: #e0e0e0;
  font-size: 14px;
  text-decoration: none;
  color: #000099;
}
#menu a:hover {
  background-color: #f2f3f4;
}
#menu a#current {
  background-color: #e0e0e0;
  color: #ffffff;
}
a img {
  border: 2px solid #575757;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
a:hover img {
  border: 2px solid #e0e0e0;
}
#content {
  padding: 5px;
  margin-left: 160px;
  margin-bottom: 10px;
  font-family: serif;
  width: 620px;
  color: #e0e0e0;
}
#content h1 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #e0e0e0;
}
#content a {
  text-decoration: none;
  color: #e0e0e0;
  font-style: italic;
}
#content a:hover {
  text-decoration: underline;
}
#left {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  padding: 0px 33px 60px;
  float: right;
  color: #4d472e;
  border-bottom-color: #e0e0e0;
  border-bottom-width: 1px;
  width: 480px;
  background-color: #ffffff;
}
#right {
  border-left: 1px solid #e0e0e0;
  border-right: 0px solid #e0e0e0;
  padding: 0px 7px 60px;
  border-bottom-width: 1px;
  background-color: #ffffff;
  float: left;
  border-bottom-color: #e0e0e0;
  color: #f8f8f0;
  width: 180px;
}
#clearer {
  clear: both;
}
#footer {
  border: 1px solid #e0e0e0;
  margin: 0px auto;
  padding: 2px;
  background: #ffffff none repeat scroll 0% 50%;
  clear: both;
  text-align: center;
  font-size: 9px;
  width: 771px;
  color: #333333;
}
