
body
{
	background-color: #2D2E42;
	margin: 0;
	color: #FFF;
	font-family: Arial;
	font-size: 13px;
}
body a { color: #9FF; }
#container
{
	width: 775px;
	margin: 0 auto;
	background-image: url(/images/bkgfront.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #2D2E42;
	/* border: 1px #96F solid; */
}
#footer
{
/*	background-color: #242563;
	border: 1px #242563 solid; */
	text-align: center;
	height: 45px;
	clear: both;
	font-size: 12px;
	padding: 8px;
	color: #FFF;
}
#footer img {
	margin-bottom:-8px;
}
.whitetext
{
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.3em;
}
li {
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
}
h3
{
	color: #bebaa8;
	font-family: Arial;
	font-size: 15px;
	margin: 10px 0 0 0;
	padding:0;
}
#leftcolm
{
	width: 330px;
	margin-left: 40px;
	float: left;
	/* border: 1px #3FF solid;*/
}
#rightcolm {
	width:330px;
	margin-left: 415px;
	/* border: 1px #3FF solid; */
}
#header { text-align: center; }
#menu { text-align: center; }
#menu img
{
	padding: 30px;
	border: 0;
}
.shopcart
{
	font-size: 13px;
	color: #000;
	margin: 0;
	width: 99%;
	border-top: 1px #999 solid;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px #999 solid;
}
.shopcart td
{
	padding: 4px;
	margin: 0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
}
.shopcart td.price
{
	text-align: right;
	white-space: nowrap;
}
.shopcart th
{
	padding: 4px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
}
h1,h2,h3,h4,h5 {text-align:center;}