body {
	background-color: #E6E4EA;
}

body, td, th, h3, h6 {
	color: #330000;
}

h1, h2, h4, h5 {
  color: #660000;
}

a {
	color: #003366;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	background-image: url(images/bg_striph.jpg);
	background-repeat:repeat-y;	
}

#content {
	margin-top: 20px;
}
#speal {
	text-align: left;
	width: 650px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(images/bg.gif);
	padding: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #8b5346;
}
#speal li {
	text-indent: 3em;
	text-align: justify;
}
.spealindent {
	list-style-type: none;	
}
.header {
	height: 100px;
	width: 629px;
	padding: 10px 0 0 52px;
}
.featureimg {
	float: none;
	width: 225px;
	height: 169px;
	border: 4px double #8b5346;
	/*padding: 1px;*/
	margin-right: 7px;	
}
#nav {
	width: 235px;
	height: 324px;
	position: relative;
	left: -20px;
	list-style-type: none;
}
#nav li {
	float: left;
	
}
#nav li a {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 235px;
  background: url(images/TheSticheryNav.gif) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 1%;
  
}

li#nav_tblware a {
	top: 0px;
	height: 42px;
	background-position: 0 0;
}
li#nav_babywear a {
	top: 42px;
	height: 42px;
	background-position: 0 -42px;	
}
li#nav_giftlines a {
  top: 84px;
  height: 42px;
  background-position: 0 -84px;
}
li#nav_cushft a {
  top: 126px;
  height: 42px;
  background-position: 0 -126px;
}
li#nav_crinladies a {
  top: 168px;
  height: 42px;
  background-position: 0 -168px;
}
li#nav_cotbassquilt a {
  top: 210px;
  height: 42px;
  background-position: 0 -210px;
}
li#nav_teatowel a {
  top: 252px;
  height: 42px;
  background-position: 0 -252px;
}
li#nav_ladieshank a {
  top: 294px;
  height: 42px;
  background-position: 0 -294px;
}
li#nav_tblware a:hover {
  background-position: -235px 0px;
}
li#nav_babywear a:hover {
  background-position: -235px -42px;
}
li#nav_giftlines a:hover {
  background-position: -235px -84px;
}
li#nav_cushft a:hover {
  background-position: -235px -126px;
}
li#nav_crinladies a:hover {
  background-position: -235px -168px;
}
li#nav_cotbassquilt a:hover {
  background-position: -235px -210px;
}
li#nav_teatowel a:hover {
  background-position: -235px -252px;
}
li#nav_ladieshank a:hover {
  background-position: -235px -294px;
}

.clear {
    clear: both;
}


