* {
  padding: 0;
  margin: 0;
 }
 
 body {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	background: #ffffff url(images/background.gif) repeat-y;
 }
 
 .left {
  float:left;
  padding-top: 40px;
  width: 310px;
 }

.left ul li {
  float: right;
 }

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

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

.right img {
  margin-right: 10px;
  display: block;
  border: 3px solid #ffffff;
 }
 
 .right img:hover {
  border: 3px solid #ffffff;
 }
 
 .block {
	margin-top: 10px;
	height: 740px;
	width: 900px;
 }
 
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #000;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
	width: 600px;
	max-height: 300px;
 }
.right .content table tr td {
	margin-right: 20px;
	margin-left: 20px;
}
