body {
  margin: 0px;
  background: #808080;
}
table {
  font-family: tahoma, arial;
  font-size: 12px;
  color: #333333;
  line-height:1.6em;
  direction: rtl;
}
ul, li {
  list-style: none;
}
a {
  font-family: tahoma, arial;
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #4e6808;
}
img {
  border: 0px;
}
#page-right {
  width: 12px;
  background: url('images/right-bg.gif');
}
#page-left {
  width: 12px;
  background: url('images/left-bg.gif');
}
#sidebar {
  width: 230px;
  vertical-align: top;
  padding-top: 15px;
  background: #88a735 url('images/sidebar-bg.gif') no-repeat top right;
}
#content {
  width: 540px;
  vertical-align: top;
  background: #b1d358;
  padding: 12px;
}
#post {
  padding: 16px 20px 25px 20px;
  background: url('images/post-bg.jpg') no-repeat top right;
}
#post-title {
  font-family: times, arial;
  font-size: 20px;
  font-weight: bold;
}
#post-content {
  text-align: justify;
  line-height: 19px;
}
#comments {
  text-align: left;
  padding-top: 5px;
}
#menu-title {
  font-family: times, arial;
  font-size: 20px;
  font-weight: bold;
  height: 30px;
  padding: 0px 20px 0px 20px;
  background: url('images/menu-title-bg.gif') no-repeat bottom;
}
#menu-content {
  padding: 10px 25px 10px 25px;
}
#menu-content a {
  color: #465b0f;
  display: block;
  padding: 2px 12px 4px 0px;
  background: url('images/bullet.gif') no-repeat 100% 55%;
}
#menu-content a:hover {
  color: #465b0f;
  background: #96b641 url('images/bullet.gif') no-repeat 100% 55%;
}
#copyright {
  text-align: center;
  background: #88a735;
}
.txtform {
  font-family: tahoma, arial;
  font-size: 11px;
  color: #333;
  border: solid #739124 1px;
  background-color: #bc6;
}
.btnform {
  border: #739124 1px solid;
  font-family: tahoma, arial;
  font-size: 11px;
  color: #461;
  background-color: #bc6;
}