@charset "UTF-8";
/* CSS Document */

#container {
width:			990px;
margin-left:	auto;
margin-right:	auto;
}

#header {
width:		990px;
height:		150px;
float:		left;
display:	block;
}

#body {
width:		990px;
float:		left;
height:		335px;
display:	block;
clear:		both;
}


#box_container {
width:		990px;
float:		left;
height:		131px;
}


#box1 {
width:		140px;
height:		89px;
float:		left;
padding:    42px 155px 0px 19px;
background-image: 	url(../images/testimonials.jpg)	;
}

#box2 {
width:		180px;
height:		89px;
float:		left;
padding:    42px 22px 0px 118px;
background-image: 	url(../images/finished_look.jpg)	;
}

#box3 {
width:		136px;
height:		89px;
float:		left;
padding:    42px 200px 0px 19px;
background-image: 	url(../images/go_green.jpg)	;
}

#menubar {
width:		990px;
float:		left;
height:		31px;
}

.box_copy {
font-family:	"trebuchet MS", verdana;
font-size:		12px;
color:			#000000;
line-height:	15px;
}

a:link, a:visited {text-decoration: none; color: #1277d1}
a:hover {text-decoration: underline; color: #1277d1;}


#footer {
width:	505px;
height:	66px;
float:	right;
 }

#links {
width:	455px;
float:	left;
}

.links {
font-family:	"trebuchet MS", verdana;
font-size:		12px;
color:			#000000;
line-height:	15px;
}

a.links:link, a.links:visited {
text-decoration: none; 
color: #000000}
a.links:hover {text-decoration: underline; color: #000000;}


