* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-image: url(images/background2.jpg);
  background-repeat: repeat;
  background-color: #0198c9;
 }
 
 .left {
  float:left;
  padding-top: 30px;
  width: 263px;
 }

.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: #0198cc;
 }
 
 .left ul li.active a {
  color: #ffffff;
  background: #0198cc;
 }
 
 .right {
  padding-left: 420px;
  padding-top: 30px;
}

.right img {
  margin-left: 5px;
  display: block;
 }
 
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #000000;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 590px;
 }
  