body {
  margin: 0;
  padding: 0;
  font-family: corbel, verdana,sans-serif;
  font-size: 11pt;
  background: #a4846f;
  color: #000;
  background-image: url('../mokca_back.jpg');
  background-repeat: no-repeat;
}

p {
  margin: 7px 0 7px 0;
}

#content {
  width: 90%;
  max-width: 1280px;
  min-width: 960px;
  margin: 0 auto;
}

#col1 {
  float: left;
  width: 33%;
  min-width: 320px;
}

#col2 {
  float: left;
  width: 34%;
  min-width: 320px;
}

#col3 {
  float: left;
  width: 33%;
  min-width: 310px;
}

#col12 {
  float: left;
  width: 67%;
  min-width: 640px;
}

#col1_n {
  float: left;
  width: 20%;
}

#col2_w {
  float: left;
  width: 60%;
}

#col3_n {
  float: left;
  width: 20%;
}

#col123 {
  float: left;
  width: 100%;
  min-width: 960px;
}

.mokbox {
  margin: 10px;
  padding: 20px;
  background: #d1bfb1;
  border: 1px solid #533b27;
  overflow: auto;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
  padding: 7px 14px 7px  0px;
}

figure {
  float: left;
  display: block;
  margin: 20px;
  text-align: center;
}

a:link {
  color: #DB6B11;
  text-decoration: none; 
}

a:visited {
  color: #7D0E05;
  text-decoration: none;
}

a:hover {
  color: #C01C0F;
  text-decoration: underline;
}
  
table {
  text-align: center;
  float: center;
}

th, td {
  padding: 5px 8px 5px 8px;
}

table.striped th {
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid;
  border-top: 1px solid;
}

table.striped tr:nth-child(even) {
  background-color: #efefef; }

table.striped tr:nth-child(odd) {
  background-color: #e1dfd1; }

img.notcrab {
  overflow: scroll; }
