/* CSS Document */

/*NOTE: All default values have been logged (commented) beside the corresponding attributes.*/

@import "mastercontrol.css";

body {
	font-family: Arial,Verdana,Helvetica,sans-serif; /*Arial, Verdana, Helvetica, sans-serif*/
	color: #000000; /*#000000*/
	font-weight: normal; /*normal*/
	font-size: 16px; /*16*/
	background-color: #000; /*#83a1d5*/
	/*background-image: url(../images/pe_bg.gif);*/
}

#main_header {
	background-image: url(../images/pei_top_banner.jpg); /*../images/pei_top_banner.jpg OR pei_christmas01.jpg OR christmaspei_animated.gif OR pei_header_cd.jpg*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 210px; /*210*/
	top: 0px; /*0*/
	left: 0px; /*0*/
	z-index: 5; /*5*/
	}

#main_header2 {
	background-image: url(../images/pei_top_banner_blank.jpg); /*../images/pei_top_banner_blank.jpg OR pei_christmas02.jpg OR christmaspei_animated02.gif OR pei_header_cd02.jpg*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 210px; /*210*/
	top: 0px; /*0*/
	left: 0px; /*0*/
	z-index: 5; /*5*/
	}

#main_footer {
	background-image: url(../images/pei_footer.gif); /*../images/pei_footer.gif*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 50px; /*50*/
	bottom: 0px; /*top:605*/
	left: 0px; /*0*/
	z-index: 3; /*3*/
	}

#main_footer_front {
	background-image: url(../images/pei_footer_front.gif); /*../images/pei_footer.gif*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 50px; /*50*/
	bottom: 0px; /*top:605*/
	left: 0px; /*0*/
	z-index: 3; /*3*/
	}
	
#region_select {
visibility: hidden;
}

