* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #fff;
  background-image: url(images/bck.jpg);
  background-repeat: repeat-y;
  background-color: #000;
 }
 
 .left {
  float:left;
  padding-top: 100px;
  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: ##3F3E3E;
 }
 
 .left ul li.active a {
  color: #ffaa00;
  background: #000;
 }
 
 .right {
  padding-left: 310px;
  padding-top: 100px;
}

.right img {
  margin-right: 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: 16px;
  color: #ffaa00;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 13px;
 }
 
a {
  color: #ffaa00;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
}

 .content p {
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
 }
  
 #footer {
  	text-align: center;
  	margin-top:100px; 
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:normal;
 }

.centeredImage
    {
    text-align:center;
    display:block;
    border:none;
    }

