/* CSS Document */

/*--- Photo Box ---*/
#photobox {
	width: 960px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}

/*--- Top Frame ---*/
#topFrame {
width: 960px;
height: auto;
}

#bottomFrame {
width: 960px;
height: auto;
border-top: 1px solid #ccc;
padding: 10px 0px 0px 0px;
text-align: left;
}

#bullet_title {
	background: #fff;
	margin: 0px;
	width: 650px;
	height: 50px;
	padding: 20px 235px 0px 10px;
	float: left;
}

#image1 {
	background: #fff;
	margin: 0px;
	width: 136px;
	height: 218px;
	padding: 0px 20px 0px 80px;
	float: left;
}

#image2 {
	background: #fff;
	margin: 0px;
	width: auto;
	height: auto;
	padding: 0px 10px 0px 10px;
	float: left;
}

#issues_text1 {
	background: #fff;
	margin: 0px;
	width: 340px;
	height: auto;
	padding: 0px 20px 0px 0px;
	float: left;
}

#issues_text2 {
	background: #fff;
	margin: 0px;
	width: 340px;
	height: auto;
	padding: 0px 20px 0px 0px;
	float: left;
}

#solutions_text1 {
	background: #fff;
	margin: 0px;
	width: 550px;
	height: auto;
	padding: 0px 10px 0px 10px;
	float: left;
}

#content {
width: 650px;
height: auto;	
padding: 10px;
float: left;
}

#testimonial_image {
	background-image: url(../images/water_testimonial_bg.jpg);
	width: 650px;
	height: 280px;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

#testimonal_text {
	width: 220px;
	height: auto;
	float: right;
	font-size: 1.0em;
	padding: 10px 15px 10px 10px;
}

/*--- Sidebar ---*/
#sidebar {
width: 270px;
height: auto;
padding-top: 10px;
padding-left: 5px;
padding-right: 10px;
border-left: 1px solid #ccc;
float: right;
}
