

body {
  margin: 0;
  padding: 0;
  background: transparent url("images/brushed_metal.png") repeat fixed center top;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  text-align: left;
}

#top {
  background: url("images/topBg.png") no-repeat scroll center;
  width: 1020px;
  height: 31px;
}

#content {
  padding: 0px 20px 20px;
  background: transparent url("images/contentbg.png") repeat-y scroll center;
  width: 980px;
  height: 100%;
}

#Header {
  background: transparent url("images/logo.png") no-repeat scroll center;
  width: 980px;
  height: 136px;
}

#mainLinks {
  background: transparent url("images/linkPanel_long.png") no-repeat scroll center;;
  width: 980px;
  height: 40px;
  padding: 25px 0 0 0;
  text-align: center;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}

#mainLinks a {
  text-decoration: none;
  padding: 0 1em;
}

#mainLinks a:link {
  color: black;
}

#mainLinks a:visited {
  color: black;
}

#mainLinks a:hover {
  color: white;
}

#mainContent {
  margin: 50px 10px 0px 25px;
  text-align: left;
  /*font-family: arial;*/
  font-size: 14px;
}

#bottom {
  background: transparent url("images/bottomBg.png") no-repeat scroll center top;
  width: 1020px;
  height: 100px;
  padding: 25px 0 0 0;
  text-align: center;
  text-decoration: none;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
}


