body {
	background-color: #850C01;
	background-image: url(images/mainSite/redBackground.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.textClass {
	background: blue;
}
#pageContainer {
	margin-left: 30px;
	margin-top: 30px;
}
#mainLeftContainer {
width: 271px;
background: #cccccc;
}
#maingRightContainer {
width: 594px;
}
#mainLeftContainerTop {
	height: 186px;
	overflow: hidden;
}
#mainLeftContainerMiddle {
	background: #cccccc;
	height: 342px;
	text-align: right;
	padding-right: 40px;
	font-family: arial;
}
.headerLinkEntry, .headerLinkEntry a, .headerLinkEntry a:visited {
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}
#mainLeftContainerBottom {
	height: 55px;
	background: #ababab;
	color: white;
	padding-left: 20px;
	padding-top: 25px;
	font-size: 12px;
}
#mainRightContainerTop {
	height: 50px;
	background: #4c4c4c;
}
#mainRightContainerMiddle {
}

