/* CSS Document *//* CHUCK I'VE STOLEN THIS FROM YOU THANKS */html { /* margin-bottom: 1px;*/  overflow-y: scroll;  height: 100%;     }body {  font-size: 62.5%;   /* Resets 1em to 10px */  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;   background: #80a135; /* url('') no-repeat; */  /* background-position: 20px 20px; */  color: #101010;  margin: 0;  padding: 0;}a, a:link, a:visited, a:hover {  color: #4c0801; /*#80a135;*/  text-decoration: none;}a:hover { color: #101010; background-color: #101010; }#lockthatshitdown {  width: 700px;  height: 400px;}#boxitupdashed {  border: dashed 1px #f2f2f2;  padding: 3px;  margin-top: 10px;  margin-bottom: 15px;}#boxitup {  border: 0px;  padding: 3px;  margin-top: 10px;  margin-bottom: 15px;}/*#wrap {  width: 1000px;  height: 900px;}#leftCol {   position: relative;  margin: 40px 10px 0 30px;  width: 400px; }#rightCol {   margin: 0px;  position: absolute;  left: 500px;   width: 400px;   top: 390px;  }#header {   font-weight: bold;  margin-bottom: 10px; }*//*--------Top Navigation Items-------*//*#supernav {  position: absolute;  top: 35px;  left: 360px;  width: 650px;   background-color: green;   border: 1px dashed #000; }#supernav #selected a {  text-decoration: overline;}#supernav img {   margin-left: 5px;  border: 1px solid #FFF; }*/