body {
	text-align: center;
	margin: 0px;
	background-color: #4c1b1b;
}
strong {
	font-weight: bold;
	color: #b9121b;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #b9121b;
	text-align: center;
}
.imgBorder {
	border: 2px solid #b9121b;
}


#Wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F6E597;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#Banner {
	width: 1000px;
}
#TextArea {
	float: left;
	width: 550px;
	text-align: left;
	position: relative;
	top: -35px;
}
#PicArea {
	float: right;
	width: 450px;
	text-align: center;
}
#Footer {
	clear: both;
	width: 1000px;
	text-align: center;
}
#PhotoGallery {
	width: 1000px;
	clear: both;
	text-align: left;
}
