html {
	text-align: center; 
}	
body {
	position: relative;
	width: 947px;
	margin: 10px auto;
	text-align: left; 
	background-color: #D9D2BC;
	font-family: Georgia, "Times New Roman", serif;
}	
p {
	font-size: 85%; 
	line-height: 1.5em;
	color: #274246;
	padding: 0 0 10px 0;
}
fieldset, img {
  border: 0;
}
h1, h2 {
	color: #274246;
	font-size: 130%;
	font-weight: normal;
}
a:link, a:visited {
	color: #A39161;
}
ul {
	font-size: 85%; 
	line-height: 1.3em;
	padding: 0 0 15px 0;
	margin: 0 0 0 25px;
	list-style-type: disc;
	list-style-position: indside;
	color: #274246;	
}	
#nav {
	margin: 0 0 10px 175px;
	background-color: #D9D2BC;
	position: relative;
	height: 98px; 
}
#content {
	background: white url('/images/rounded-corner-top.gif') no-repeat;
	margin: 0;
	padding: 0;
}

#left {
	left: 0;
	margin: 0 0 0 70px;
	padding-left: 0;
	float: left;
	width: 410px;
	display: inline;
}
#right {
/*  left: 480px;*/
	width: 367px;
	float: left;
	margin: 55px 20px 0 20px;
	padding: 0;
	display: inline;
}
#bottomround {
  background: #D9D2BC url('/images/rounded-corner-bottom.gif') no-repeat;
  width: 947px;
  height: 15px;
}
#sub-nav {
	position: relative;
	text-align: center;
	padding: 20px 0 0 0;
}
#sub-nav li {
	margin: 0 15px 0 0;
	font-size: 100%;
	color: #274246;
}
#sub-nav a:link,
#sub-nav a:visited {
	color: #274246;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #A39161;
}
#nav li,
#sub-nav li,
#footer li {
	display: inline; 
}
#footer {
  padding-top: 16px;
	font-size: 88%;
	text-align: center;
	color: white;
}
#footer a:link,
#footer a:visited {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
/*  color: #A39161;*/
}
.clear {
	clear: both;
}

/* HOME PAGE */

img#tagline {
	width: 751px;
	height: 34px;
	padding: 20px 0 0 100px;
}
div#blurbs {
	height: 200px;
	color: #254A51;
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
}
div#blurbs .blurb {
	display: block;
	position: absolute;
	width: 330px;
}
div#blurbs div#b1 {
	margin-top: 30px;
	margin-left: 100px;
}
div#blurbs div#b2 {
	margin-top: 110px;
	margin-left: 100px;
}
div#blurbs div#b3 {
	margin-top: 45px;
	margin-left: 500px;
}

/* SHOP PAGE */

#shop-products {
	text-align: center;
	margin: 30px 40px 0 70px;
	position: relative
}
#shop-products p {
	font-size: 105%;
}
#shop-products li {
	width: 224px;
	height: 160px;
	float: left;
	padding: 20px 30px 0 22px;
	list-style-type: none;
}
#shop-products img {
	border: 4px solid #A39161;
	background-color: #A39161;
}
#shop-products a:hover img {
	border: 4px solid #C9BEA1;
}
#shop-products a {
	text-decoration: none;
}
#shop-products a:hover {
}
#shop #addcart {
  border: 2px solid #D9D2BC;
  vertical-align: middle;
}
#shop #addcart:hover {
  border: 2px solid #93845c;
}

/*.submit {
  border: none;
  background-color: white;
  padding: 0;
  margin: 0;
  width: 8em;
}
.submit:hover {
  text-decoration: underline;
}
*/
/* MAIN PAGE LAYOUT */

h1, h2 {
	padding: 20px 0 0 0;
}
img#product {
	margin: 20px 0 15px 0;
	border: 4px solid #A39161;
}
#product-choice {
	float: left;
}
#add-to-cart {
	padding: 2px 4px;
	border: 2px solid #A39161;
	display: inline;
	color: #A39161;
}
#add-to-cart a {
	text-decoration: none;
}
#add-to-cart a:hover {
	text-decoration: none;
}

/* CONTACT */

form.wide {
  width: 400px;
}
fieldset {
  margin-bottom: 1em;
}
label {
  display: block;
  font-weight: normal;
  margin-top: .75em;
  margin-bottom: .25em;
  text-shadow: #bbb 2px 2px 1px;
}
form.wide fieldset input {
  display: block;
  font-size: 1em;
  width: 100%;
  font-family: Courier, fixed;
}
form.wide fieldset#details input {
  width: 50%;
}
form.wide input:focus,
form.wide textarea:focus {
  background-color: #ffe;
}
form.wide fieldset textarea {
  font-size: 1em;
  width: 100%;
  font-family: Courier, fixed;
}
