html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
a.title { text-decoration: none; color: #000080; padding: 0; margin: 0; }
a.title:hover {
	text-decoration: none;
	color: #D98560;
	outline: 0;
	padding: 0;
	margin: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
/** color is text under titles **/
body {
	background: #000080 url(images/blustrip.gif);
	text-align: center;
	font: 11px/130% verdana, arial, sans-serif;
	color: #8B4513;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 760px;
	background: white;
	position: relative;
}

#header {
	background: #D9D1BC url(images/Banner/an3_square.jpg) no-repeat;
	height: 270px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 300px;
  width: 170px;
  color: #52616E;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}

#cart {
  position: absolute;
  top: 10px;
  left: 454px;
  width: 208px;
  background: #4B5360;
  width: 209px;
}
#nav {
	background: #D98560;
	position: absolute;
	top: 101px;
	left: 287px;
	width: 385px;
	padding: 9px 0;
	text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#gallery {
  position: absolute;
  top: 155px;
  left: 287px;
  width: 385px;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 111px;
}
#gallery .rhtside {
  background: url(images/pic_3.jpg) no-repeat;
  width: 385px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#categories {
  float: left;
  width: 195px;
}
#seasonal, #collection {
	float: right;
	width: 562px;
	margin-bottom: 2px;
	background-color: #FAdaa4;
	background-image: url(images/ac009.gif);
}
#seasonal .inner, #collection .inner {
  padding: 6px 12px;
}
#seasonal p, #collection p {
  margin: 0.9em 0;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}
/** 2nd line under title **/
h3 {
	font: bold 14px "arial narrow", arial, sans-serif;
	color: #191970;
}
/** title line on stories **/
h2 {
	font: 18px Arial;
	color: Maroon;
	padding-bottom: 10px;
}
h1 {
	font-family: Script MT Bold, serif;
	font-size: 4em;
	font-weight: 100;
	line-height: 65px;
	text-transform: normal;
	padding: 0;
	margin: 0; }

	dfn {
		font-size: .7em;
		font-style: normal;
		line-height: 50px; }
#categories h2 {
	color: #fff;
	padding: 4px 0 5px 39px;
	background: Gray;
}
/** nav box **/
#categories li {
	background: #d4cab6 url(images/bullet.gif) no-repeat left;
	border-top: 1px solid #F4EFDF;
	list-style: none;
	font-size: 12px;
	padding: 7px 0 8px 35px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}

#collection {
	background: Fuchsia url(images/srcres.jpg) no-repeat bottom right;
}
#collection .inner {
  padding-right: 98px;
}
#collection ul {
  margin-left: 1.5em;
}
#collection li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#collection p {
  width: 103px;
  margin-left: 1.5em;
}
#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}