a {
  color: #503C17;
}
* {
  margin: 0;
  padding: 0;
}
img {
  border:  none;
}
body {
  margin: 0px auto;
  background: silver url(../images/brown_leather.jpg) repeat  center top;
  font-size: 13px;
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  color: #503C17;
  font-family: Arial,Helvetica,sans-serif;
  font-stretch: normal;
  font-variant: normal;
  font-size-adjust: none;
  text-align: left;
}
h1, h2, h3, h4 {
  text-align: left;
}
h1 {
  margin-top: 31px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
}
h1.uppercase {
  text-transform: uppercase;
}
h2 {
  font-size: 17px;
  margin-bottom: 10px;
  margin-right: 20px;
}
h2 a {
  color: #990000;
  text-decoration: underline;
}
h2 a:hover {
  text-decoration: none;
}
h3 {
  font-size: 13px;
  margin-right: 20px;
  margin-bottom: 6px;
}
h4 {
  font-weight: normal;
  font-size: 12px;
  color: #bf8953;
  margin-right: 20px;
  margin-bottom: 20px;
}
h4 a {
  color: #503C17;
}
h4 a:hover {
  text-decoration: none;
}
#header {
  margin: 0px auto;
  width: 900px;
  height: 150px;
  background: #503C17 url(../images/header.png) repeat center top;
  font-size: medium;
  color: white;
  font-weight: bold;
  font-style: normal;
}
.logo {
  float: left;
  position: relative;
  top: 16px;
  left: 20px;
}
.contact {
  float: right;
  position: relative;
  top: 35px;
  line-height: 18px;
  text-align: left;
  width: 190px;
}
.contact a, .contact_bio a {
  color: #503C17;
}
.contact a:hover, .contact_bio a:hover {
  text-decoration: none;
}
#middle {
  margin: 0px auto;
  width: 900px;
  padding-top: 33px;
  background-color: #cccccc;
}
.topnav {
  background-position: right top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  width: 900px;
  height: 47px;
  background-color: #503C17;
}
.slider {
  clear: both;
  width: 900px;
  height: 362px;
  background-color: #cccccc;
}
#content {
	background-color: #ffffff;
  margin: 0px auto;
  width: 900px;
  clear: both;
}
#content ul {
  margin-left: 18px;
  margin-bottom: 24px;
  text-align: left;
}
#content li {
  line-height: 16px;
  margin-bottom: 7px;
}

#footer {
  margin: 0px auto 100px;
  width: 900px;
  background-color: #503C17;
}

