/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#2F972F;
}
.Color3 {
	background-color:#01366B;
}
.Color4 {
	background-color:#A1CE4F;
}

.Header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:127px;
}
.MidBg {
	background-image:url(../images/main_bg.jpg);
	height:446px;
	background-repeat:repeat-x;
}
.MidBottomImg {
	background-image:url(../images/mid_bottom_img.jpg);
	background-position:bottom center;
	height:157px;
	background-repeat:no-repeat;
}
.FooterLeft {
	background-image:url(../images/left_footer.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.FooterRight {
	background-image:url(../images/right_footer.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.MidBottomImg_no_pic {
	background-image:url(../images/mid_bottom_img_no_pic.jpg);
	background-position:bottom center;
	height:157px;
	background-repeat:no-repeat;
}