@charset "utf-8";
.mainbody {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url(LavTransBackground.png);
}
.contentBody {
	border: 3px solid #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 24px;
	background-position: center 0%;
}
.sidePanel {
	background-image: url(WhiteTransBackground.png);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 22px;
}
.leftSide {
	float: left;
}
