body {
  background: #FFFFCC;
  color: #000000;
  font-size:1.0em;
}

#wrapper {
  width:100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}

#header {
  position:relative;
  width: 100%;
  height:123px;
  margin: 0;
  padding: 0;
}

#left {
  border: #500000 2px solid;
  position:relative;
  float:left;
  width:203px;
  height:119px;
  /*margin-left:-100%;*/
}

#right {
  border: #500000 2px solid;
  position: relative;
  margin-left: 219px;
  width: auto;
  height: 119px;
  text-align: center;
  font-family: sans-serif;
  background: #339966;
}

h2 {
  margin: 0;
  padding: 20px;
  line-height: 160%;
}

#navigation {
  border: #500000 2px solid;
  width: 203px;
  text-align: center;
  top: 120px;
  margin-top:18px;
  float:left;
  padding-top: 20px;
  min-height:483px;
  height:auto !important;
  height:483px;
}

#navigation a {
  padding:0px 50px;
}

#footer {
  width:100%;
  text-align: center;
  height: 19px;
  padding-top: 40px;
  font-size: 12px;
}

img#swappable {
  float: left;
  padding: 5px;
}

#description {
  float: left;
  text-align: left;
  padding: 5px;
}

.clear {
  clear:both;
}

#main {
  border: #500000 2px solid;
  margin-left: 219px;
  padding-top: 20px;
  margin-top: 18px;
  padding-left: 20px;
  min-height:483px;
  height:auto !important;
  height:483px;
}

img {
  border: 0;
}

#main img {
  border: #500000 2px solid;
}

#main2 {
  border: #500000 2px solid;
  padding-left: 10px;
  background-image: url('../images/cows2.jpg');
  position:relative;
  /*margin: 20px;*/
  margin-left: 219px;
  margin-top: 18px;
  padding: 20px;
  padding-left:35px;
  min-height:464px;
  height:auto !important;
  height:464px;
}

table tr#header {
  height:30px;
  text-align:center;
  font-weight:bold;
 }

table td {
  border: solid black .75pt;
  padding: 0px 5px;
  margin: 0;
}

table td p {
  padding: 10px;
  margin: 0;
}

.links {
  padding-left: 40px;
}

.tabbed {
  padding-left: 20px;
}

.col {
  width:200px;
  float:left;
}

.col2 {
  width:150px;
  float:left;
}

.col a:link {
  color:#0000ff;
}

a:link.blueLink {
  color:#0000ff;
}
.phone {
  margin-left:400px;
}

.bottomLinks a:link{
  width: 160px;
  color: #0000ff;
  float: left;
}
.bottomLinks #spacer {
  float:left;
  width: 20px;
}

.bottomLinks .links {
  text-align:center;
}

.italic {
  font-style:italic;
}

.bold {
  font-weight: bold;
}

.left {
  float:left;
}

.underline {
  text-decoration:underline;
}

.huge {
  font-size: 32px;
}

.big {
  font-size: 20px;
}

.medium {
  font-size: 18px;
}

.center {
  text-align:center;
}

.green {
  color:#008000;
}

.pushed {
  margin-left:160px;
}

.small {
  font-size: 13px;
}

a:link { color:#000000; }
a:visited { color: #000000; }
a:hover { color: #666666; }