/* Site Layout*/
body, #body {
  margin: 0 auto;
  width:770px;
  text-align:center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#663300;
  
	/*background-image: url(../img/main/pageBg.gif);
	background-repeat: repeat;*/
	margin-top: 0px;
  text-decoration: none;
	font-size: 12px;}
#header {
	background-image: url(../img/main/dropShadow.gif);
  width:770px;}
#contentContainer {
  min-height:1px;
  text-align:left;
  padding: 15px 25px;
  background-color: #fff;
	background-image: url(../img/main/dropShadow.gif);}
#content {
  height:1%;
  border: 1px solid #cc9;
  padding:15px;}
#footer {
  font-size:10px;
  padding: 1px 25px;
  background-color: #fff;
	background-image: url(../img/main/dropShadow.gif);}

/* Fonts & Colours*/
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
	font-weight: 900;
	margin:0;
	padding-left: 0px;}
h1 {
  font-size: 16px;
	color: #495314;}
h2 {
  font-size: 14px;
	color: #b98527;}
h3 {
  font-size: 12px;
	color: #b98527;}
p {color: #495314;
line-height: 15px;}
.legal {
	font-size: 9px;
	color: #666;}
.products {
  font-size: 14px;
	color: #495314;}
  
/* Misc */
img { border:0;}
.clear {clear:both;}
.floatRight {float:right;}
.floatLeft {float:left;}
.errText {color:#f00;}

  a:link              { color: #495314; text-decoration:underline; }
  a:visited           { color: #495314; text-decoration:underline; }
  a:hover             { color: #7a9002; text-decoration:underline; }
  a:active            { color: #495314; text-decoration:underline; }

.parts {
	border: 1px solid #cc9;
	padding: 10px;
}