body {
  text-align:center;
  background-image: url(/images/background.jpg);
  background-repeat: repeat-x;
  background-color: #462108;
  font-family: Arial;
  color: #e8dedc;
}

input, textarea {
		font-size: 0.9em;
		padding: 5px;
		border: 1px solid #666;
		width: 245px;
		font-family: Arial;
	}

input.blur, textarea.blur {
	color: #494e25;
	font-family: Arial;
}

input.button{
		padding: 0px;
		border: 0px;
		width: 102px;
}

#WRAPPER {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-left: 1px;
	border:0;
	width: 1029px;
	background-repeat: no-repeat;
}

#TOP {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1029px;
  height: 44px;
}

#FOOTER {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-left: 200px;
	border:0;
	width: 1029px;
  height: 39px;
  font-size: 10px;
	clear: both;
}

#FOOTER a, #FOOTER a:visited {
  font-size: 10px;
  text-decoration: none;
  color: #e8dedc;
}

#FOOTER a:hover, #FOOTER a:hover:visited {
  font-size: 10px;
  text-decoration: underline;
  color: #e8dedc;
}

#HEADER {
  margin-left: 30px;
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  height: 173px;
}

#HEADER #NAV{
  float: right; 
  margin-right: -36px; 
  margin-top: 74px;
}

#BOTTOM{
  float: left;
  margin-left: 100px;
  width: 629px;
}

#shopping_cart input {
  width: 170px;
  margin-right: 20px;
}

#shopping_cart input.button {
  width: 126px;
  padding: 0px;
  border: 0px;
}

#side-a {
	float: left;
	width: 350px;
  margin-left: 100px;
  _margin-left: 10px;
  margin-top: 100px;
  font-size: 12px;
  line-height: 20px;
  color: #e9eae5;
}

#side-a h1, #side-b h1, #shopping_cart h1, #BOTTOM h1, h1{
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

#side-a h2, #side-b h2, #shopping_cart h2, #BOTTOM h2{
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

#side-a a, #side-a a:visited {
  font-size: 12px;
  text-decoration: none;
  color: #e8dedc;
}

#side-a a:hover, #side-a a:hover:visited {
  font-size: 12px;
  text-decoration: underline;
  color: #e8dedc;
}
h3{
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}
p{
margin-bottom: 10px;
}
#side-a .smallTxt, #side-b .smallTxt, #shopping_cart .smallTxt, #BOTTOM .smallTxt {
  font-size: 10px;
  line-height: 18px;
}


#side-b {
	float: right;
	width: 150px;
	margin-top: 350px;
	margin-right: 310px;
	_margin-right: 80px;
	color: #e9eae5;
	font-size: 12px;
}

#CONTAINER{


}
#CONTENT { 
	float: left;
  height: 655px;
  margin-left: 30px;
	width: 970px;
  background-repeat: no-repeat;
  
}

#shopping_cart{
	float: right;
	width: 350px;
	margin-top: 480px;
	margin-right: 100px;
	_margin-right: 80px;
	color: #e9eae5;
	font-size: 12px;
}

.menu_item{
  color: #d7c7c7;
}
