/*
 * red = #bb0000
 */

html, body {
  margin: 0;
  font-family: verdana, "sans-serif";
  font-size: 11px;
  color: #666;
  background: #fff;
  text-align: center;
  padding-top: 20px;
}

body table {
  width: 776px;
  margin: 0 auto;
  text-align: left;
}

td { vertical-align: top; }

img { border: 0px; }

a {
  color: #bb0000;
  text-decoration: none;
}

h1, h2, h3 {
  color: #bb0000;
  font-size: 30px;
  font-weight: bold;
}

h1 {
  font-family: "arial black";
  font-style: italic;
  font-weight: bolder;
}

h2 {
  font-size: 16px; 
}

h3 {
  font-size: 12px;
  font-style: italic;
}

#navigation {
  background: url(images/navigation_bg.jpg) repeat-y;
  width: 170px;
}

#navigation div {
  width: 152px;
  height: 40px;
  padding-left: 15px;
  padding-top: 23px;
  margin-bottom:-10px;
}

#navigation A {
  font-family: "verdana";
  font-style: italic;
  text-decoration: none;
  color: #666;
  font-size: 13px;
  font-weight: bold;
}

#navigation a:hover {
  color: #fff;
}

#footer {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background: #000 url(images/footer_bg.jpg) repeat-y;
  padding-left: 10px;
  padding-bottom: 10px;
}

#footer a {
  color: #fff; 
  font-size: 10px;
  text-decoration: none;
}

.logoworksLink {
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

