#ContentWrapper {
	background-color: #FFF;
	position: relative;
	width: 960px;

}

#dnn_leftbox {  /* Menu */
	width: 225px;
	top: 0px;
	float: left;
	height:auto;

}

/* #divline {
	left:229px;
	background-color: #9CF;
	width: 2px;
	top: 0px;
	float: left;
}
*/

#dnn_ContentPane {
	left:235px;
	width: 725px;
	top: 0px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9Cf;
	margin-bottom: 5px;
	margin-left: 2px;
}

