html, body {
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#flash_nav {
	position: absolute;
	width: 950px;
	height: 185px;
	top: 235px;
	left: 0;
}
#content, #nav {
	position: relative;
	float: left;
	width: 950px;
	background: url(../images/box_mid.gif) repeat-y;
}
#paper {
	position: relative;
	width: 352px;
	margin: 0 0 0 50px;
	padding: 0 75px 0 33px;
	float: left;
	background: url(../images/paper_mid.gif) repeat-y;
}
img.pictures {
	position: relative;
	float: right;
	margin-top: -90px;
}
img.box_top, img.box_btm, img.paper_top, img.paper_btm {
	position: relative;
	float: left;
}
img.paper_top, img.paper_btm {
	margin: 0 -75px 0 -33px;
}
p.footer {
	margin: 0 32px;
}

/* MISC */

input {
	font-size: 1em;
}
.spacer {
	position: relative;
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	clear: both;
	width: 100%;
}
a img {
	border: none;
}
