body {
  margin: 0px;
  background: #808080;
}
table {
  font-family: tahoma, arial;
  font-size: 11px;
  color: #ddd;
  direction: rtl;
}
ul, li {
  list-style: none;
}
a {
  font-family: tahoma, arial;
  font-size: 11px;
  color: #7ba7c7;
  text-decoration: none;
}
a:hover {
  color: #c18fa5;
}
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: #222 url('images/sidebar-bg.gif') no-repeat top right;
}
#content {
  width: 540px;
  vertical-align: top;
  background: #404040;
  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: #81b1ac;
  display: block;
  padding: 2px 12px 4px 0px;
  background: url('images/bullet.gif') no-repeat 100% 55%;
}
#menu-content a:hover {
  color: #139f90;
  background: #333 url('images/bullet.gif') no-repeat 100% 55%;
}
#copyright {
  text-align: center;
  background: #222;
}
.txtform {
  font-family: tahoma, arial;
  font-size: 11px;
  color: #bbb;
  border: solid #666 1px;
  background-color: #444;
}
.btnform {
  border: #777 1px solid;
  font-family: tahoma, arial;
  font-size: 11px;
  color: #aaa;
  background-color: #555;
}