body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat-x;
	background-color: #fcfae5;
}
.MainBorder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #f5eced;
}
.LBanner {
	background-image: url(images/LeftGraphic.jpg);
	background-repeat: no-repeat;
	height: 449px;
	width: 271px;
}
.Buttons {
	margin-top: 24px;
}
.TopMargin {
	margin-top: 49px;
}
