@charset "utf-8";
#header  {

} 
#mainContent  {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 220px;
	margin-right: 260px;
} 

#sidebarTestimonials  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FBE099;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #E7EBE9;
}
#sidebar1 li {
	list-style-type: disc;
	list-style-image: none;
}
#sidebarAboutAds {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align: center;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #515851;
}
#photo-left {
	float: left;
	width: 176px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}
