body {
  font-family: Sans;
  font-size: smaller;
  margin: 0;
  color: white;
  background-color: #444;
}

a {
  color: white;
}

.dynamicbraketesting {

}

.watermark{
  position: relative;
  left: 95px;
  filter: alpha(opacity=60);  
  opacity: 0.3;
  color: black; 
  background: url(images/HaulTruck1.png) no-repeat; 
  background-size:800px;
  z-index: 1;
  width: 800px; 
  height: 400px
}  

.content-align {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.caution-border {
  display: inline-block;
  background: url(images/caution-70.png);
  background-repeat: repeat-y;
  width: 990px;
}

.content {
  background-image:url('images/HaulTruck-o15.png');
  background-size: cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  display: inline-block;
  text-align: left;
  width: 800px;
  padding: 15px;
  font-size: large;
  line-height: 1.8;
}

.regulation {
  font-family: "Lucida Console", "Courier New", "Courier";
  font-size: medium;
  line-height: 1.5;
}

.header-inner {
  display: inline-block;
  border-color: #d2ae6d;
  border-style: solid;
  border-width: 2px;
  width: 986px;
}

.header {
  display: inline-block;
  border-color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #201e1e;
  color: #d2ae6d;
  padding: 5px;
  width: 990px;
  box-shadow: 0px 0px 8px #fff;
}

.title {
  margin: 20px 50px 20px 50px;
  font-family: Sans;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
  display: inline-block;
}

.blurb {
  color: #bbb;
  margin-right: 20px;
  font-size: large;
  font-weight: normal;
  text-align: center;
}

.tabs a {
  padding: 8px;
  background-color: #312f2f;
  box-shadow: 0px 0px 4px #fff;
  text-decoration: none;
  font-size: large;
  font-weight: bold;
}

.tabs a:hover {
  background-color: #d2ae6d;
  color: #312f2f;
  box-shadow: 0px 0px 12px #fff;
}

.tabs {
  padding: 10px 0px 20px 0px;
}

.footer-inner {
  display: inline-block;
  border-color: #d2ae6d;
  border-style: solid;
  border-width: 0px;
  width: 986px;
}

.footer {
  display: inline-block;
  border-color: black;
  margin-top: 20px;
/*  margin-bottom: 20px;*/
  background-color: #201e1e;
  color: #d2ae6d;
  padding: 5px;
  width: 990px;

  /* awsem gradient code */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201e1e', endColorstr='#000'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#201e1e), to(#000)); /* for webkit browsers */
  background: -moz-linear-gradient(top, #201e1e, #000); /* for firefox 3.6+ */

}

.contact-box-inner {
  text-align: left;
  display: inline-block;
  border-color: #d2ae6d;
  border-style: solid;
  border-width: 0px;
  width: 550px;
}

.contact-box {
  text-align: center;
  display: inline-block;
  border-color: #d2ae6d;
  border: 0px;
  border-top: 1px;
  border-style: dotted;
  margin-bottom: 20px;
  background-color: black;
  color: #d2ae6d;
  padding: 5px;
  width: 990px;
}

.designed {
  font-size: smaller;
  float: right;
  color: #aaa;
}

.designed a {
  color: #aaa;
}
