body {
  background: url(images/bg_body.jpg) repeat-x;
  background-color: #ac592a;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 62.5%; /* makes default 16px fonts od most browsers 10px then work in ems */
  }

p {font-size: 1.1em;}

h1 {font-size: 1.5em; color: #964d60;}

h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
h4 {font-size:1.1em;}
h5 {font-size:1.1em;}
h6 {font-size:1.1em; color: #A4887C;}

ul {font-size: 1.1em}

input, select, th, td { font-size: 1.1em; }

#header {
  height: 70px;
  width: 760px;
  background-color: #fff;
  }

#container {
  background: url(images/bg_container.jpg) repeat-y;
  background-color: #fff;
  width: 760px;
  margin: 0px;
  padding: 0px;
  }

#menu {
  text-align: center;
  height: 10px;
  width: 750px;
  }

#col1of1 {
  border-left: 1px solid #5f4342;
  border-right: 3px solid #5f4342;
  border-top: 1px solid #5f4342;
  border-bottom: 3px solid #5f4342;
  text-align: left;
  width: 740px;
  margin: 5px;
  padding: 2px;
}

#col1of3, #col2of3, #col3of3 {
  text-align: left;
  width: 235px;
  height: 610px;
  float: left;
  margin: 5px;
  padding: 2px;
}

#col1of3, #col2of3 {
  border-right: 1px solid #5f4342;
}

#addtocart {
  border: 1px solid #999;
  padding: 5px;
}

#addtocart_col1 {
  width: 550px;
  float: left;
}

#addtocart_col2 {
  width: 120px;
  float: left;
}

#addtocart_col3 {
  width: 50px;
  float: right;
}

#deladdtocart_col1 {
  width: 450px;
  float: left;
}

#deladdtocart_col2 {
  width: 230px;
  float: right;
}

#viewcart {
  width: 140px;
  float: right;
}

#footer {
  height: 30px;
  width: 760px;
  background-color: #964d60;
  background-color: #fff;
  }

#clearboth {
  clear: both;
}

#alignleft {
  text-align: left;
}

.floatright {
  float: right;
}


/* FONT STYLING */

.bold {
  font-weight: bold;
}


.claret {
  color: #964d60;
  }

.boldclaret {
  font-weight: bold;
  color: #964d60;
  }

.boldred {
  font-weight: bold;
  color: #f00;
  }

.boldwhite {
  font-weight: bold;
  color: #fff;
}

.signature {
  font-family: Monotype Corsiva, Arial, Sans-Serif;
  font-size: 3em;
  font-weight: bold;
  color: #964d60;
}

/* GENERAL LINKS */

.general_link a:link, .general_link a:visited, .general_link a:hover, .general_link a:active {
  text-decoration: underline;
  color: #000099;
  font-weight: bold;
  }

.general_link a:hover {
  color: #F00;
  }

#counter {
  text-align: center;
  }

#form_01_col1 {
  width: 200px;
  float: left;
  }

#form_01_col2 {
  width: 200px;
  float: left;
  }

#form_01_col3 {
  width: 200px;
  float: left;
  }

