body {
	background-color:#abb9b9;
	margin:0;
	padding:0;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.55);
	font:14px Arial, sans-serif;
	color:white;
}

h2 {
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	color:#222;
	text-shadow:0 1px 0 #CCC;
}

#header {
	background-image:url('headbg.jpg');
	width:100%;
	height:221px;
}

#headwrap {
	margin:auto;
	background-image:url('headwrap.jpg');
	width:1020px;
	height:221px;
}
#page_content {
	margin:auto;
	background-color:#abb9b9;
	width:940px;
	height:473px;
	margin-top:20px;
}

#bsolar {
	margin-top:10px;
	width:346px;
	height:346px;
	float:left;
	background-image:url('bsolar.png');
	margin-left:70px;
	position:relative;
}

#bsolar h2, #bsolar p {
	width:306px;
	margin:auto;
}

#bsolar h2 {
	margin-top:20px;
	margin-bottom:20px;
}

#teaser {
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:940px;
	text-align:center; 
}

#teaser h2 {
	margin:auto;
	color:#222;
	text-shadow:0 1px 0 #CCC;
}

#energy_foundation {
	margin-top:10px;
	width:346px;
	height:346px;
	float:right;
	background-image:url('energy-foundation.png');
	margin-right:70px;
	position:relative;
}

#energy_foundation h2, #energy_foundation p {
	width:306px;
	margin-left:20px;
}

#energy_foundation h2 {
	margin-top:20px;
	margin-bottom:20px;
}


#energy_foundation p {
	width:240px;
	margin-bottom:10px;
}

#footer {
	background-image:url('footer.jpg');
	margin-top:40px;
	width:100%;
	height:110px;
	padding-top:30px;
}

#footerwrap {
	margin:auto;
	
	text-align:center;
	color:black;
	text-shadow:0 1px 0 #FFFFFF;
}

.awesome{
    background: #222 url(alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.5);
   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
   position: relative;
   cursor: pointer;
   margin-top:10px;
   margin-bottom:10px;
 }
 
 .awesome:hover {
	text-decoration:none;
 }
 
.large.awesome {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.red.awesome {
	background-color: #e33100;
}

.blue.awesome {
 background-color: #2daebf;
}

.main_button {position:absolute; bottom:45px; left:20px; background-image:url('main_button.png'); text-align:center; width:240px; height:26px; background-position:top; background-repeat:no-repeat; display:block; padding:12px 0 12px 0; color:white; text-decoration:none; font-size:18px;}
.main_button:hover {background-position:bottom; text-shadow:none;}

.bsolar_button {position:absolute; bottom:45px; left:20px; background-image:url('blue_button.png'); text-align:center; width:240px; height:26px; background-position:top; background-repeat:no-repeat; display:block; padding:12px 0 12px 0; color:white; text-decoration:none; font-size:18px;}
.bsolar_button:hover {background-position:bottom; text-shadow:none;}

