#home #header {
	background: url(/images/home-header.png) no-repeat;
}
#home-content-left {
	margin-left: 24px;
	width: 400px;
	float: left;
	display: inline;
}
#home-content {
	float: left;
	width: 859px;
	background: url(/images/home-content-repeat.png) repeat-y;
	padding: 23px 20px 10px 20px;
}
#home-content-left h2 {
	float: left;
	width: 361px;
	height: 66px;
/* 	background: url(/images/h2-wind-generator.png) no-repeat; */
	background: url(/images/h2-wind-turbine.png) no-repeat;
	text-indent: -9999px;
}
#home-content-left p {
	color: #ececec;
	font: 12px Arial, Helvetica, Sans-Serif;
	width: 264px;
	margin-top: 18px;
	opacity: 0.99;
}
body.home #content-right {
	width: 300px;
	padding: 34px 26px 0 0;
	margin: 0;
}
#home-content-bottom {
	float: left;
	width: 899px;
	height: 27px;
	background: url(/images/home-content-bottom.png) no-repeat;
}
/* @group Gallery */
.photo-gallery{
  float: left;
  display: inline;
  margin: 0 0 0 17px;
  width: 817px;
  padding: 5px 6px 3px 6px;
  background: #102345;
}
.photo-gallery h3{
  color: #db3a31;
  font: bold 15px Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.photo-gallery p{
  font: 12px Arial, Helvetica, Sans-Serif;
  color: #ffffff;
  padding: 0;
  margin: 6px 0 0 0;
  float: left;
  opacity: 0.99;
}
.photo-gallery-left{
  float: left;
  width: 117px;
  margin: 0;
}
.photo-gallery-right{
  float: right;
  height: 83px;
  width: 695px;
  overflow: hidden;
}
.photo-gallery img{
  border: 1px solid #ffffff;
}
/* @end */