@charset "UTF-8";
.mainContent2 {
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px;
	float: left;
	width: 250px;
	height: 425px;
	background-color: #FFFFFF;
	border: 20px solid white;
}
.mainContent2 p {
	margin: 0px;
	border: 0px;
	padding: 4px 0px 15px 0px;
	color: #803C2C;
}
.gimg {
	border: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	width: 75px;
	height: 60px;
}
