body {
  background-color: #e5e5e5;
  font-family: arial;
  margin: 0; 
  behavior:url(csshover.htc);
}
#wrapped {
  width: 802px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
h1 {
  font-family: Century Gothic;
  margin: 0;
  position: relative;
  top: 28px;
  left: 5px;
  color: gray;
}
h2, h3 {
  font-family: garamond;
  margin: 3px 0 0 6px;
}
#wrapper {
  width: 800px;
  background-color: #fff;
  border-right: 1px solid #666;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
#header {
  background-image: url(images/header.gif);
  height: 325px;
  background-repeat: no-repeat;
  background-position: top center;
}
.page_head {
  height: 89px;
  margin-left: 0;
  background-position: center right;
  border-bottom: 3px solid #E2F6FE;
}
#layout {
  border-top: 3px solid #C1EDFE;
}
#content {
  margin-left: 265px;
  font-size: small;
}
#content p {
  margin-right: 10px;
  color: #666;
}
#content ul li {
  margin-right: 10px;
  color: #666;
}
#side {
  float: left;
  width: 250px;
  font-size: small;
  background: url(images/side_bg_1.gif) #dbdddf top left repeat-x;
  border-right: 1px solid #666;
  padding-bottom: 17px;
}
#side p {
  margin: 0 0 0 9px;
}
#side ul li {
  margin: 0 10px 0 0;
}
#content_box {
  margin-left: auto;
  margin-right: auto;
  background-color: #FEDE58;
  width: 100%;
  font-size: small;
}
#footer {
  border-top: 3px dotted black;
  clear: both;
  font-size: small;
  margin-top: 15px;
}
.infobox {
  border-top: #000 5px solid;
  float: left;
  height: 150px;
  width: 190px;
  margin-bottom: 15px;
  margin-left: 50px;
  background: url(images/box_bottom.gif) #666 bottom left no-repeat;
  color: white;
  padding: 0 5px;
}
.infobox h2 {
  font-size: medium;
  margin: 0;
}
.infobox a {
  font-size: x-small;
  text-align: justify;
  color: white;
  text-decoration: none;
  margin: 0;
}
.infobox a:hover {
  text-decoration: underline;
}
.infobox:hover {
  border-top: #FF9900 5px solid;
}
.fclear {
  clear: both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0; 
}
.imgpage {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  height: 150px;
  width: 200px;
}
.show {
  width: 250px;
  height: 500px;
  overflow: scroll;
  direction: rtl;
  margin: 0 0px 0 0;
  font-size: x-small;
}
#menubar {
  height: 30px;
  width: 800px;
  background: url(images/menu1.gif) bottom left no-repeat;
  margin: 0 auto;
}
#menu {
  font-weight: bold;
  margin: 10px auto 0px auto;
  list-style-type: none;
  padding-left: 59px;
}
#menu ul {
  list-style; none;
  text-align: center;
}
#menu li {
  height: 30px;
  list-style-type: none;
  float: left;
  margin: 0 0 0 0px;
  padding: 0 0 0 10px;
  background: url(images/menu2.gif) #e5e5e5 top left no-repeat;
}
#menu li a {
  color: #000;	
  background: url(images/menu2.gif) transparent top right no-repeat;
  padding: 6px 10px 5px 0;
  text-decoration: none;
  display: block;
}
#menu li a:hover {
  color: #fff;
}
#menu li:hover {
  background: url(images/menu3.gif) #e5e5e5 top left no-repeat;
}
#menu li:hover a {
  background: url(images/menu3.gif) transparent top right no-repeat;
}