@font-face {font-family: "David Becker"; src:url(becker.ttf);}

body
{
  font-family: Verdana;
  font-size: 15px;
  background-color: #000000;
  color: #c0c0c0;
}

#menu
{
  padding-left: 10px;
  padding-top: 10px;
  border-right: #ff9e13 solid 2px;
  width: 140px;
  height: 190px;
  background-color: #787878;
  color: #c0c0c0;
}

#logo
{
  margin-left: 170px;
  height: 100px;
  width: 600px;
  background-image: url(../images/logo1.gif);
  background-repeat: no-repeat;
  
  
  
  /*
  font-weight: bold;
  font-family: "David Becker";
  font-size: 30px;
  */
}

#main
{
  border: #ff9e13 solid 2px;
  width: 540px;
  
  height: 540px;
  position: relative;
  left: 170px;
  top: -218px;
  
  padding: 30px;
    
  
  overflow: auto;

  /*
  font-family: "David Becker";
  */
}

#design
{
  /*border: #ff9e13 solid 2px;*/
  width: 150px;
  margin-top: -618px;
  margin-left: 790px;
  /*
  font-family: "David Becker";
  */
  font-size: 12px;
}


#keyw
{
  width: 600px;
  position: absolute;
  top: 1500px;
  left: 200px;
  /*
  font-family: "David Becker";
  */
  font-size: 8px;
}

#keyw a
{
  color: #c0c0c0;
  text-decoration: none;
}

#keyw a:active
{
  color: #c0c0c0;
  text-decoration: none;
}

#keyw a:hover
{
  color: #c0c0c0;
  text-decoration: none;
}

a
{
  color: #c0c0c0;
  text-decoration: underline;
}

a:active
{
  color: #ff9e13;
  text-decoration: underline;
}

a:hover
{
  color: #ff9e13;
  text-decoration: underline;
}