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.menuBar {
	width:950px;
	margin:0px;
	background:#D4CEB2;
	border-top:#FFFFFF 1px solid;
	border-top:#013E81 2px solid;
	border-bottom:#013E81 2px solid;
}

div.content {
	width:950px;
}

div.bottomMenu {
	width:950px;
}

div.flashBox { width:240px; float:left; }
	#flashOpen { margin:0px; padding:0px; top:40px; left:0px; width:220px; position:absolute; overflow:visible; display:inherit; }

div.rightBox { width:700px; float:right; }
	div.wordsBox {
		width:500px;
		border-left:#98002B 2px solid;
		border-right:#98002B 2px solid;
		float:left;
	}
	div.logoBox { width:190px; float:right; }

div.footer {
	width:950px;
	border-top:#013E81 2px solid;
	border-bottom:#013E81 2px solid;
	clear:both;
}

