@charset "UTF-8";
/* -- container-freestuff--*/
.oneColFixCtrHdr #container-press {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1374px;
	background-image: url(../images/wallbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	top: -12px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content .leftcolumn{
	width:215px;
	float:left;
	overflow:hidden;
	padding:15px 5px 10px 20px;
}
#content .rightcolumn{
	width:490px;
	float:left;
	clear: right;
	overflow:hidden;
	padding:15px 17px 0 9px;
	text-align: right;
}