html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
    border: 0;
}
a {
	color: #D3CBB8;
	text-decoration: none;	
	}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #29385B;
	color: #D3CBB8;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

/** layout **/
#wrapper {
	text-align: left;
	width: 672px;
	position: relative;
	background-color: #D5AE65;
	padding: 1px;
	margin-top: 37px;
	margin-right: auto;
	margin-bottom: 37px;
	margin-left: auto;
}

#header {
  background: #000000 url('images/logo.gif') no-repeat;
  height: 100px
}
#logo {
  position: absolute;
  top: -1px;
  left: 300px;
  width: 170px;
  color: #52616E;
}
#nav {
  background: #4B5360;
  position: absolute;
  top: 66px;
  left: 422px;
  width: 250px;
  padding: 9px 0;
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
	text-decoration: none;
	color: #CAA055;
	font-weight: bold;
}
#nav a:hover {
    color: #DABD89;
}
#gallery {
  position: absolute;
  top: 155px;
  left: 287px;
  width: 385px;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 111px;
}
#body {
	background-color:#222E4B;
}
#categories {
	float: left;
	width: 202px;
	height: 400px;
}
#seasonal, #collection {
	float: right;
	width: 470px;
	margin-bottom: 0px;
	background-color: #000000;
}
#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: #695F4C;
  padding-bottom: 10px;
}
#categories h2 {
	color: #CAA055;
	padding: 4px 0 5px 39px;
	background: #4B5360;
	font-weight: bolder;
}
#categories li {
  background: #222E4B url('images/bullet.gif') no-repeat left;
  border-top: 1px solid #F4EFDF;
  font-size: 12px;
  list-style-type:none; padding-left:35px; padding-right:0; padding-top:7px; padding-bottom:8px
}
#categories a {
  text-decoration: none;
  color: #FFFFFF;
}
#categories a:hover {
  text-decoration: underline;
}
#collection {
	background: #fff 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: #463F32;
  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 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;
	color: #29385B;
}
