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;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
background-image:url(images/bodybg.jpg); #003b44;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #ffffff;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 991px;
	Height: 930px;
	background: #003b44;
  position: relative;
}

#header {
  background: #003b44 url(images/header.jpg) no-repeat;
  height: 158px;
}
#righthead {
position: absolute;
top: 0px;
left: 852px;
width: 200px;
Height: 158px;
  background: #1F2E30 url(images/righthead.jpg) no-repeat;
  }
  
#logo {
background-image:url(images/Stoneledgelogo.jpg); #003b44;
  position: absolute;
  top: 0px;
  left: 200px;
  width: 791px;
  height: 105px;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}


#nav {
  background: #003b44;
  position: absolute;
  top: 106px;
  left: 200px;
  width: 791px;
  height: 52px;
  text-align: left;
}
#nav li {
  list-style: none;
  display: inline;
}
#nav a {
  text-decoration: none;
}

#body {
  padding-top: 3px;
  background-color:#003b44;
  width: 650;
}
#categories {
 position: absolute;
 background-image:url(images/category.jpg);
  top: 160px;
  float: left;
  width: 199px;
  height: 765px
}
#seasonal, #collection {
  float: left;
  width: 986px;
  height: 760px;
  margin-bottom: 2px;
}
#seasonal .inner, #collection .inner {
	position:absolute;
	left: 201px;
	text-align:left;
	background-color:003b44;
	padding: 6px 12px;
	width: 748px;
	height: 740px;
	top: 159px;
}
#seasonal p, #collection p {
  margin: 0.9em 0;
}

.more a {
  font-size: 12px;
  color: #fff;
  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: #ffffff;
  padding-bottom: 10px;
}
#categories h2 {
  color: #fff;
  padding: 4px 0 5px;
  text-align: center;
  background: #003b44;
}
#categories li {
  list-style: none;
  font-size: 12px; 
  padding: 3px 3px 5px 23px;
}
#categories a {
  text-decoration: none;
  color: #ffffff;
}
#categories a:hover {
  text-decoration: underline;
}

#collection {
  background: #D4CAB6 bottom right url(images/person_bg.jpg) no-repeat;
}
#collection .inner {
text-align:center;
  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;
}

#copyright {
	position:static
	top: 800px;
	font-size: 9px;
	color:#FFFFFF;
	padding: 3px;
	left: 597px;
}
