body, input {
  font-family: verdana, helvetica, sans-serif;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
}



div#ie_wrapper { text-align: center; }
div#header, div#content {
  text-align: left;
/*  border: 1px solid red;*/
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/*div#content { background-color: #171717;}*/
div#main {
/*  background-color: #171717;*/
  width: 600px;
  /* overflow: auto; */
/*  border: 1px solid #373737;*/
}
div#panel {
  text-align: right;
  float: right;
  width: 195px;
/*  background-image: url('/images/biker.jpg');
  background-repeat: no-repeat;*/
}
div#copyright {
  text-align: center;
  font-size: 10px;
}

a, a:visited {
  cursor: pointer;
  color: #aa0000;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
}
img { border: none; }



/*table#header { width: 800px; }*/
tr.header {
  height: 50px;
  vertical-align: middle;
}
td.header {
/*  border: 1px solid #5f5f5f;*/
/*  padding: 2px;*/
  height: 50px;
  text-align: left;
}

td#skyline {
  background-image: url('/images/skyline.png');
  background-repeat: no-repeat;
  width: 800px;
  height:100px;
  cursor: pointer;
}
td#header_spacer { width: 300px; }

div.menu {
  padding: 5px;
}
table.menu {
  width: 100%;
}
tr.menu {

}
th.menu {
  text-align: right;
  border-bottom: 1px solid #474747;
}
td.menu {
  text-align: right;
 /* border-left: 1px dotted #474747;
   border-right: 1px dotted #474747;*/
}
