body {
	text-align:center;		/* for IE */
	margin:10px;
	background:#FFFFFF;
}

#ddiv {
	border:1px solid #000000
}

div.pageContainer {
	position:relative;
	margin:0px auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:950px;
	z-index:1;
}

div.mainMenu { width:950px; z-index:5; border-bottom:thin solid #CCCCCC; }
	div.menuHead { width:946px; text-align:right; }
	div.menuBar { width:950px; text-align:center; }

div.contentContainer {
	float:left;
	width:640px;
}

div.left {
	float:left;
	width:172px;
	padding-left:4px
}

div.content {
	float:right;
	width:440px;
}
	div.contentTop { width:440px; margin-top:8px; display:table; }
	div.contentList { width:440px; border-top:#666666 3px solid; margin-top:8px; display:table; clear:both; }
		#d_clTop { border-top:none; margin-top:-1px; }
		#d_clBottom { border-bottom:#990000 10px solid; padding-bottom:8px; margin-bottom:8px; }

div.right {
	float:right;
	width:282px;
	padding-right:2px;
}
div.right2 {
	float:left;
	width:282px;
	padding-right:2px;
}

div.footer {
	width:950px;
	float:none;
	clear:both;
	border-top:thin solid #CCCCCC;
	text-align:center;
}