html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
h2.top {
	color: #151f0d;
	font: bold 24px "arial narrow", arial, sans-serif;
}

h2.top1 {
	color: #151f0d;
	font: bold 20px "arial narrow", arial, sans-serif;
}

h2.gallery {
	color: #000000;
	font: bold 14px "helvetica";
        text-align: center;
}

font.black {
	color: #151f0d;
	font-weight: bold;
	font-size: 16px;
	font-family: "arial narrow", arial, sans-serif;
}

font.mainbold {
	color: #151f0d;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
}

font.main {
	color: #151f0d;
	font-size: 12px;
	font-family: verdana;
}

h1.top {
	color: #151f0d;
	font-weight: bold;
	font-size: 14px;
	font-family: "arial narrow", arial, sans-serif;
}

div.black {
      color: #151f0d;
}

table.border {
	width: 672px;
	border: solid 10px #bdc684;
	border-collapse: separate;
	border-spacing: 0px 0px;
}

img {
	border: 0;
}
a {
	color: #151f0d;
}
a:hover {
	color: #151f0d;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background-image: url(soft-brown-bg.jpg);
        background-repeat: repeat;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #151f0d;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px;
	width: 672px;
	background: #ffffff;
  	position: relative;
}

#header {
  background: #FDFCEC;
  height: 266px;
}
#logo {
  position: absolute;
  top: 12px;
  left: 300px;
  width: 400px;
}

#nav {
  background: #bdc684;
  position: absolute;
  top: 101px;
  left: 287px;
  width: 385px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #151f0d;
}
#nav a {
  text-decoration: none;
  color: #151f0d;
  font-weight: bold;
}
#gallery {
  position: absolute;
  top: 155px;
  left: 287px;
  width: 385px;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 111px;
}

#body {
  padding-top: 3px;
  background-color:#ffffff;
}
#categories {
  float: left;
  width: 195px;
}
#seasonal, #collection {
  float: right;
  width: 474px;
  background: #FDFCEC;
  margin-bottom: 2px;
}
#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;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #151f0d;
  padding-bottom: 10px;
}
#categories h2 {
  color: #151f0d;
  padding: 4px 0 5px 39px;
  background: #bdc684;
}
#categories li {
  background: #FDFCEC left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0 8px 45px;
}
#categories a {
  text-decoration: none;
  color: #151f0d;
}
#categories a:hover {
  text-decoration: underline;
}

#collection {
  background: #EEE0E5 bottom right url(images/person_bg.jpg) no-repeat;
}
#collection .inner {
  padding-right: 98px;
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}
#collection ul {
  margin-left: 1.5em;
}
#collection li {
  margin: 0.2em 0;
  color: #151f0d;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#collection p {
  width: 103px;
  margin-left: 1.5em;
}

#seas-one, #seas-two, #seas-three {
  height: 146px;
}

#seas-one {
  float: left;
  width: 195px;
  margin-right: 3px;
  background: url(header.jpg) no-repeat;
}
#seas-two {
  float: left;
  width: 249px;
  margin-right: 3px;
  background: url(header.jpg) no-repeat;
}
#seas-three {
  float: left;
  width: 222px;
  background: url(images) no-repeat;
}

#seas p {
  text-align: right;
  color: #000;
  margin: 80px 15px 0 0;
  font-size: 23px;
  font-weight: bold;
}
#seas p.date {
  margin-top: 0;
  font-size: 16px;
}

#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
  background: #FDFCEC;
}