/* Master.css */

div#title {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60px;
  background-color: darkblue;
  color: ghostwhite;
  font-size: 36pt;
  font-style: italic;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 15px;
  word-spacing: 20px;
}

div#nav {
  position: absolute;
  z-index: 999;
  top: 60px;
  left: 0px; 
  width: 140px;
  margin-left: 5px;
  font: 11px/14px verdana, sans-serif;
}

	
#nav A {
  color: ghostwhite;
  text-decoration : none;
}

#nav A:hover {
  color: black;
  margin-left: 10px;
  font-weight: bolder;
  font-style: oblique;
}

div#content 
{
  position: absolute;
  top: 60px;
  left: 0px; 
  border-left: solid 142px maroon;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}
#content a {
  color: maroon;
}

#content a:hover {
  font-weight: bolder;
  font-style: oblique;
}
