@charset "utf-8";
/* CSS Document */

/* page */
body {
	margin:10px 0px;
	text-align:center;	/* for IE */
	background:url(/images/bg.gif) top center repeat-x;
}

#ddiv { border:1px solid #000000; }

div.z_pageContainer {
	width:950px;
	margin:0px auto;	/* align for good browsers */
	text-align:left;	/* counter the body center */
}

/* header */
div.z_header { width:950px; margin:0px; padding:0px; }
    div.z_topBox { width:950px; margin:0px; padding:0px; }
        div.z_topBoxLeft { width:400px; float:left; }
        div.z_topBoxRight { width:400px; float:right; overflow:hidden; }
    div.z_masthead { width:950px; height:125px; margin:0px; padding:0px; float:none; clear:both; }
    div.z_mainMenu { width:950px; margin:0px; padding:0px; float:none; clear:both; }

/* body */
div.z_contentLeft { width:225px; margin:0px; padding:0px; border:1px solid #ACC0DE; background:#FFFFFF; float:left; }
div.z_contentBox { width:700px; margin:0px; padding:0px; border:1px solid #ACC0DE; background:#FFFFFF; float:right; }
	#txtLayer { width:100%; height:100%; position:absolute; z-index:4; background:#A7A7A7; display:none; }
	#denstuff { width:100%; height:100%; position:absolute; z-index:5; }
	div.d_contentCenter { width:450px; margin:0px; padding:0px 15px 0px 0px; border-right:1px solid #ACC0DE; float:left; }
	div.z_contentRight { width:225px; margin:0px; padding:0px; float:right; }
		

/* footer */
div.z_footer { width:940px; height:80px; margin:0px; padding:5px; overflow:hidden; float:none; clear:both; }