body {
	position: relative;
	background: #FFCC33 url("../images/swirl-back.gif") repeat left top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}

#container {
	position: relative;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 760px;
	text-align: left;
}

#footer{
	display: block;
	background-color: #E7B218;
	border-top: 1px solid #EB9526;
	border-bottom: 1px solid #EB9526;
	margin: 10px 0 1px 0;
	padding: .5em 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	font-size: 10px;
}
#footer a {color: #ffffff; }

.underline {
	font-weight: inherit;
	text-decoration: underline;
}
.soldOutRow {
/*	color: #999999;*/
}
.soldOut{
	font-weight: bold;
	color: #FF3300;
}

blockquote {
	position: relative;
	padding-left: 32px;
	font-family:"Courier New", Courier, mono;
}

ul.boxed-list li{
	list-style: none;
	padding-left: 34px;
	margin-bottom: 8px;
	background: url("../images/chk-mark-990000-28.gif") top left no-repeat;
}
ul.noneType li{
	list-style: none;
}.PollHighlight {
	font-size: 14px;
	font-style: italic;
	color: #FF00FF;
}

