body {
  background-color: ffffff;
  background-image: url('../images2/bg.gif');
  background-position: top center;
  background-repeat: repeat-y;
  margin:20;
  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:12px;
  color:#000000;
  text-align:center;
  vertical-align:middle;
  }
a:link {
  color:#000000;
  text-decoration:underline;
  font-weight: bold;
  }
a:visited {
  color:#000000;
  text-decoration:underline;
  font-weight: bold;
  }
a:hover {
  color:#666666;
  text-decoration:underline;
  font-weight: bold;
  }
a img {
  border-width:0;
  }
p {
  margin:0;
  padding:5px 40px;
  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:12px;
  text-align:left;
  }
b {
  margin:0;
  padding:0;
  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:13px;
  font-weight: bold;
  text-align:left;
  color:#000000;
  text-transform:uppercase;
  text-decoration:bold;
    border:0px solid #996666;
  }

/* Headings
----------------------------------------------- */
h2 {
  padding:5px 20px;
  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:18px;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#990000;
  }

  /* Header
----------------------------------------------- */
#header {
  background:#000000;
  border-width:0;
  width:980px;
  height:70px;
  padding:0 0;
  margin:0 0
    border:0px solid #996666;  ;
  }

/* Site
----------------------------------------------- */
#site {
  background:#000000;
  border-width:2;
  border-color:#000000;
  width:980px;
  margin:0 auto;
  border:2px solid #000000;
  align:center;
  vertical-align:middle;
  }

  /* Content
----------------------------------------------- */
#content {
  background:#cccccc;
  border-width:0;
  border:0px solid #000000;
  width:980px;
  height:480px;
  margin:0 0;
  align:center;
  }

/* links
----------------------------------------------- */
#links {
  border-width:0;
  border:0px solid #000000;
  width:250px;
  height:460px;
  margin:10;
  text-align:left;
  float:left;
  }

/* media
----------------------------------------------- */
#media {
  border-width:0;
  width:660px;
  height:460px;
  margin:10;
  text-align:left;
  float:left;
  }

/* Footer
----------------------------------------------- */
#footer {
  background:#000000;
  font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size:10px;
  width:980px;
  height: 20px;
  text-align:right;
  color:#ffffff;
  margin: 5 0;
  clear:both;
  }

#footer a:link {
  background:#333333;
  color:#ffffff;
  padding:2;
  text-decoration:none;
  font-weight: bold;
  }
#footer a:visited {
  background:#333333;
  color:#ffffff;
  padding:2;
  text-decoration:none;
  font-weight: bold;
  }
#footer a:hover {
  background:#cc0000;
  color:#ffffff;
  padding:2;
  text-decoration:none;
  font-weight: bold;
  }
