body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-color: #F7F5E8;
	background-image: url(../../../graphics/background.jpg);
	background-repeat: repeat-x;
}
#pagewrap {
	width: auto;
	min-width:960 px;
}
#leftColumn {
	width: 28%;
	float: left;
	clear: right;
	height: 100%;
	background-image: url(../../../graphics/background_left.jpg);
	background-repeat: repeat-x;
}
#rightColumn {
	width: 72%;
	background-image: url(../../../graphics/background_right.jpg);
	height: 100%;
	background-repeat: no-repeat;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #336699;
}

a:hover {
	color: #6699cc;
}
.cart {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #C3C3C3;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	border-left-color: #C3C3C3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
