* {
  padding: 0;
  margin: 0;
 }
 
 html {
  height:auto !important;
  height:100%;
  min-height:100%;
}
 
 body {
  height:auto !important;
  height:100%;
  min-height:100%;
  padding: 0;
  padding-bottom: 50px;
  margin: 0;  
  font-family: tahoma;
  font-size: 12px;
  color: #999;
  position: relative;
  background-image: url(../images/background.gif);
  background-repeat: repeat-y;
  background-color: #292929;
 }
 
 
 .left {
  float:left;
  padding-top: 20px;
  width: 170px;
 }

.left #logo {
	position: absolute;
	bottom: 0px;
	width: 51px;
	left: 50px;
}

.left #copyright {
	position: absolute;
	top: 100%;
	margin-top: -25px;
	left: 200px;
	text-align: center;	
}

.logolink img {
	border: 0;
	padding: 0;
	margin: 0;	
}

.left ul {
	margin-top: 20px;
}

.left ul li {
  float: right;
  list-style: none;
 }

.left ul li a {
  margin-top: 2px;
  margin-left: 20px;
  font-family: Verdana;
  font-size: 12px;
  color: #FFF;
  text-decoration: none;
  padding-top: 7px;
  padding-left: 5px;
  width: 100px;
  height: 23px;
  display: block;
}

.left ul li a:hover {
  background: #292929;
 }
 
 .left ul li.active a {
  color: #ffaa00;
  background: #292929;
 }
 
 .right {
  padding-left: 220px; 
  padding-top: 20px;
}

/*
.right img {
  margin-right: 10px;
  display: block;
  border: 3px solid #CCC;
 }
 
 
 .right img:hover {
  border: 3px solid #ff00aa;
 }

*/

.right p {
	width: 500px;
	padding-bottom: 10px;
}

.prj_data {
	font-size: 11px;	
}

.prj_data span {
	color: #ffaa00;
}

#certificates div, .transimage {
	padding-bottom: 20px;
	opacity: .5;
	text-align: center;
}

h1 {
  font-family: tahoma;
  font-size: 42px;
  font-weight: normal;
  color: #666666;
 }

h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 20px;
  color: #B3B4BC;
 }

h3 {
  font-weight: normal;
  padding-bottom: 7px;
  margin-right: 15px;
  font-size: 11px;
  text-align: left;
  color: #ffaa00;
}
 
a {
  color: #B2B3BB;
  text-decoration: underline;
 }
 
a:hover {
  color: #EEE;
 }
 

pre {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	border: 2px solid black;
	background-color: #393939;
	
}