body{
  background-repeat: no-repeat;
  background-attachment: fixed;  /* fixed position of image */
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #222222;
  min-height: 100%;

}

img {
  margin-top: 40px;
  border: 0;
  margin-bottom: 51px;
}
li {
  padding-left: 5px;
  list-style-type: disc;
  list-style-position: outside;
  
  }
  
a {
  text-decoration: none;
  color: #222222;
  border: 0;
  }
  
a:hover, .active {
  text-decoration: none;
  color: #b88121;
  border: 0;
  }
  

#wrapper	{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    overflow: auto;
    padding: 30px;

}

#logo {
  width: 249px;
  position: relative;
  height: 135px;
  display: inline-block;
  float: left;

}

#border_top {
  
  border-top: 1px dotted #222222;
  height: 1px;
  
}

a #border_top a:hover {
  
  border-top: 1px dotted #b88121;
  height: 1px;
  
}

#border_bottom {
  
  border-bottom: 1px dotted #222222;
  height: 1px;
  
}

#border_top_gold {
  
  border-top: 1px dotted #b88121;
  height: 1px;
  
}

#border_bottom_gold {
  
  border-bottom: 1px dotted #b88121;
  height: 1px;
  
}

#nav_box {
  vertical-align: top;
  display: inline-block;
  float: left;
  position: relative;
  font-size: 14px;
  width: 95px;
  margin-left: 5px;
  height: 135px;
/* border-top: 1px dotted #222222;
  border-bottom: 1px dotted #222222; */

  
}

#nav_box p {
 margin-top: 100px;
}



/* NAV BOX BORDERS TEST 

#nav_box:before {
  border-top: 1px dotted #222222;
  border-bottom: 1px dotted #222222;
  width: 95px;
  height: 129px;
  top: 2px;
  position: absolute;
  content: '';
  
}

#nav_box:after {
  border-top: 1px dotted #222222;
  border-bottom: 1px dotted #222222;
  width: 95px;
  height: 123px;
  top: 5px;
  position: absolute;
  content: '';
  
}

#nav_box:hover {
  border-top: 1px dotted #b88121;
  border-bottom: 1px dotted #b88121;
  
}

*/


#empty_long_nav {
  width: 249px;
  position: relative;
  display: inline-block;
  float: left;
    clear: both;
}

#empty_nav_box {

  display: inline-block;
  position: relative;
  width: 95px;
  margin-left: 5px;
  float: left;
  
}

#sub_menu {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 249px;
  position: relative;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  float: left;
  clear: both;


}

#content {
  margin-top: 50px;
  margin-bottom: 40px;
  width: 569px;
  position: relative;
  height: auto;
  display: inline-block;
  margin-left: 5px;
  float: left;
}

#footer {
  font-size: 9px;
  letter-spacing: 1px;
  float: left;
  clear: both;
  
}