#fullSite {
	width: 720px;
	margin-left: 50%;
	left: -360px;
	position: absolute;
}
#fullSite #headerContent {
	display:none;
}
#fullSite #printHeaderContent {
	height: 100px;
	width: 720px;
	position: relative;
	display: block;
}
#fullSite #topNavContent {
	display:none;
}
#fullSite #bodyContent {
	width: 720px;
	position: relative;
}
#fullSite #bodyContent #bcLeft {
	float: left;
	width: 280px;
	padding-right: 20px;
	position: relative;
	overflow: hidden;
}
#fullSite #bodyContent #bcRight {
	float: left;
	width: 420;
	position: relative;
	overflow: hidden;
}
#fullSite #bcBottom {
	display: none;
}
#fullSite #bottomNavContent {
	display: none;
}
#fullSite #footerContent {
	width: 720px;
	position: relative;
	padding-bottom: 20px;
}
#fullSite #footerContent #fcLeft {
	float: left;
	width: 360px;
	position: relative;
}
#fullSite #footerContent #fcRight {
	float: left;
	width: 360px;
	position: relative;
	text-align: right;
}
