body {
  background:white;
  font-family:arial,helvetica,sans-serif;
  margin:5px
}

img.image {
  margin: 15px;
}

img.image_0 {
  margin: 1px;
  border-color: black;
}

div.main{
  width:580px;
  margin-top:0px;
  margin-left:170px;
}

div.sidebar {
  background-color:#B1B5B9;
  height: 740px;
  width:  150px;
  border-style:solid;
  border-width:0px;
  border-color: black;
  float:left;
  clear:right;
  line-height:1.1;
  margin: 3px;
}

div.space {
  background-color:#FFFFFF;
  height: 5px;
  width:  150px;
  border-style:solid;
  border-width:0;
  float:center;
  clear:right;
  line-height:1.0;
}

div.ex_title {
  font-family: arial,helvetica,sans-serif;
  font-size: 1.2em;
  color: black;
  font-weight: 700;
  float: center;
  text-indent: 3px;
}

div.ex_cat {
  font-family: arial,helvetica,sans-serif;
  font-size: 1.2em;
  color: black;
  font-weight: 500;
  float: left;
  text-indent: 0px;
}

pre.synopsis {
  font-family: courier,helvetica,sans-serif;
  font-size: 1.15em;
  margin-top:0px;
  margin-bottom:0px;
  text-indent: 15;
}

div.footer{
  width:570px;
  padding-top:100px
  background-color:#FFe7C6;
  float:center;
}

hr.footer{
  background-color: black; /* Netscape Navigator */
  color: black;            /* Internet Exporer */
  margin-bottom:0px;
}

h4.footer{
  font-size:0.8em;
  color:black;
  text-align:center;
  margin-top:0px;
}

/*
 * spread out links
 */
a {
   line-height:1.3;
}

/*
 * links in nav bar
 */
a:link.nav {
  margin: 12px;
  color:#0038C5;
  font-weight:700;
  font-size:0.9em;
}

a:link.navncl {
  margin: 12px;
  color:#f0ed4e;
  font-weight:700;
  font-size:0.9em;
}

a:hover.nav {
  color:lightblue;
}

a:visited.nav {
  color:white;
  font-weight:700;
  font-size:0.9em;
  margin:12px;
  margin-top:0px;
}

p.indent{
margin-left:15px;
margin-top:1px;
}

em{
font-weight:700;
}
