/* CSS Document */

body {
  font-family: "Arial", "Helvetica", sans-serif;
  color: #666;
  background: white url(images/background-screw.jpg) no-repeat;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #C30;
}

#header {
  width: 726px;
  height: 122px;
}

#mainmenu a {
  font-family: "Futura Lt BT", "Century Gothic", "Kabel Bk BT", "TW Cent MT", "Avant Garde Md BT", "Tahoma", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

#content {
  font-size: 0.888em
}

blockquote {
  font-family: "Courier New", "Courier", mono;
  margin-left: 0;
  padding-left: 0;
}