
body{
  margin: 0;
  padding: 0;
  background-color: #000000;
  font-family: Verdana, Arial, Helvetica, serif;
  font-size: 12px;
}

/************************************ content frame *****/
#container{
   margin: 0 auto;
   padding: 0;
   width: 900px;
   background-color: #000000;
}
img {
  border: none;
}

/************************************ banner space *****/

#info{
    padding: 0;
   margin: 0;
   margin-top: -15px;
   width: 900px;
   background-color: #000000;
   color: #e0e0e0;
   font-family: Verdana, Arial, Helvetica, serif;
   font-size: 1.1em;
   padding-top: 0px;
   float: left;
 
}
#info p{
  padding-top: 10px;
  margin: 0;
  width: 900px;
  line-height: 130%;
}
#info a.cad:link {
  color: #FFCC33;
  text-decoration: none;
}
#info a.cad:visited{
  color: #993333;
  text-decoration: none;
}
#info a.cad:hover{
  color: #00CC00;
  text-decoration: underline;
}
#info a.cad:active{
  color: green;
  text-decoration: none;
}

#menu{

  font-family: Trebuchet MS;
  font-size: 14px;
  line-height: 120%;
  width: 900px;

  padding-left: 12px;
  color: #FF3333;
text-align: center;
}

/* a:link {
  color: blue;
  text-decoration: none;
}

a:visited {
  color: gray;
  font-weight: normal;
}

a:active {
  color: red;
}

a:hover {
  color: #993300;
  text-decoration: underline;
}  */

a.button {
  background: url(bg-norm.jpg);
  /* display: block; */
  width: 150px;
  height: 30px;
  padding: 4px;
  font-family: Trebuchet MS;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
/*  text-align: center; */
/* color: #333399; */
  border: none;
  letter-spacing: 1px;
}

a.button:link {
  color: #FFCC33;
  text-decoration: none;
    border: none;
}

a.button:visited {
  color: #CC0000;
  text-decoration: none;
    border: none;
}
a.button:active {
  color: #ffffff;
  text-decoration: none;
    border: none;
}
a.button:hover {
  background: url(bg-over.jpg);
  color: #ffffff;
    border: none;
}

#footer {
float: left;
  width: 900px;
  height: 12px;
  margin-left: -50px;
  padding-top: 10px;
  font-size: 9.5px;
  color: #e0e0e0;
  text-align: center;
}
#footer p {
  color: #bfbfbf;
}

#footer a:link{
   color: #f0f0f0;
}
#footer a:visited {
  color: #808080;
}

#footer a:hover {
  color: #ffff00;
  text-decoration: none;
}

.hspace {
padding-top: 6px;;
  }