* {
  margin: 0;
  padding: 0;
}
html {
  position: relative;
}
body {
  background: #363422 url(images/bodyBackground2.png) repeat-x scroll center top;
  font-family: Arial,Verdana,Tahoma,"Trebuchet MS",sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 90%;
  line-height: 1.7em;
  font-size-adjust: none;
  font-stretch: normal;
  position: relative;
  color: #fff6d8;
}
a, a:active, a:visited, a:link {
  color: #bd6c05;
}
a:hover {
  color: #ffc643;
}
p {
  margin: 1em 0;
}
#header {
  margin: 0 auto;
  height: 34px;
  width: 950px;
  position: relative;
}
#page {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 1.5em;
  width: 950px;
}
#footer {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  background-color: #000000;
  bottom: 80px;
  position: relative;
  top: 280px;
}
#content {
  padding: 0 20px;
  overflow: hidden;
  float: right;
  width: 800px;
}
#sidebar {
  padding: 0 15px 0 30px;
  overflow: hidden;
  float: left;
  width: 270px;
}
#navigation ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  position: absolute;
  top: 164px;
  left: 350px;
}
#navigation li {
  display: inline;
}
#navigation a {
  display: block;
  float: left;
  height: 34px;
  padding-right: 25px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #fff6d8;
}
#navigation a:hover, #navigation .current {
  color: #ffc643;
}
#branding {
  padding: 8px 0 0 55px;
  background: transparent url(images/logo.jpg) no-repeat scroll left center;
  float: left;
  height: 55px;
  width: 300px;
  color: #ffc643;
  font-family: "Times New Roman";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#branding h1 {
  font-size: 1.4em;
}
#branding h2 {
  font-size: 0.8em;
  font-weight: normal;
}
.page-title {
  font-family: "Times New Roman",serif;
  font-style: normal;
  font-variant: normal;
  font-size: 2.2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffc643;
}
.post-title {
  font-family: "Times New Roman",serif;
  font-style: normal;
  font-variant: normal;
  font-size: 1.5em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffc643;
}
#content ul {
  margin: 1em 0 1em 45px;
}
#navigation-secondary {
  margin: 20px 0;
  background: transparent url(images/navHeader.jpg) no-repeat scroll center top;
  width: 256px;
}
#navigation-secondary h5 {
  padding: 10px 0 0 10px;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 1.5em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-weight: bold;
  color: #363422;
  height: 35px;
}
#navigation-secondary ul {
  border-style: none solid solid;
  border-color: -moz-use-text-color #ffc643 #ffc643;
  border-width: medium 1px 1px;
  padding: 10px 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navigation-secondary a {
  padding: 12px 0 0 10px;
  background: transparent url(images/navLinkBackground.jpg) no-repeat scroll left bottom;
  display: block;
  width: 245px;
  height: 25px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #ffc643;
}
#navigation-secondary a:hover {
  background: transparent url(images/navLinkBackgroundHover.jpg) no-repeat scroll left bottom;
  color: #fff6da;
}
