#sidebar {
	float: right;
	width: 200px;
	padding-left: 20px;
}
#header {
	background-image: url(../images/header2_bg.jpg);
}
#outerContainer {
	background-image: url(../images/middle2_bg.jpg);
}
#content {
	margin-right: 10px;
}

.content {
	float: left;
	width: 500px;
}
#footer {
	background-image: url(../images/footer2_bg.jpg);
}
.optin {
	background-image: url(../images/opt-in_middle.jpg);
	background-repeat: repeat-y;
	font-size: 10pt;
}
.testimonial {
	background-image: url(../images/testimonial_middle.jpg);
	background-repeat: repeat-y;
	font-size: 10pt;
	font-style: italic;
}
.testimonial p {
	text-align: justify;
	padding: 0px;
	margin: 0px;
}