/* CSS Document */

#topFrame {
width: 960px;
height: 400px;
}

#content {
width: 650px;
height: auto;	
padding: 10px;
float: left;
}

#testimonial_image {
	background-image: url(../images/electrical_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;
}

.testimonial_title {
font-size: 1.85em;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
}

#sidebar {
width: 270px;
height: auto;
padding-top: 10px;
padding-left: 5px;
padding-right: 10px;
border-left: 1px solid #ccc;
float: right;
}

#bottomFrame {
width: 960px;
height: 200px;
border-top: 1px solid #ccc;
padding-top: 15px;
}

#leftcolumn { 
 color: #333;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 100%;
 height: auto;
 float: left;
}

div#leftcolumn ul {
width: 250px;
float: left;
}

div#leftcolumn ul li {
font-size: 1.05em;
list-style: inside;
list-style-type: disc;
}

img.wwd {
float: left;
padding-left:20px;
padding-right:30px;
}

img.box {
	float: right;
	padding-right:40px;
	padding-top: 0px;
	margin-top: 0px;
}
