#container {
	background-color: #000000;
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	padding:20px;
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: small;
	color: #FFFFFF;
	clear: both;
	text-align:justify;
}
body {
	background-color: #804000;
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.float_left {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.float_right {
	margin: 5px;
	float: right;
}
.clear_it {
	clear: both;
}
.clear_right {
	clear: right;
}
.clear_left {
	clear: left;
}

#contact {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: x-small;
	color: #FFCC00;
	text-align: center;
	width: 100%;
}
#contact a {
	color: #FFFFFF;
}
.footer {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: x-small;
	color: #FFCC00;
	text-align: center;
	width: 100%;
}
.footer a {
	color: #FFFFFF;
}


#container a {
	color: #FFCC00;
}
.cartbuttons {
	clear: both;
	margin-left: 60px;
}

