body {
	text-align:center;		/* for IE */
	margin:10px;
	background:#EEE9E3 url('/images/com.steakescape.background.gif') repeat-y;
}

#ddiv {
	border:1px solid #000000
}

div.pageContainer {
	position:relative;
	margin:0px auto;			/* align for good browsers */
	text-align:left;		/* counter the body center */
	width:955px;
	z-index:1;
}

div.mainMenu {
	top:0px;
	left:0px;
	width:955px;
	z-index:5;
}

div.left, div.leftDrive {
	float:left;
	width:185px;
}

div.content {
	float:right;
	width:730px;
	padding-right:20px;
}

div.footer {
	width:955px;
	clear:both;
	float:none;
	padding-top:10px;
}