.main {
  width: 640px;
  float: left;
  border: 1px solid #222222;
  padding: 10px 0px 10px 20px; /* top, right, bottom, left */
  margin: 30px 10px 30px 0px;

  background-color:      #0C0D24;
  background-image:      url("/static/graphics/mask_grid.gif");
  background-repeat:     no-repeat;
  background-attachment: fixed; 
  background-position:   70% 80px;
}

.leftmenu {
  width: 115px;

  margin: 30px 10px 10px 10px;
  padding: 0;

  float: left;

  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;

  text-align: center;
  font-family: "Verdana", "Courier", "Sans-serif" !important;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bolder;
}

.leftmenuhdr {
  float: left;
  height: 20px;
  width: 115px;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
}

.leftmenu a:link, 
.leftmenu a:active, 
.leftmenu a:visited {
  color: #DC1A01 !important;
  font-weight: bold !important;
}

.leftmenu a:hover {
  color: #ffffff !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.sel {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 100%;
  height: 24px;
  background-color: #ffffff;
  border: 0;
  margin: 0;
  color: #DC1A01; 
  font-weight: bolder;
  line-height: 12px;
  vertical-align: middle;
}

.nsel {
  float: left;
  padding: 5px 0px 5px 0px;
  width: 100%;
  height: 24px;
  margin: 0;
  border: 0;
  line-height: 12px;
  vertical-align: middle;
}

.leftmenuftr {
  float: left;
  height: 10px;
  width: 115px;
  background-color: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
}


