body {
  background-color: #000;
  color: #fff;
  font-family: arial;
  font-size: 90%;
}

h3 {
  padding-top: 10px;
  border-top: 1px solid #CCCC99;
}

.order_btn {
  color: #fff;
  background-color: #33CC00;
  font-size: 14px;
  font-weight: bold;
}

.navsections {  /* navigation for enlarge page */
 margin-top: -10px;
 margin-left: 0px;
 margin-right: 0px;
 padding: 20px;
 height: 60px;
 background-color: #99CCFF;
}

.phonenum {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}


/* page layout divs */
#wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 810px;
}

#head {
  height: 95px;
  width: 801px;
}

#content {
  height: auto;
  width: 810px;
}


#foot {
  width: 801px;
  height: auto;
}

#footrt {
  float: left;
  text-align: right;
  width: 400px;
  font-size: 11px;
}

#footlft {
  float: left;
  text-align: left;
  width: 400px;
}


/* classes */
.logo {
  float: right;
  border: 0px;
}

/* pictures for the home page to create borders and spacing */
.picleft {
  border: 1px solid #9999CC;
  background-color: #fff;
  margin-right: 20px;
  padding: 35px;
  margin-bottom: 20px;
}

.picright {
  border: 1px solid #9999CC;
  background-color: #fff;
  margin-left: 20px;
  padding: 35px;
  margin-bottom: 20px;
}

.brder {
border: 1px solid #fff;
}


/* link styles */
a:link {
  color: #66CCFF;
  text-decoration: none;
}

a:visited {
  color: #66CCFF;
}

a:active {
  color: #FF9900;
}

a:hover {
  color: #FF9900;
  text-decoration: underline;
}
