#fullSite {
	width: 800px;
	margin-left: 50%;
	left: -400px;
	position: absolute;
}
#fullSite #headerContent {
	background-image: url(../images/i-vapor-works.jpg);
	background-repeat: no-repeat;
	height: 380px;
	width: 800px;
	position: relative;
}
#fullSite #printHeaderContent {
	height: 100px;
	width: 720px;
	position: relative;
	display: none;
}
#fullSite #topNavContent {
	height: 35px;
	width: 800px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: relative;
	background-image: url(../images/i-nav-bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
}
#fullSite #bodyContent {
	width: 800px;
	position: relative;
}
#fullSite #bodyContent #bcLeft {
	float: left;
	width: 340px;
	padding-right: 40px;
	position: relative;
}
#fullSite #bodyContent #bcRight {
	float: left;
	width: 420px;
	position: relative;
}
#fullSite #bcBottom {
	width: 800px;
	position: relative;
}
#fullSite #bcBottom #bcbLeft {
	float: left;
	width: 220px;
	padding-right: 40px;
	position: relative;
}
#fullSite #bcBottom #bcbRight {
	float: left;
	width: 540px;
	position: relative;
	text-align: right;
}
#fullSite #bottomNavContent {
	text-align: center;
	width: 800px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
#fullSite #footerContent {
	width: 800px;
	position: relative;
	padding-bottom: 20px;
}
#fullSite #footerContent #fcLeft {
	float: left;
	width: 400px;
	position: relative;
}
#fullSite #footerContent #fcRight {
	float: left;
	width: 400px;
	position: relative;
	text-align: right;
}

