  body {
    font-family:Verdana, Tahoma, Arial, Helvetia, Sans-Serif;
    font-size:11px;
    color:#FFFFFF;
    background:#171717;
    background-image:url(images/left.png);
    background-position:20px 0px;
    background-repeat:repeat-y;
    background-attachment:fixed;
    margin:0px;
    padding:10px;
  }

  div#navibar {
    background-image:url(images/tp.png);
    position:absolute;
    top:10px;
    left:10px;
    height:400px;
    width:130px;
    padding:5px;
  }

  div#navibar a:link, a:active, a:visited {
    color:#FFFFFF;
    text-decoration:none;
  }

  div#navibar a:hover {
    color:#FF0000;
  }

  div#header {
    background-image:url(images/tp.png);
    position:absolute;
    top:10px;
    left:160px;
    height:50px;
    width:500px;
    padding:5px;
  }

  div#mainpg {
    background-image:url(images/tp2.png);
    position:absolute;
    top:80px;
    left:160px;
    width:850px;
    padding:5px;
    margin-bottom:10px;
  }

  a:link, a:active, a:visited {
    color:#FFFFFF;
    text-decoration:none;
  }

  a:hover {
    color:#FF0000;
  }

  table {
    font-family:Verdana, Tahoma, Arial, Helvetia, Sans-Serif;
    font-size:11px;
    border:thin solid #303030;
    background-image:url(images/bghorz.png);
    background-attachment:fixed;
  }
  th {
    background:#303030;
  }
  td {
    margin:0px;
    padding:0px;
  }
  input {
    border:thin solid #303030;
    background:#171717;
    margin:1px;
    padding:3px;
    color:#FFFFFF;
  }
  input:hover {
    color:#FF0000;
  }
  textarea {
    border:thin solid #303030;
    background:#171717;
    color:#FFFFFF;
  }
  textarea:hover {
    color:#FF0000;
  }
  hr {
    border:thin solid #303030;
    background:#171717;
  }

  table.news {
    font-family:Verdana, Tahoma, Arial, Helvetia, Sans-Serif;
    font-size:11px;
    border:thin solid #303030;
    background-image:url(images/bghorz.png);
    background-attachment:fixed;
    text-align:justify;
  }

