* {
  padding: 0;
  margin: 0;
 }
p {
	padding:10px 0px;
}

blockquote {
	padding:16px;
	margin-bottom:16px;
	border:solid 1px #333333;
	background-color:#000000;
}
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  background-image: url(images/background.gif);
  background-position:right;
  background-repeat: repeat-y;
  background-color: #292929;
  direction:rtl;
 }
 
 .left {
  float:right;
  padding-top: 100px;
  width: 310px;
 }

.left ul li {
  float: left;
  list-style:none;
 }

.left ul li a {
  margin-top: 2px;
  font-family: tahoma;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top: 7px;
  padding-right: 8px;
  width: 155px;
  height: 23px;
  float: left;
}

.left ul li a:hover {
  background: #292929;
 }
 
 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
 .right {
  padding-right: 310px;
  padding-top: 100px;
}

.right img {
  margin-left: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 .right img:hover {
  border: 3px solid #ff00aa;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
  padding-bottom:2px;
 }
 
h2, .footnote {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
  direction:rtl;
  border-bottom:dotted 1px #666666;
  padding-top:18px;
 }
.content ul {
	padding:8px 24px;
}
  