body { margin: 0px auto 0px auto;
	background-color: #3480BB;
	font-family: 'myriad-pro', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 13px;
	background-image: url(/img/sub-bg.png);
	background-repeat: repeat-x;
}

a#linkHome {
	display: block;
	position: absolute;
	width: 333px;
	height: 122px;
	top: 0;
	background: transparent url(/img/be-sub-logo.png) left top no-repeat; }

a#linkHome span {
	position: absolute;
	display: block;
	top: -10000px;
	left: -10000px;
	font-size: 1px;
}

#contentOuterNoSidebar { clear: both;
	background: #ffffff;
	background-image: url(/img/sub-content-bg.png);
	background-repeat: repeat-x;
	width: 1118px;
	padding: 0; }
	
#contentOuter { clear: both;
	background: #fff url('/img/sub-page-bg-sidebar.png') 0 0 no-repeat;
	width: 1118px;
	padding: 0; }
	
#contentInner { clear: both;
	background: transparent url(/img/pg-bg.jpg) 50% bottom no-repeat;
	width: 1082px;
	min-height: 320px;
	padding: 58px 18px 18px 18px;
	line-height: 1.7em; }

sub-page-bg-sidebar