body {
  color: #ffcc99;
  font-size: 1em;
  font-family: arial,sans-serif;
  background-color:#080808;
}

a:link {
  color: #ff9933;
}

a:visited {
  color: #ff9933;
}


a.two:link {
   color: #000099;
 /*  font-weight: bold */
}

a.two:visited {
   color: #000066;
}

.right_side {
   text-decoration:none;
}

img.truck {
  position:static;
  z-index: -1;
  float: right;
  width: 120px;
  margin-right: 20px;
  margin-left: 10px;
  border: 1px solid;
}

h1,h2,h3 {
  font-family: times,sans-serif;
}

p.middle 
{
overflow: auto;
}

div { 
  background-color: #000000;
  border: solid;
  border-width: thin;
  /* width: 94%; */
  text-align: center;
}

div.top {
  position: relative;
  height: 100px;
  width:1034px;
  background:url('/images/coq_lake.jpg');
  background-repeat:no-repeat;
  background-position:center;
}

div.middlebackground {
  position: absolute;
  top: 140px;
  bottom: 115px;
  left: 0px;
  right: 0px;
  /* width:1044px; */
  /* height: 787px; */
/*
  background:url('/images/coq_lake.jpg');
  background-repeat:no-repeat;
  background-position:center;
*/
  background-color: #080808;

  /* border:1px solid #ffcc99; */
  /*  border:4px ridge #ffcc99; */
  border: none;
  }

  
div.middle {
  position: static;
  width:1010px;
  height: 100%;
  overflow: auto;
  text-align: left;
  font-size: 110%;
  color: #000000;
  padding-left: 10px; 
  padding-right: 10px; 
  background-color:#ffffff;
  /* border: 4px ridge #ff9933; */
  border:4px solid #996633;
  /* for IE */
  filter:alpha(opacity=53);
  /* CSS3 standard */
  opacity:0.53;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
}

div.bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  /* width:1030px; */
  /* width:100%; */
  width:1034px;
  background-color: #080808;
  border: none;
  text-align: right;
  margin-bottom: 1px;
  margin-left:auto;
  margin-right:auto;
}

div.bottom_first {
  width: 100%;
}

div.res_block {
  width: 55%;
}


