@charset "utf-8";
/* CSS Document */

/* page */
body {
	margin:20px 0px 10px 0px;
	text-align:center;	/* for IE */
	overflow-y:scroll;
}

#ddiv { border:1px solid #000000; }

div.z_pageContainer {
	width:980px;
	margin:0px auto;	/* align for good browsers */
	text-align:left;	/* counter the body center */
}
.z_pageContainer { background:url(/images/WaterMark.jpg) 350px bottom no-repeat; }
#spmp .z_pageContainer { background:url(/images/Rocks.jpg) 700px 580px no-repeat; }

/* header */
div.z_header { width:980px; }
    div.z_masthead { width:980px; height:215px; background:url(/images/masthead.jpg) right top no-repeat; display:table-cell; }
    div.z_tagline { width:980px; height:75px; background:url(/images/Arch.png) left bottom no-repeat; border-top:#FFF solid 1px; }


/* body */
div.z_contentLeft { width:290px; float:left; border-right:#036 solid 1px; }
div.z_contentRight { width:630px; float:right;  }

/* footer */
div.z_footer { width:980px; height:20px; margin:0px; float:none; clear:both; }