body {
	background-color:#170F06;
	font-size:10pt;
}
.footer {
	font-size:11px;
	color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.text {
	color:#333333;
	line-height:160%;
	padding-left:10px;
	padding-right:10px;
}
.text-title {
	font-style:normal;
	font-weight: bold;
	color:#333333;
	line-height:160%;
	padding-left:10px;
	padding-right:10px;
}
li {
	color:#333333;
	line-height:160%;
	padding-left:10px;
	padding-right:10px;
}
.list-title{
	font-weight:bold;
}
hr	{
	border:1px dotted;
}
a {
	text-decoration: none;
	color:#333333;
}
#all {
  position: relative;
  margin: 0px auto;
  width: 776px;
  background: white;
}

#navigation {
  position: absolute;
  top: -12px;
  left: 0px;
  width:776px;
}

#navigation ul {
  margin: 0;
  padding: 0;
/*  background: #363636; */
  list-style: none;
}

#navigation #dropdown {
  height: 20px;
  padding: 0;
}

#navigation li {
  position: relative;
  float: left;
  height:25px;
  line-height:25px;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 194px; /* IE only, for some strange reason */
 
}
#navigation li a {
  display: block;
  line-height: 25px;
  color: white;
  background: #666;
  font-weight: bold;
  text-decoration: none;
}

#navigation li a:hover {
  background: #eaeaea;
  color: black;
}
#navigation li ul {
  position: absolute;
  display: none;
  width: 194px;
/*  background: #999; */
  left: -1px;
  border: solid #363636 1px;
  border-top: none;
}

#navigation li:hover ul, 
#navigation li.over ul,
#navigation li.firstover ul {
  display: block;
}

#navigation li ul li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid #363636 1px;
  border-right: none;
  border-left: none;
  text-align: left;
}

#navigation li ul li a {
  margin: 0;
  text-decoration: none;
  border: none;
  background: #999;
  text-align:center;
  /* IE is being dumb again */
  width: 194px;
}

#navigation li ul li > a {
  width: auto;
  background: transparent url(bg_nav.png);
}

#navigation li ul li a:hover {
  background: #eaeaea;
  color: black;
}

.Price {color: #990000}
.Title {
	font-family:"Courier New", Courier, monospace;
	color: #FFFFCC;
}