* {
	padding: 0;
	margin: 0;
 }
 
 html	{
 	height:100%;
 }
 
 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: #292929;
	line-height: 20px;
	min-height:100%;
	position:relative;
 }

 * html body {
	height:100%;
 }

 .left {
	float:left;
	padding-top: 130px;
	width: 280px;
 }

 .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: #292929;
 }
 
 .left ul li.active a {
	color: #ffaa00;
	background: #292929;
 }

 .sitemap {
  	padding-left: 280px;
	padding-top: 100px;
	width: 595px;
	height: 20px;
	position: absolute;
 }

 .sitemap img {
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
 }

 .right {
  	padding-left: 280px;
	padding-top: 130px;
 }

 .right img {
	display: block;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #434343;
	border-right-color: #434343;
	border-bottom-color: #434343;
	border-left-color: #434343;
	margin-left: 10px;
 }
 
 .right2 {
  	padding-left: 280px;
 }

 .right2 img {
	display: block;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #434343;
	border-right-color: #434343;
	border-bottom-color: #434343;
	border-left-color: #434343;
	margin-right: 10px;
 }
 
 .block {
	height: 240px;
	width: 600px;
 }
 
 .block2 {
	width: 600px;
 }
 
 .block3 {
	width: 600px;
	font-size: 12px;
 }
 
 .footer {
	width: 600px;
	height: 50px;
	font-size: 12px;
 }

 .footer a:hover {
	font-size: 12px;
	font-weight: 500;
 }

 h1 {
	font-size: 14px;
	color: #999999;
 }
 
 h2 {
	font-weight: normal;
	padding-bottom: 7px;
	font-size: 10px;
 }
 
 p, h1 {
	margin: 0 0 1em 0;
 }
 
 a {
	color: #999;
	text-decoration: none;
 }
 
 a:hover {
	color: #ffaa00;
 }
  
 .down {
	width: 280px;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
 }