body {
 color: #000;
 background: #B2B34C url(../images/main_background.png);
 text-align: center;
 font-family: Verdana,Helvetica,sans-serif;
 font-size: 1em;
}
a { 
  color: #137; 
}
a:hover { 
  color: #f63; 
}
img { 
  border: 0px solid #000; 
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0 0 .5em 0;
}

h3 {
  font-size: 1.2em;
}

h5 {
  /*color: #629432;*/
  color: #486E24;
  font-size: 1em;
}

h6 {
  color: #f63;
  font-size: 1em;
}

p {
  padding: 0;
}

label {
  float: left;
  width: 15em;
  padding: .25em 0;
}

.tiny {
  font-size: .75em;
}

.ppButton {
  margin-left: 15em;
}

.clearAll {
  clear: both;
  line-height: 0;
}

.wrapper {
  text-align: left;
	margin: 1em auto;
	width: 1102px;
	padding: 0;
}

.header {
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  background: url(../images/swap_bannertop.png) no-repeat;
  text-align: right;
  padding-right: 170px;
}

.headerPad {
  height: 63px;
}

.content {
  width: 882px;
  margin: 0 0 0 117px;
  background: url(../images/border_middle.png) top left repeat-y;
  border: 0px solid #f00;
  padding: 0;
}

.left {
  float: left;
  width: 270px;
  padding: 0 0 0 30px;
  text-align: center;
  font-size: .75em;
}

.right {
  margin: 0 0 0 316px;
  padding: 0 35px 0 0;
  font-size: .9em;
}

#footer {
  background: url(../images/border_bottom.png) no-repeat;
  padding-top: 35px;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
}

#footer a {
  color: #000;
}

#footer a:hover {
  color: #137; 
}

/*****************************************
 * Navigation
 *****************************************/ 
 a.navHome {
  display: block;
  float: right;
  width: 58px;
  height: 22px;
  background: url(../images/nav_home.png) 0px 0px no-repeat;
  text-decoration: none;
  z-index: 1;
  margin: 0 .85em;
 }
 
.navHome:hover {
  background-position: 0 -22px;
 }
 
 .navSell {
  display: block;
  float: right;
  width: 103px;
  height: 22px;
  background: url(../images/nav_sell.png) 0px 0px no-repeat;
  text-decoration: none;
  z-index: 1;
  margin: 0 .85em;
 }
 
 .navSell:hover {
   background-position: 0 -22px;
 }
 
 .navContact {
  display: block;
  float: right;
  width: 105px;
  height: 22px;
  background: url(../images/nav_contact.png) 0px 0px no-repeat;
  text-decoration: none;
  z-index: 1;
  margin: 0 .85em;
 } 
 
 .navContact:hover {
  background-position: 0 -22px;
 }
 
/*************************************
 * Pictures
 ************************************/
#picturelist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

#picturelist li {
  float: left;
}

#picturelist img {
  width: 100px;
  border: 1px solid #6F5322;
  margin: .2em;
}