/* 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; /*efae50*/
}

#main_header {
	background-image: url(../images/ns04_banner.jpg); /*../images/ns04_banner.jpg OR nschristmas0401.jpg OR cdns04_banner.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/ns04_banner02.jpg); /*../images/ns04_banner02.jpg OR nschristmas0402.jpg OR cdns04_banner02.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/ns04_footer.gif); /*../images/ns04_footer.gif*/
	position: relative; /*fixed*/
	width: 1024px; /*780*/
	height: 50px; /*50*/
	bottom: 0px; /*top:605*/
	left: 0px; /*0*/
	z-index: 3; /*3*/
	}
