body		{
	background:#999;
	margin:0;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	background:url('images/cloth.gif');
}
#container	{
	width:950px;
	margin:0px auto;
	position:relative;
	background-color:#FFF;
	background-image:url('images/columnbackground.gif');
	background-position:right;
	background-repeat:repeat-y;
}
#header		{
	background:#F60;
}
#leftcol	{
	width:640px;
	float:left;
	min-height:200px;
	background:#FFF;
}
#ritecol	{
	width:300px;
	float:right;
}
#footer		{
	clear:both;
	background-color:#630;
}
#byline		{
	text-align:center;
	font-size:9px;
	padding:3px;
	color:#963;
}
#byline a	{
	text-decoration:none;
	color:#963;
}
#byline a:hover	{
	text-decoration:underline;
}
#pitch		{
	color:#FFF;
	font-size:24px;
	width:500px;
	padding:15px;
	margin:0;
}
.content	{
	padding:10px 20px;
}
p			{
	font-size:12px;
	line-height:140%;
}
h2			{
	font-size:18px;
	color:#630;
}
h3			{
	font-size:16px;
	color:#060;
	font-style:italic;
	padding-bottom:3px;
	padding-top:2px;
	margin-bottom:3px;
	margin-top:2px;
	text-align:center;
}
.productbox	{
	width:280px;
	background-color:#FFF;
}
.productshelf	{
	margin-bottom:20px;
}
#leftshelf	{
	width:280px;
}
#rightshelf	{
	width:280px;
	float:right;
}
.btop		{
	width:280px;
	height:11px;
	background:url('images/boxtop.gif') no-repeat;
}
.bbody		{
	width:280px;
	background:url('images/boxbody.gif') repeat-y;
	padding:0px 5px;
}
.bbottom	{
	width:280px;
	height:11px;
	background:url('images/boxbottom.gif') no-repeat;
}
#demo		{
	position:absolute;
	left:620px;
	top:0px;
}
.how img	{
	margin-bottom:20px;
	width:260px;
}
.shipping	{
	float:right;
	display:inline-block;
	padding:5px;
	border: 1px solid blue;
	text-align:center;
}