html, body {
  margin:0px;
  padding:0px;
  background-color:rgb(255,255,255);
  background-image:url(background.png);
  background-repeat:repeat-y;
}

#top_section {
  background-color:rgb(255,255,255);
  background-image:url(top.png);
  background-repeat:no-repeat;
  height:103px;
  margin:0px;
  padding:0px;
}

#main_section {
  margin:0px;
  padding:0px;
}

#navigation {
  position:absolute;
  left:0px;
  top:103px;
  width:160px;
}

#content {
  margin-left:160px;
  margin-right:0px;
  border-top:4px solid #174115;
}

#title1 {
  position:absolute;
  top:14px;
  left:320px;
  font-family:Arial;
  font-size:32px;
  font-weight:bold;
  color:rgb(69,69,69);
}

#title2 {
  position:absolute;
  top:50px;
  left:320px;
  font-family:Arial;
  font-size:32px;
  font-weight:bold;
  color:rgb(69,69,69);
}

#navigation_pic {
  margin-top:0px;
  margin-left:10px;
  width:140px;
  height:200px;
}

h1,h2,p,ul,ol {
  font-family:Arial;
  margin-right:20px;
  margin-left:20px;
}

h1 {
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  line-height:1.1em;
  color:black;
  border-bottom:rgb(58,108,37) solid 2px;
  padding-bottom:5px;
  padding-left:25px;
  margin-top:20px;
}

h2 {
    font-weight:bold;
    font-style:normal;
    font-size:14px;
    line-height:1.1em;
    color:black;
    border-bottom:rgb(58,108,37) solid 1px;
    padding-bottom:3px;
    padding-left:25px;
    margin-top:20px;
}

p {
  font-weight:normal;
  font-size:13px;
  line-height:1.3em;
  padding-left:25px;
  color:black;
}

ul,ol {
    margin-right:10px;
  margin-left:10px;
  padding-left:25px;
}

li {
  padding-left:10px;
    font-weight:normal;
    font-size:13px;
    line-height:1.1em;
    color:black;
    margin-top:6px;
    margin-bottom:8px;
}

a:link {
  font-weight:bold;
  color:black;
  text-decoration:underline;
}

a:visited {
    font-weight:bold;
    color:gray;
    text-decoration:underline;
}

a:hover, a:active {
  font-weight:bold;
  color:rgb(192,192,192);
  text-decoration:underline;
}

a.navi, a.navi_first, a.navi_self {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  border-left:4px solid #174115;
  border-right:0px solid #174115;
  border-bottom:2px solid #174115;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  letter-spacing:0.0em;
  padding:4px;
  text-align:center;
  margin-left:0px;
  margin-right:4px;
}

a.navi_first {
  border-top:4px solid #174115;
}

a.navi:link, a.navi_first:link, a.navi:visited, a.navi_first:visited {
  background-color:rgb(185,206,182);
  color:black;
}

a.navi_self:link, a.navi_self:visited {
  background-color:rgb(58,108,37);
  color:white;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover, a.navi:active, a.navi_first:active, a.navi_self:active {
  background-color:white;
  color:black;
}