body {
  background-color: #1D0100;
  color: #000000;
  font-size: small;
background-image: url(dbk.jpg);
background-repeat:repeat-x;
margin: 0;
padding: 0;
}

#container { width:760px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-image: url(bgwrap.jpg);
}


#header { height: 80px;
		background: url(dtop.jpg) no-repeat;
 } 


#content { margin:0px 25px 0px 20px;}

.nav {float:center;
	  margin: 20px 25px 0px 0px;
	text-align: center;
	}

legend {color: #000000;}

form  {margin: 0px; padding: 0px;}

 h1{  font-size: 16px;
		margin: 0px;
		padding: 0px; 
		color: #000000;}

 h2 h3 h4 
		{  font-size: 14px;
		margin:0px;
		padding: 0px;  }


fieldset {
  border: 1px solid #737373;
  padding: 10px;
}
form {
  margin: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
hr {
  background-color: #737373;
  border: 0px;
  color: #737373;
  height: 1px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
div.bottom {
  color: #000000;
  font-size: x-small;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #ccc;
  color: #fff;
}
.mediumbg {
  background-color: #000000;
background-image: url(bbg.jpg);
  color: #fff;
}
.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}
.highlight {
  background-color: yellow;
  color: #000;
}

.lightbg a {
  text-decoration: none;
  color: #000000;
}

.lightbg a:hover {
  text-decoration: underline;
  color: #000000;
}

.lightbg a:visited {
  text-decoration: none;
  color: #000000;
}

.lightbgalt a {
  text-decoration: none;
  color: #000000;
}

.lightbgalt a:hover {
  text-decoration: underline;
  color: #000000;
}

.lightbgalt a:visited {
  text-decoration: none;
  color: black;
}

/* Top menu */

a.menu , a.menu:visited {
  background-image: url(grad_bg.png);
  border: 1px solid #737373;
  color: black;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: black;
  background-color: silver;
  background-image: url(grad_bg1.png);
}

a.table_top {
  color: #FFFFFF;
  text-decoration: none;
}
a.table_stats {
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
}
