body,div,td,a
{
  font-family:Verdana;
  font-size:11px;
  color:#fff;
  text-decoration:none;
  line-height:13px;
}

a:hover
{
  color:#887e14;
  text-decoration:none;
}

p
{
  margin:10px 0px;
}

.fixmargin
{
  margin-top:-10px;
}

.title
{
  color:#887e14;
}

#main
{
  width:1014px;
  margin:0px auto;
}

#top,#center,#bottom
{
  width:1014px;
  height:0px;
  position:relative;
}

#top
{
  background:#887e14;
}

#center
{
  height:612px;
  background:url(../images/bg.jpg) no-repeat;
}

#bottom
{
  background:#000;
}

#textbox
{
  width:284px;
  height:290px;
  position:absolute;
  bottom:10px;
  right:10px;
}

#adminlink
{
  width:100%;
  color:red;
  margin-top:40px;
  cursor:pointer;
}

#list
{
  background:url(../images/opacity_black.png);
  border:1px solid #fff;
  position:absolute;
  width:900px;
  height:590px;
  top:0px;
  left:57px;
  overflow-x:hidden;
  overflow-y:auto;
  display:none;
}

#listbtn
{
  display:none;
  cursor:pointer;
  position:absolute;
  top:-20px;
  right:55px;
  border:1px solid #fff;
  background:url(../images/opacity_black.png);
  padding:1px 3px;
  text-align:center;
}

#listcontent
{
  margin:20px;
}

#listtable
{
  width:100%;
  table-layout:fixed;
}

.tabletop
{
  padding:5px 0px 5px 20px;
}

.tabletd
{
  padding:5px 0px;
}

.tableline
{
  height:1px;
  background:url(../images/opacity_white.png);
}