/* CSS Document */

html {
  overflow-y: scroll;
  height: 100%;     
}


body {
  font-size: 62.5%;   /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif; 
  background: #cc9966; /* 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; }

#main {
  width: 700px;
  height: 400px;
}

#dashed {
  border: dashed 1px #f2f2f2;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#nodash {
  border: 0px;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 15px;
}