body {
	text-align:center;		/* for IE */
	margin:5px;
	padding:0px;
	background:#FFFFFF;
}

#ddiv {
	border:1px solid #000000;
}

div.container {
	position:relative;
	margin:0px auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:950px;
}

div.topMenu {
	width:950px;
	margin:0px;
	border-top:1px solid #FFFFFF;
}
	div.topMenuLft { float:left; }
	div.topMenuRt { float:right; }

div.menuBar {
	width:950px;
	margin:0px;
	height:37px;
	background:url(/media/cctMenuBar.gif) center top no-repeat;
	border-top:1px solid #FFFFFF;
}

div.content {
	width:700px;
	float:left;
}

div.bottomMenu {
	width:240px;
	float:right;
}

div.tabBoxWTop {
	width:240px;
	height:200px;
	margin:0px;
	background:url(/media/cctTabBoxWidetree.gif) center top no-repeat;
	border-top:1px solid #FFFFFF;
	float:left;
}

div.tabBoxW {
	width:240px;
	height:200px;
	margin:0px;
	background:url(/media/cctTabBoxWide.gif) center top no-repeat;
	border-top:1px solid #FFFFFF;
	float:left;
}

div.footer {
	width:950px;
	float:none;
	clear:both;
}
