body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Times New Roman;
  font-size: 10pt;
  background-color: #8B5A00;
}

.container {

  position:absolute;
  left: 50%;
  margin-left: -400px; /*set to a negative number 1/2 of your width*/
  margin-top: 0px;
  padding-top: 0px;
  background-color: #FFFFFF;
  width: 800px;	
}

.container h1 {
margin-top: 0px;
padding-top: 0px;
}

.sidebar {
  background-color: #ffffff;
  padding-left: 15px;
  clear: both;
  float: left;
  width: 185px;
  height: 100%;
}

.sidebar a:link, a:visited {
    color: #336699;
	text-decoration: bold;
	font-weight: bold;
}

.sidebar li {
   margin-top: 20px;
	
}

.content table {
	font-size: 10pt;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: orange;
	padding: 10px;
	border-spacing: 0px;
}

.content table td {
    vertical-align: top;
	border-style: none;
	border-color: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: black;
	border-spacing: 10px;
	padding: 10px;
}

.content {
  float: left;
  border-left-width: 4px;
  border-left-color: #336699;
  border-left-style: solid;
  /*
  border-right-style: solid;
  border-right-width: 4px;
  border-right-color: #336699;
  */

  background-color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  width: 542px;/*542px;*/ /* Because the left and right border total 8px and we need to keep this an actual 800px - idiot */

}

.content h1,h2,h3 {
  color: #FF7200;
}

.content a:link,a:visited {
	text-decoration: none;
	border-style: none;
}

.header {
  background: url(header.jpg) no-repeat;;
  height: 166px;
  width: 800px;
}

.footer {
  margin: 0px;
  padding: 0px;
  clear: left;
  width: 800px;
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #336699;
  height: 20px;
  font-weight: bold;
}

.buyitnow {
	/*background-color: #FAEBD7;*/
	background-color: #FAEBD7;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	width: 500px;
	text-align: center;
	border-style: solid;
	border-width: 3px;
	border-color: #336699;
}

img {
	border-style: none;
}