@charset "UTF-8";
body {
	background-color: #BC1A24;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 0px;
}
#container {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#navigation {
	padding-top: 20px;
	background-image: url(images/bkg_navlft.jpg);
	background-repeat: no-repeat;
	width: 182px;
	margin: 0px;
	float: left;
	height: 769px;
	padding-right: 0px;
	padding-left: 0px;
}
#navigation ul {
	list-style-type: none;
	display: block;
	margin-left: 0px;
}
#navigation ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 1.2em;
	line-height: 220%;
}

.clearflt {
	clear: both;
}
.italic {
	font-style: oblique;
	color: #000;
}
.floatlft {
	float: left;
}
.floatrgt {
	float: right;
}
.red {
	color: #BB1924;
}
.purple {
	font-weight: 900;
	color: #8C52A5;
}
#privacy {
	font-size: .8em;
}
#returns {
	font-size: .8em;
}a {
	text-decoration: none;
}
