body {
  margin: 0;
		background: url('bg_fade2.jpg') repeat-x;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 10pt;
}
h1 {
  margin: 0;
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		font-size: 20px;
		border-bottom: 1px solid rgb(155,0,0);
}
ul {
  margin: 0;
}
#mainpage {

}
#headerimg {
  width: 800px;
		margin: 0 auto;
		padding: 0px;
}
#content {
  /* background: rgb(208, 197, 175) url("wolf_parts2c.jpg") top left no-repeat; */
		/* background-color: rgb(208, 197, 175); */
		/* background-color: rgb(255,255,255); */
  margin: 0 auto;
  width: 800px;
  padding: 5px;
		margin-top: 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		/* color:#9D0400; */
  /* position: relative; */
}
#footer {
  /*background: url("background_bottom.gif") bottom center no-repeat;
		height: 6px;
		margin: 0 auto; */
		background-color: #3e362f;
}
#header {
  position:relative;
  background: url("adkheader5.jpg") top center no-repeat;
		height: 350px;
 	margin: 0 auto;
}
#title {
  font-family: Arial, Helvetica, sans-serif;
		font-size:50pt;
		text-align:center;
		margin: 0;
}
#contactinfo {
  width: 800px;
		margin: 0 auto;
  background-color: #3e362f;
		color: #eae7d2;
		font-size: 10pt;
		padding: 5px;
}
#contactinfo a {
	font-weight: bold;
	color: #60bffb;
	}
#contactinfo a:hover {
	text-decoration: underline;
	color: white;
	}
.feature
{
/*  position:relative; */
/*   background: url('frame.jpg') top left no-repeat; */
/*		width: 310px;
		height: 241px; */
		padding: 6px;
		text-align:center;
}
#mainmenu {
  background-color: rgb(233, 228, 217);
		opacity:.70;
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		height: 22px;
		margin: 0;
		font-family: Tahoma, sans-serif;
		font-size: 10pt;
}
#mainmenu ul {
  list-style: none;
}
#mainmenu li {
  float: left;
		text-align:center;
		padding: 3px;
}
#mainmenu li a {
  text-decoration: none;
		/* padding: 3px; */
		color: #000000;
		font-weight: bold;
		text-transform:uppercase;
		margin: 0px;
		padding: 0px 3px 0px 3px;
}
#mainmenu li a:hover {
  color: #ffffff;
		background-color: #846A3C;
		margin: 0px;
		padding: 0px 3px 0px 3px;
}
#uralnav TD {
  text-align: center;
		font-weight: bold;
}
#headernav {
  position: absolute;
		bottom: 0px;
		width: 100%;
		text-align:center;
}
.redbar {
 border-bottom: 1px solid rgb(155,0,0); 
}