.LeftPhotos {
	height: 500px;
	width: 200px;
	position: absolute;
	left: 50%;
	top: 335px;
	margin-left: -400px;
}
.MainText {
	height: 485px;
	width: 565px;
	position: absolute;
	left: 50%;
	top: 335px;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 15px 0px;
	margin-top: 0px;
	text-align: center;
	font-style: italic;
	color: #990033;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003399;
	border-bottom-color: #003399;
	margin-left: -200px;
	font-weight: bold;
	font-size: 14px;
}
.ContactInfo {
	height: 100px;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 835px;
	margin-left: -400px;
}
.BackGround {
	background-image: url(../assets/images/BackGround.jpg);
}
.ParaMargin {
	margin: 0px;
	padding: 0px;
}
.BlankBaseDiv {
	height: 25px;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 935px;
	margin-left: -400px;
}
