html {
  margin: 0;
  padding: 0;
}

body { 
  margin: 0;
  padding:0;
  height: 100%;
  background: #def7f5 url('../images/body_bg.jpg') repeat-y;
  font-family: sans-serif;
  font-size: 14px;
}

a img {
  border: 0;
}

h4 a {
  color: black;
  text-decoration: none;
}

h4 a:hover {
  color: blue;
}

#buy-alpaca-table {
  width: 100%;
  margin:1em;
}

#buy-alpaca-table a:hover {
  color: #777777;

}

#container {
  width: 1024px;
  height: 100%;
}

#content {
  float: right;
  width: 630px;
  height: 100%;
  padding-left: 23px;
  margin-right: 35px;
}

#content_text {
  margin: -35px 20px 0px 20px;
} 

#content_text div div {
  margin: 15px 0px;
}

#content_top {
  background: url("../images/body_top.jpg") no-repeat;
  width: 680px;
  height: 70px;
  margin-left: -18px;
}

#etoNotice {
  float: left;
  clear: both;
  font-size: smaller;
  margin-left: 40px;
  margin-top: 30px
}

#etoNotice a {
  color: #777777;
}

#LM_youAreHere {
  font-family: Times New Roman, Serif;
  font-size: 18px;
  color: red;
  text-decoration: none;
  letter-spacing: 3px;  
}

#LM_level_2 {
  margin:0px;
  padding:0px;
  padding-left:15px;
}

#LM_level_2 #LM_youAreHere {
  font-size: 14px;
}

#logo_small {
  position: relative;
  float: left;
  clear: left;
  background: #def7f5 url("../images/logo_small.jpg") no-repeat;
  width: 321px;
  height: 150px;
  margin-top:-5px;
  margin-left: 15px;
  z-index: 5;
  display: block;
}

#nav {
  z-index: 0;
  float: left;
  clear: left;
  width: 300px;
  height: 100%;
  margin-left: 15px;
}

#nav a {
  font-family: Times New Roman, Serif;
  font-size: 18px;
  color: black;
  text-decoration: none;
  letter-spacing: 3px;
}

#nav #LM_level_2 a {
  font-size: 14px;
}

#nav a:hover {
  color: #777777;
  text-decoration: underline;
}

#nav ul {
  list-style-type: none;
}

#nav ul li {
  margin-top: 20px;
}

#nav_deco {
  text-align: center;
}

#nav_deco img {
  margin-left: auto;
  margin-right: auto;
}

#nav_top {
  z-index: 0;
  background: url("../images/nav_top.jpg") no-repeat;
  width: 320px;
  height: 73px;
  margin-top: -6px;
}
