@charset "utf-8";
.oneColFixCtrHdr #mainContent {
	margin-top:50px;
	margin-bottom:150px;
	padding: 0px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #cdcbb4;
	width:475px;
	min-height:375px;
	border-right: 2px dotted #e6e5da;
	line-height:1.4em;
	font-size:14px;
}
.oneColFixCtrHdr #sideContent {
	margin-top:40px;
	padding-right:100px;
	background: #cdcbb4;
	width:225px;
	float:right;
	line-height:1.4em;
	font-size:14px;
}