html, body {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000;
	background-attachment: fixed;
	background-color: #333;
	background-image: url(paper-bg.gif);
	text-align: center;
	height: 100%
	width: 100%;
	left: auto;
	right: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#container {
	width: 700px;
	vertical-align: top;
	text-align: left;
	min-height: 100%;
	overflow: visible;
	margin: auto;
	background-color: #FFF;
}
#header {
	margin: 0px;
}
#contentContainer {
	width: 700px;
	min-height: 100%
	position: absolute;
	background-color: #FC33D6;
	position: relative;
	height: 100%;
	margin: auto;
	min-height: 100%;
	z-index: auto;
}
#content {
	float: left;
	width: 380px;
	position: relative;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000;
	margin: 0px;
}
#rightSidebar {
	background-color: #FFF;
	float: right;
	width: 280px;
	margin: 0px;
	min-height: 100%;
	position: relative;
}
.boldCopy {
	font-weight: bold;
}
.headline {
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
}
.strikeOut {
	text-decoration: line-through;
}
table {
	background-color: #FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.soldOut {
	color: #C00;
	font-weight: bolder;
}
