#container {
	width: 570px;
	color: #000000;
	background-color: #FFFFFF;
	border: none;
}

/* --------------------- LEFT SIDE --------------------------- */

#leftSide {
}

#printHeading {
	display: block;
	float: left;
	width: 370px;
	height: 50px;
	padding-top: 30px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

#logo {
	float: left;
	width: 200px;
	height: 100px;
}

#navTabs {
	display: none;
}

#navLeft {
	display: none;
}

/* --------------------- RIGHT SIDE --------------------------- */

#rightSide {
}

#navTop {
	display: none;
}

#mainImage {
	float: left;
	clear: both;
}

#crumbTrail {
	width: 100%;
	float: left;
	clear: left;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: left;
}

#mainContent {
	display: inline;
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: .25in;
	text-align: left;
}

#rightBoxes {
	width: 0;
	height: 0;
	display: none;
}

/* --------------------- BOTTOM --------------------------- */

#navBottom{
	display: none;
}

#copyright{
	margin-top: 10px;
	width: 100%;
	clear: both;
	text-align: left;
}

