* {
	box-sizing: border-box;
	margin: 0px;
	}
div.header {
	background: #000000;
	border-bottom: 15px solid #6699cc;
	position: fixed;
		left: 0px;
		top: 0px;
	width: 100%;
	z-index: 2;
	}
div.header h1 {
	position: fixed;
	z-index: 4;
	}
div.header div.offsitelinks {
	position: fixed;
	z-index: 3;
	}
div.shoplink {
	height: auto;
	position: fixed;
		left: 10px;
	z-index: 3;
	}
div.links {
	background: #ffffff;
	height: auto;
	padding-bottom: 25px;
	position: fixed;
		left: 0px;
	z-index: 4;
	}
div.content {
	height: auto;
	padding-bottom: 50px;
	margin-right: 5%;
	position: absolute;
	width: auto;
	z-index: 0;
	}
div.contentLft {
	width: 100%;
	z-index: 1;
	}
div.contentRgt {
	width: 100%;
	z-index: 1;
	}
div.footer {
	background: #000000;
	border-top : 10px solid #99ccff;
	height: 40px;
	position: fixed;
		bottom: 0px;
		left: 0px;
	width: 100%;
	z-index: 2;
	}

/* ---------- PHONES ---------- */
@media only screen and (max-width: 600px) {
	.nodisplay {
		display: none;
		}
	div.header {
		border-bottom-width: 10px;
		height: 75px;
		}
	div.header h1 {
		left: 10px;
		top: 25px;
		}
	div.shoplink {
		display: none;
		}
	div.links {
		margin-left: 10px;
		top: 75px;
		width: 100%;
		}
	div.content {
		left: 10px;
		top: 125px;
		margin-right: 10px;
	}
	div.footer {
		border-top-width: 5px;
		height: 35px;
		width: 100%;
		}
}
/* ---------- TABLETS ---------- */
@media only screen and (min-width: 600px) {
	.logo {
		margin-left: 10px;
		}
	div.header {
		height: 75px;
		}
	div.header h1 {
		left: 150px;
		top: 20px;
		}
	div.header div.offsitelinks {
		right: 15px;
		top: 10px;
		}
	div.shoplink {
		top: 85px;
		width: 120px;
		}
	div.links {
		top: 130px;
		width: 150px;
		}
	div.content {
		left: 150px;
		top: 130px;
	}
}
/* ---------- DESKTOPS: - 1 column ---------- */
@media only screen and (min-width: 768px) {
	div.header {
		height: 100px;
		}
	div.header h1 {
		left: 200px;
		top: 40px;
		}
	div.header div.offsitelinks {
		right: 30px;
		top: 25px;
		}
	div.shoplink {
		top: 110px;
		width: 160px;
		}
	div.links {
		top: 160px;
		width: 200px;
		}
	div.content {
		left: 200px;
		top: 160px;
	}
}
/* ---------- DESKTOPS: - 2 columns ---------- */
@media only screen and (min-width: 1100px) {
	div.header div.offsitelinks {
		right: 40px;
		top: 25px;
		}
	[class*="content"] {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	div.content::after {
		content: "";
		clear: both;
		display: block;
	}
}
