body
{
	text-align: center;
}

#maintable
{
	width: 800px;
	align: center;
	background: #F38420;
	border: 0;
	margin: 0;
	padding: 0;
}

#header
{
	width: 800px;
	height: 122px;
	background: #044F92;
	padding:0;
	margin: 0;
	border: 0;
}

#checkouthead
{
	height: 40px;
	padding: 0;
	border: 0;
	margin: 0;
}

.stripback
{
	background: url('img/stripedback.jpg') repeat-x;
}

#navlinks 	/*  if the sidebar ever contains links again, need to add navlinks a to this line as well  */
{
	background: #F38420;
	color: #fff;
	font-family: impact, arial black;
	font-weight: normal;
	font-size: 20px;
	line-height: 48px;
	text-decoration: none;
	padding: 20px 10px 0 10px;
}

#bodycell	
{
	width: 627px;
	background: #F38420;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

#productbox
{
	border: 1px solid black;
	padding: 5px;
	width: 310px;
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
}

.prodimages
{	
	border: 2px black solid;
}

h4	/*  product title on product pages  */
{
	display: inline;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

h6  	/*  smaller text for product descriptions without the box around it on list page  */
{
	font-size: 12px;
	font-family: arial;
	line-height: 18px;
	display: inline;
	font-weight: normal;
}

img
{
	border: 0;
}

#prodpic
{
	border: 2px #fff solid;
}

a
{
	text-decoration: none;
	color: #000;
}

