.innerBox {
	height: 800px;
	width: 1000px;
	margin: auto;
	border: 1px solid #DDD;
	background-image: url(images/mainbk1.jpg);
	background-position: right;
}
.leftMenu {
	float: left;
	height: 200px;
	width: 150px;
	text-align: left;
	vertical-align: middle;
	margin-top: 300px;
}
.imageBar {
	height: 800px;
	width: 140px;
	position: relative;
	float: left;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
.headerTop {
	float: right;
	height: 77px;
	width: 700px;
	background-color: #DDD;
}
.footerBottom {
	float: right;
	height: 25px;
	width: 600px;
	background-image: url(images/lowrt.jpg);
}
.mainBody {
	float: right;
	height: 600px;
	width: 580px;
	margin-right: 60px;
	margin-left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: justify;
	margin-top: 10px;
}
.photoBody {
	height: 600px;
	width: 900px;
	margin-left: 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	text-align: justify;
	margin-top: 120px;
}
.letters {
	float: right;
	height: 30px;
	width: 580px;
	text-align: right;
	margin-top: 85px;
	margin-right: 5px;
}
.plainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	vertical-align: top;
	text-align: inherit;
}
.plainTextCent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
}
.textBoxL {
	margin: 10px;
	float: left;
	height: auto;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.center-all {
	text-align: center;
	vertical-align: middle;
}
