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

body.main {
  background-image:url('/images/coq_lake_big.jpg');
  background-repeat: repeat-x;
  background-position: center;
  background-attachment: fixed;
}

a:link {
  color: #006600;
}

a:visited {
  color: #006600;
}


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 {
  border: solid #003300;
  border-width: thin;
  background-color: #000000;
  text-align: center;
}

div.top {
/*
  position: relative;
  height: 100px;
  width:1034px;
*/
 position: fixed;
  top: 20px;
  left: 0px;
  right: 0px;
  height: 100px;
  width:1034px;
  margin-left:auto;
  margin-right:auto;
  background: none;
}

div.middlebackground {
  position: absolute;
  top: 140px;
  bottom: 150px;
  left: 0px;
  right: 0px;
  background: none;
  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;

  /* for IE */
  filter:alpha(opacity=53);
  /* CSS3 standard */
  opacity:0.53;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left:auto;
  margin-right:auto;
}

div.bottom {
  position: fixed;
  bottom: 10px;
  left: 0px;
  right: 0px;
  height: 125px;
  width:1034px;
  background: none;
  border: none;
  text-align: right;

  margin-left:auto;
  margin-right:auto;

  /* for IE */
  filter:alpha(opacity=10);
  /* CSS3 standard */
  opacity:1.0;
}


div.bottom_first {
  position: fixed;
  bottom: 20px;
  left: 0px;
  right: 0px;
  height: 80px;
  width:1034px;

  background-color:#d0ddd0;
  color: #000000;

  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;

  /* for IE */
  filter:alpha(opacity=53);
  /* CSS3 standard */
  opacity:0.53;
}


div.bottom_2nd {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 15px;
  width:1034px;
  background: none;
  border: none;
  text-align: right;

  margin-top: 0px;
  margin-bottom: 0px;
  margin-left:auto;
  margin-right:auto;
}


