body {
	background-image: url(../backgrounds/yellow_marble.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: center;
}
#catagories {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	vertical-align: top;
	width: 125px;
}
#feature {
	width: 760px;
	background-image:   url(../backgrounds/feature.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	height: 330px;
}
#footer {
	height: 76px;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFECF5;
	border: 1px solid #993366;
}
#checkout {
	background-attachment: fixed;
	background-image: url(../backgrounds/search.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	text-align: center;
	padding-top: 20px;
}
.copy {
	text-align: left;
	width: 760px;
}
