* {
  padding: 0px;
  margin: 0px;
 }
 
html,body{
  height: 100%;
}
 
 body {
  position:relative; /* needed for footer positioning*/
	height:auto !important; /* mozilla browsers */
	height: 100%; /* IE6: treaded as min-height*/
 	min-height: 100% !important; /* mozilla browsers */
  font-family: arial;
  font-size: 11px;
  color: #ffffff;
  background: #292929 url('../images/background.jpg') repeat-y;
 }
 
.left {
  float:left;
  padding: 10px 0px 20px 0px;
  width: 210px;
 }

.left ul li {
  list-style: none;
  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: #292929;
 }
 
 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
 .right {
  padding: 20px 0px 50px 230px;
}

.right p {
			 padding: 10px;
}
.right ul {
			 margin-left: 20px;
}
.right img {
  margin-right: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 12px;
  color: #ffaa00;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
.content {
  v-align: top;
  width: 600px;
	padding: 0px 0px 30px 0px;
 }
#footer {
		bottom: 0px;
		position: absolute; 
		width:600px; 
		text-align: center; 
		padding: 0px 0px 5px 0px;
}
