.container {
/*	margin: auto;
	width: 770px;*/
	padding-left: 0px;
}
.leftNav {
	width: 180px;
	z-index: 200;
	position: fixed;
	
	left: 0px;
	top: 180px;
	float: left;
	display: inline;
	padding: 0px 0 0 0px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.leftNav a, .leftNav a:active, .leftNav a:link {
	color: #666;
	text-decoration: none;
		padding-bottom: 14px;
		display: block
}
.leftNav a:hover {
	color: #c00;
	text-decoration: none;
}
.leftNav ul{
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
}
.leftNav li{
	padding: 0;

	margin: 0;
	list-style: none;
	color: #333;
	font-size: 1em;
	letter-spacing: .05em;
	display: block;
	float: right;
	text-align: right;
	width: 140px;
	text-transform: uppercase;
}
.leftNav .title {
	padding: 0 0 15px 0;
	color: #000066;
}
.mainImageContainerHome {
	float: left;
	margin: 0px 0 0 0px;
	padding-top: 0px;
	padding-left: 19px;
	width: 800px;
	font-size: 125%;
	position: absolute;
	left: 160px;
	top: 180px;
	text-align: left;
}

.mainImageContainerPrint{
	float: left;
	margin: 0px 0 0 20px;
	padding-top: 0px;
	padding-left: 20px;
	width: 850px;
	font-size: 125%;
	position: absolute;
	left: 160px;
	top: 180px;
	text-align: left;
	
}

.footerWrapper {
	position: absolute;
	top: 720px;
	left: 200px;
}

.footerWrapperPrints {
font-size: .8em;
/*	position: absolute;*/
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	clear: left;
	padding: 40px 0 0 0;
	/*top: 880px;
	left: 200px;*/
}