body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  text-align: left;
  margin-left: 8px;
  margin-right: 8px;
  background-image: url(images/canvas.jpg);
  background-repeat: repeat-both;
}
/******************* DIVS **************************/
#container {
  position: relative; 
  margin: 0px auto;
  width: 800px; 
  left: 0px;
  top: 10px;
}
#menu_bar {
  width: 800px; 
  height: 70px; 
  color: #000000;
  font-weight: bold;
}
#menu_bar img {
  border-style: none;
  border-width: 0px;
}
#content {
  width: 640px; 
  margin: 0px auto;
  text-align: left;
}
#content img {
  border-style: none;
  border-width: 0px;
}
#footer {
  width: 640px; 
  margin: 0px auto;
}
#footer_image {
  width: 66px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/******************* STYLES **************************/
.clearboth { 
  clear: both; 
}
.spacer {
  float: left;
  width: 3%;
}
.right_justified {
  text-align: right;
}
.centered {
  text-align: center;
}
.title {
  font-size: 12pt; 
  font-weight: bold;
  text-align: center;
}
.subheading {
  font-size: 12pt; 
  font-weight: bold;
}
.copyright {
  color: #666666;
  text-align: center;
}
.image_left {
  float: left;
  margin-right: 10px;
}
.image_left2 {
  float: left;
  margin-right: 20px;
}
.image_right {
  float: right;
  margin-left: 20px;
}
.contact_table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  vertical-align: top;
}
.order_table td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; 
  vertical-align: top;
}
.bold_red {
  text-align: center;
  color: #FF0000;
  font-weight: bold;
}
.instructions {
  color: #923D30;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/******************* LINK STYLES **************************/
a {
  color: #923D30;
}
a:visited {
  color: #923D30;
}
#menu_bar a {
  color: #923D30;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu_bar a:hover{
  color:#000000;
  text-decoration: none;
  background-color: #E4CEA7;
}
.botnav {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  margin: 0px auto;
  word-spacing: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.botnav a:visited {
  color: #666666;
  text-decoration: none;
}
.botnav a:hover{
  color:#000000;
  text-decoration: none;
  background-color: #FFCC00;
}


