@charset "UTF-8";
.insideBox  {
	width: 690px;
	margin-left: 40px;
	margin-top: 50px;
	clear: both;
}
#box1 .textBox {
	width: 446px;
	float: left;
}
#box1 p {
	text-indent: 1em;
	line-height: 2em;
}
#box1 p.noIndent {
	text-indent: 0px;
}
#box1 .textBox img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#box1 .imageBox {
	width: 220px;
	float: right;
}
#box2 .textBox {
	width: 446px;
	float: right;
}
#box2 .imageBox {
	width: 220px;
	padding-top: 2em;
	float: left;
}
#box2 p {
	text-indent: 1em;
	padding-top: 2em;
	line-height: 2em;
}
#box3 .textBox {
	width: 546px;
	float: left;
}
#box3 h3{
	padding-top: 2em;
}
#box3 p{
	padding-top: 1em;
	line-height: 2em;
}
#box3 .imageBox {
	width: 120px;
	padding-top: 2em;
	float: right;
}
#box3 .imageBox .caption {
	padding: 0px;
	text-indent: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
