@charset "utf-8";
/* CSS Document */

PageContainer {
	width:980px;
}

SiteHeader {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:155px;
	background-image:url(../images/SaintsHeader.jpg);
	background-color:#F00;
}

LeftMargin {
	position:absolute;
	left:0px;
	top:115px;
	width: 40px;
}
.centered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 10;
	width: 100%;
	margin: auto;
	background-color: white;
	color: white;
	text-align: center;
} 
#SiteTitle {
	background-image: url(../images/SaintsHeader.jpg);
	background-repeat: no-repeat;
}
#SiteFooter {
	background-image: url(../images/SaintsFooter.jpg);
	background-repeat: no-repeat;
}
#LeftBG {
	background-image: url(../images/LeftBoarder.jpg);
	background-repeat: repeat-y;
}
#RightBoarder {
	background-image: url(../images/RightBoarder.jpg);
	background-repeat: repeat-y;
}
#MenuBarBG {
	background-image: url(../images/menubarbg.jpg);
	background-repeat: repeat-x;
}
#MenuBG {
	background-image: url(../images/menubarbg.jpg);
	background-repeat: no-repeat;
}
.advert {
	text-align: justify;
}
.MLPLogo {
	color: #F76907;
}
.mlplogoblack {
	color: #000;
}
.welcome {
	text-align: justify;
}
.style2 {
	text-align: justify;
}

