.dummy {
 // 
}

BODY {
  margin:        20px;
  background-color: #1e0d00;  /* chocolatey */
  font-family:   Arial, Helvetica, sans-serif;
  font-size:     15px;
}

DIV, TR, TD {
  font-family:   Arial, Helvetica, sans-serif;
  font-size:     13px;
  line-height:   18px;
  color:         #332211;
  margin:        0px;
  padding:       0px;
}

.coord {
  position: relative;
}

#pg {
  width:         850px;
  margin-left:   auto;
  margin-right:  auto;
  border-right:  2px solid #000306; /* blue-black */
  border-bottom: 4px solid #000306; /* blue-black */
  overflow:      hidden;
}

#header{
  width:    850px;
  height:   143px;
  overflow: hidden;
  background-image: url(images/custom-skimboards_hdr.jpg);
  background-position: top right;
  border-bottom: 7px solid #FF9900; /* bright orange */
}

#content {
  padding-left: 25px;
  padding-right: 25px;
  border: 7px solid #FF9900; /* bright orange */
  background-color: #EDEBE9;
}

#custom_skimboard {
  float:left; 
  margin:15px; 
  background-color:#DDDDDD; 
  padding:4px;
  border:1px solid #CCCCCC; 
}

#copyright {
  margin-top:   3px;
  margin-left:  auto;
  margin-right: auto;
  width:        550px;
  text-align:   center;
  font-family:  Tahoma;
  font-size:    9pt;
  color:        #666666;
}
