@charset "UTF-8";
body {
	background-color: #E7E58D;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/site-bg-body.gif);
	background-repeat: repeat;
	background-position: left top;
}
div,span,a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #5C155F;
}
div#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
div#header {
	height: 225px;
	width: 955px;
	position: relative;
	overflow: hidden;
}
div#cart_bar {
	height: 30px;
	width: 955px;
	background-color: #CBCE00;
	position: relative;
}
div#content {
	background-color: #FFFFFF;
	width: 955px;
	overflow: auto;
}
div#footer {
	clear: both;
	width: 955px;
	background-image: url(../images/site-bg-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
div#links {
	clear: both;
	height: 50px;
	width: 955px;
}
div#copyright {
	text-align: center;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	color: #B0AC0D;
	width: 955px;
	clear: both;
}
.no_margin {
	margin: 0px;
	padding: 0px;
}
.no_list {
	list-style-type: none;
}
.float_left {
	float: left;
	display: inline;
}
.float_right {
	float: right;
}
.clear_both {
	clear:both;
}
