* {
	padding: 0;
	margin: 0;
	
 }
 
 body {
	font-family: tahoma;
	font-size: 11px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
	list-style: none;
 }
 
 .left {
  float:left;
  padding-top: 100px;
  width: 310px;
 }
 
 .left ul {
   text-decoration: none;
   list-style:none;
	}
	
 .left ul li {
  float: right;
  text-decoration: none;
  list-style:none;
 }

.left ul li a {
  margin-top: 10px;
  font-family: Verdana;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 25px;
  width: 155px;
  height: 28px;
  float: right;
}

.left ul li a:hover {
  color: #AFC025;
  background:#666666;
 }
 
 .left ul li.active a {
  color: #AFC025;
 }
 
 .right {
  padding-left: 340px;
  padding-top: 100px;
}

.right img {
  margin-right: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 .right img:hover {
  border: 3px solid #afc025;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
 .blockLRG {
  margin-top: 10px;
  height: 275px;
  width: 600px;
  }
  
h1 {
  font-size: 14px;
  color: #AFC025;
  font-weight: bold;
 }
 
h2 {
  font-weight: Bold;
  padding-bottom: 7px;
  font-size: 12px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: none;
 }
 
 .content {
  width: 600px;
 }
  
