body {
	background-color: white;
	font-family: sans-serif;
}
#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 50px;
	font-size: 30px;
	font-weight: 300;
}
#left {
	position: absolute;
	top: 50;
	left: 0;
	width: 0px;
	height: 450px;
}
#main {
	position: absolute;
	top: 50;
	left: 0;
	width: 600px;
	height: 450px;
}
#main img {
	width: 600px;
	height: 450px;
}
#right {
	position: absolute;
	top: 50;
	left: 600;
	width: 200px;
	height: 450px;
}
#right p {
	width: 200px;
	margin: 5px;
}
#right > img {
	width: 200px;
}
#right a img {
	border: 1px solid black;
}
#right a:link { border: none; }
#right a:visited { border: none; }
#right a:hover { border: none; }
#right a:active { border: none; }
#footer {
	position: absolute;
	top: 500;
	left: 0;
	width: 800px;
	height: 100px;
}
#footer img {
	width: 120px;
	height: 90px;
	padding: 5px;
}
.puppetstock {
	font-variant: small-caps;
	font-weight: 800;
}
#copy {
	padding: 10px;
}
