html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
text-decoration: none;
	color: #009933;
}
a:hover {
	color: #CC0000;
}
.left {
text-decoration: none;
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
  margin: 0px 0px 0px 50px;
}
.clear {
	clear: both;
}

body {

	background: #FFFFFF;
	text-align: center;
	font: 10px verdana, arial, sans-serif;
	color: #3C3C3C;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#header {
  background: #F3E7D7 url(images/header.jpg) no-repeat;
  height: 266px;
}
#logo {
  position: absolute;
  top: 10px;
  left: 305px;
  width: 352px;
  color: #52616E;
}
#logo h1 {
  font: bold 20px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
text-align: right;
}



#nav {
  background: #551001;
  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 .gwomen {
  background: url(images/pic_1.jpg) no-repeat;
  width: 127px;
}
#gallery .gkids {
  background: url(images/pic_2.jpg) no-repeat;
  width: 130px;
}
#gallery .gmen {
  background: url(images/pic_3.jpg) no-repeat;
  width: 128px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#categories {
  background-color: #551001;
  float: left;
  width: 195px;
  height: 80%;

}
#seasonal, #collection {
  float: right;
  width: 474px;
  background: #F3E7D7;
  margin-bottom: 2px;
}
#seasonal .inner, #collection .inner {
  padding: 6px 12px;
 font-size: 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: 13px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 2px;
}
#categories h2 {
  color: #fff;
  padding: 4px 0 5px 39px;
  background: #551001;
}
#categories li {
  background: #551001 left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}

#categories p{
  background:url(images/bullet1.gif) no-repeat;
  border-top: 1px solid #F4EFDF;

  font-size: 11px;
color: #fff;
  padding: 10px 15px 10px 10px;
}

#categories a {
  text-decoration: none;
  color: #FFFFFF;
}
#categories a:hover {
  text-decoration: none;
color: #66CCCC;
}

#collection {
  background: #F3E7D7 bottom right url(images/person_bg.jpg) no-repeat;
}
#collection .inner {
  padding-right: 98px;
}

#collection ul {
  margin: 0px 0px 0px 0px;
}
#collection li {
  margin: 10px ;
  color: #B32202;
  font-size: 12px;
  font-family: "arial narrow", arial, sans-serif;
}
#collection p {
  width: 340px;
  margin: 0px 0px 0px 0px;
}

#collection h2 {
  font: 13px "arial narrow", arial, sans-serif; 
  color: #666600;
  font-weight: bold;
}

#seas-one, #seas-two, #seas-three {
  height: 146px;
}

#seas-one {
  float: left;
  width: 195px;
  margin-right: 3px;
  background: url(images/foot_1.jpg) no-repeat;
}
#seas-two {
  float: left;
  width: 236px;
  margin-right: 3px;
  background: url(images/foot_2.jpg) no-repeat;
}
#seas-three {
  float: left;
  width: 235px;
  background: url(images/foot_3.jpg) no-repeat;
}

#seas p {
  text-align: right;
  color: #FFFFFF;
  margin: 134px 10px 0 0;
  font-size: 10px;

}
#seas p.date {
  margin-top: 0;
  font-size: 13px;
}

#copyright {
  text-align: center;
  font-size: 9px;
  padding: 3px;
}