body {
  background-color: black;
  color: #ddd;
  padding: 0px;
  margin: 0px;
  font: 13px  "Verdana", sans serif;
  line-height: 18px;
}

div#container {
  text-align: center;
}

div#banner {
  display: block;
  height: 140px;
  background-image: url(images/banner.gif);
  background-repeat: no-repeat;
  background-position: center;
}

div#menu {
  display: block;
  height: 50px;
  background-image: url(images/menu.gif);
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

div#first {
  display: block;
  padding: 20px 0px 0px 0px;
  margin: 0px;
  height: 284px;
  background-image: url(images/fakebkg.gif);
  background-repeat: no-repeat;
  background-position: center top;
}

div.contents {
  background-image: url(images/middle.gif);
  background-position: top;
  background-repeat: repeat-y;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

div#bottom {
  display: block;
  height: 224px;
  background-image: url(images/lower.gif);
  background-repeat: no-repeat;
  background-position: top;
  padding: 90px 0px 0px 0px;
}

h1 {
  font: 22px Times New Roman;
  color: white;
  margin: 10px;
}

h3 {
  font: 18px Times New Roman;
  color: white;
  margin: 10px;
}

a {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

a img {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

a.local {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-family:  "Verdana", Sans serif;
}

a.local:hover {
  color: red;
}


em {
  font-style: normal;
}

em.header {
  color: white;
  font-style: italic;
}

em.title {
  font-style: italic;
  font-size: 13px;
}

img.cover {
  margin: 8px 0px 0px 0px;
  height: 150px;
}

form {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

textarea {
  height: 80px;
  width: 280px;
  margin: 10px;
  color: white;
  background: black;
  scrollbar-base-color: black;
  scrollbar-arrow-color: red;
  border-width: 1px;
  overflow: auto;
}

input {
  border-width: 1px;
  background-color: black;
  color: white;
  width: 100px;
}

li {
  color : white;
}

ol {
  margin: 0px;
}

span.sold {
     color: red;
     font-weight: strong;
     display: block;
}

h2 {
    font: bold 16px Verdana;
    margin: 5px 0px 0px 20px;
}

#edit_1 {
 height: 220px;
}

#edit_1 {
 height: 150px;
}

a#subslink {
	position: relative;
	left: 130px;
	top: -10px;
	width: 120px;
	height: 16px;
	color: #ccc;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a#subslink:link, a#sublink:visited {
	color: #ccc;
}

a#subslink:hover {
	color: #fff;
}

a.rlslink {
	display: block;
	padding: 10px 0px 0px 0px;
	color: #ccc;
	text-decoration: none;
	font: bold 13px  "Verdana", sans serif;
}

a.rlslink:link {
	color: #ccc;
	text-decoration: none;
}

a.rlslink:visited {
	color: #999;
	text-decoration: none;
}

a.rlslink:hover {
	color: #fff;
	text-decoration: underline;
}

div#rlsblock {
	padding: 30px 0px 0px 0px;
}

pre {
	display: block;
	margin: 0px;
	padding: 0px;
}
