body {
  background: #D3D3D3;
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
}

p, h1 {
  margin: 0;
}

* html .noie {
  display: none;
}

.clear {
  clear: both;
  visibility: hidden;
}

.smalltext {
  font-size: .7em;
}

a, a:visited {
  color: #43825E;
}

a:hover {
  color: #00C052;
}

ul {
  list-style: square;
  margin: 10px 0 0 0;
}

img {
  border: none;
}

.center, .shoptable {
  text-align: center;
}

.shoptable td {
  width: 166px;
}

.smalltext {
  font-size: .9em;
}

.vmiddle {
  vertical-align: middle;
}

input.text, textarea {
  border: 1px solid #e0e0e0;
  font: 1em Verdana, sans-serif;
  padding: 3px 5px;
  width: 300px;
}

input.submit {
	background: url(../img/fade.gif);
	border: 1px solid black;
	float: none;
}

input.submit:hover {
  cursor: pointer;
}

textarea:focus, textarea:active, input.text:focus, input.text:active, input.submit:active {
  background: #efefef;
  border-color: #000;
}

#container {
  margin: 20px auto;
  position: relative;
  text-align: left;
  width: 980px;
}

#header {
  background: url(../img/header.png) top left no-repeat;
  height: 120px;
  position: relative;
  width: 980px;
}

* html #header {
  background: url(../img/header.gif) top left no-repeat;
}

#header a {
  position: absolute;
  top: 80px;
  right: 30px;
}

#content {
  float: right;
  margin-top: 20px;
  position: relative;
  width: 950px;
}

#wrapper {
  text-align: left;
}

#contentfloatholder {
  float: left;
  width: 100%;
}

#container:after {
  content: ".";
  display: block;
	height: 0px;
  clear: both;
  visibility: hidden;
}

#center {
  margin: 0 175px 0 185px;
  font-size: .8em;
  padding: 0 0 0 20px;
}

#center h1 {
  color: #43825E;
  font-size: 1.8em;
  font-variant: small-caps;
  padding-left: 20px;
}

#center h2 {
  background: #75B691;
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  padding: 3px 0;
  margin: 0 0;
  margin-right: 30px;
  text-align: center;
}

#center ul, #center ol {
  margin-left: 30px;
}

#center_middle a {
  margin: 0;
}

#center_middle li a {
  padding-left: 20px;
}

#bc {
  font: .9em "Trebuchet MS", Verdana, sans-serif;
  padding: 5px;
  width: 500px;
}

#bc a {
  color: black;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#bc a:hover {
  text-decoration: underline;
}

#center_top {
  background: url(../img/center_top.png) top left no-repeat;
  height: 28px;
  width: 100%;
}

#center_middle {
  background: url(../img/centerbox.png) top left repeat-y;
  padding: 0 30px;
  width: 519px;
}

* html #center_middle {
  width: 559px;
}

#center_bottom {
  background: url(../img/center_bottom.png) top left no-repeat;
  height: 32px;
  width: 100%;
}

#centerwrap {
  float:left;
  width: 100%;
	margin: 0 -95% 0 0;
}

#left {
  float:left;
  width: 200px;
  margin: 0 0 0 -5%;
}

#left h1 {
  font-size: .9em;
}

#left ul, #left a {
  margin: 0; padding: 0;
}

#left li {
  padding-left: 10px;
  list-style: none;
}

#left li a {
  color: #399661;
  font-size: .8em;
  font-weight: bold;
  display: block;
  text-decoration: none;
  width: 180px;
}

* html #left a {
  position: absolute;
}

#left a:hover {
  background: #43825E;
  color: #FFF;
}

#left_top {
  background: url(../img/left_top.png) top left no-repeat;
  height: 19px;
  width: 100%;
}

#left_middle {
  background: url(../img/leftbox.png) top left repeat-y;
  padding-left: 20px;
}

#left_bottom {
  background: url(../img/left_bottom.png) top left no-repeat;
  height: 29px;
  width: 100%;
}

#contact {
  background: url(../img/contactbox.png) top left no-repeat;
  font-size: .7em;
  height: 66px;
  padding-top: 20px;
  padding-left: 20px;
  width: 170px;
}

#contact p {
  margin: 4px 0;
}

* html #contact {
  height: 80px;
}

#right {
  float:right;
  width: 170px;
}

#right h1 {
  font-size: 1.1em;
  font-weight: 900;
  text-decoration: underline;
}

#right_top {
  background: url(../img/right_top.png) top left no-repeat;
  height: 19px;
  width: 100%;
}

#right_middle {
  background: url(../img/rightbox.png) top left repeat-y;
  font-size: .8em;
  padding-left: 10px;
  padding-right: 10px;
}

#right_bottom {
  background: url(../img/right_bottom.png) top left no-repeat;
  height: 30px;
  width: 100%;
}

* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

#center_middle h1, #center_middle p, #left_middle ul, #right_middle p {
  padding: 10px 0;
}