#container {
	position: relative;
	width: 928px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 166px;
	background-image:url(images/_header_background.gif);
	background-repeat: repeat-x;
}

.logo {
	display: block;
	position: absolute;
	top: 6px;
	left: 19px;
}

.tagline {
	display: block;
	position: absolute;
	top: 152px;
	left: 19px;
}

#ecashier {
	position: absolute;
	top: 14px;
	left: 589px;
}

#quicklinks {
	position: absolute;
	top: 23px;
	left: 782px;
}

#address {
	position: absolute;
	top: 132px;
	right: 15px;
	width: 425px;
	text-align: right;
}

#navigation {
	position: absolute;
	top: 166px;
	left: 0;
	width: 100%;
	text-align: center;
}

.photos {
	position: absolute;
	top: 192px;
	left: 0;
	width: 100%;
	height: 107px;
	border-top: 1px solid #001B64;
	border-bottom: 1px solid #001B64;
	background-color: #005585;
	text-align: center;
	overflow: hidden;
}

.subNav {
	position: absolute;
	top: 355px;
	left: 19px;
	width: 128px;
	text-align: right;
}

.subNav img {
	display: block;
	padding-bottom: 13px;
}

.introLine1 {
	display: block;
	position: absolute;
	top: 310px;
	left: 297px;
}

.introLine2 {
	display: block;
	position: absolute;
	top: 310px;
	left: 606px;
}

.introPage {
	position: absolute;
	top: -130px;
	left: -178px;
}

.introPage .top {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.introHeader {
	display: block;
	margin: 0 auto .5em auto;
}

#mainText {
	position: absolute;
	top: 323px;
	left: 178px;
	width: 700px;
	padding-bottom: 8em;
}

#mainText .pageHeader {
	position: relative;
	left: -5px;
	display: block;
	padding-bottom: 8px;
}

.column1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
}

.column2 {
	position: absolute;
	top: 25px;
	left: 450px;
	width: 250px;
	padding: 20px;
	text-align: left;
	background-color: #E5EAF5;
	border: 1px solid #E5E5E5;
}

@media print {
	#navigation {
		display: none;
	}
	#address {
		left: 250px;
		right: inherit;
	}
	.photos {
		display: none;
	}
	.subNav {
		display: none;
	}
	#mainText {
		position: absolute;
		top: 200px;
		left: 0;
		width: 630px;
		padding-bottom: 0;
	}
}

