/* DOM STYLES */

body {
  background-color: #474747;
  background-image: url("img/bg.jpg");
  background-repeat: repeat-x;
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}


/* DIV STYLES */

#wrapper {
  width: 900px;
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  background: url("img/background_cols.gif") repeat;
}

#header {
  height: 77px;
  margin: 0;
  background-color: #050708;
}

#navmenu {
  height:25px;
  margin: 0;
  padding: 0;
  background-color: #CCCCCC;
  border-bottom: 1px solid #000000;
}

#content {
  padding:15px;
  background: #FFFFFF;
}

#footer {
  height:22px;
  font-size: 11px;
  color: #777777;
  text-align: center;
  background-color: #CCCCCC;
  border-top: 1px solid #000000;
}


/* LINK STYLES */

a.nav:link    { color: #000000; text-decoration: none; }
a.nav:visited { color: #000000; text-decoration: none; }
a.nav:hover   { color: #555555; text-decoration: underline; }
