body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	background: #004367;
	background-image: url(images/bg.jpg);
}
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #e0d3c8;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	margin-bottom: 1em;
}
p, td,th {
	font-family: Verdana, Arial, sans-serif;
}
#content_bot {
	line-height: 34px;
	height: 34px;

}
#links {
	color: #ffffff;
	font-size: 11px;
}
#links a:link, #links a:visited {
	font-weight: bold;
	color: #ffffff;
}
#links a:hover {
	color: #e0d3c8;

}
#links p.info a:visited, 
#links p.cartbutton a:link, #links p.cartbutton a:hover {
	font-weight: normal;
	color: #ffffff;
}
#left {
	width: 253px;
}
#content {
	padding: 0px;
	font-size: 13px;
	color: #ffffff;
}
#contentright {
	padding: 0px;
	font-size: 12px;
	color: #ffffff;
	
}
#footer {
	color: #3f3124;
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	font-weight: bold;
	color: #3f3124;
}
#footer a:hover {
	color: #e37a1d;

}
#footer p.info a:visited, 
#footer p.cartbutton a:link, #footer p.cartbutton a:hover {
	font-weight: normal;
	color: #3f3124;
}
#info .links a {
	font-weight: bold;
}

#info a:hover {
	color: #8f6d4f;

}
#right2 {
	padding: 12px;
	font-size: 11px;
	color: #000000;
}
#rightside {
	padding: 0px;
	font-size: 12px;
	color: #a0cff4;
}
h1 {
	font: italic bold 17px Verdana, Arial, Helvetica, sans-serif;
	color: #e37a1d;
}
h2 {
	font: italic bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #e37a1d;
}
#right p {
	line-height: 16px;
}
fieldset { border:1px solid white}

legend {
  padding: 0.2em 0.5em;
  margin: 2px;
  border:1px solid orange;
  color:#e37a1d;
  font-size:90%;
  font-weight: bold;
  text-align:right;
  }
#button {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #3f3124;
	color: #3f3124;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #000000;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 5px solid #3f3124;
		border-right: 5px solid #3f3124;
		background-color: #3f3124;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #9a7558;
		border-right: 5px solid #9a7558;
		background-color: #9a7558;
		color: #000000;

