/* STYLE SHEET for Project A.J., Inc. */
/* Website maintained by DanyoDesigns.com */

body {
  font-family: Georgia; serif;
  font-size: 14pt;
  text-align: justify;
  background-color: rgb(190,200,255);  /* main background color */
}


div.title {
  top: 4px;
  width:80%;
  border: outset 1px;
  padding: 26px 0px 26px 30px;
  margin-top: 4px;
  text-align: center;
  font-size: 1.3em;
  background-color: #7c8085;
  position: fixed;
  -moz-border-radius: 20;
}


div.navigation {
  top: 18px;
  width: 180px;
  height: 100%;
  line-height: 30px;
  margin-left: 12px;
  padding-top: 28px;
  font-size: .8em;
  float: left;
  position: fixed;
  margin-top: 26px;
  border-right: 1px solid rgb(96, 96, 255);	/* navigation right border color */
  background-image: url("gradient.png");
  background-repeat: repeat-y;
  z-index: 10;
  -moz-border-radius: 10;
}


div.main {
  top: 46px;
  margin: 4em 16em 10em 16em;
  padding-top: 20px;
  color: rgb(8,8,64);
  z-index: 1;
}


p:first-letter {
  font-size: 150%;
}


div.footer {
  background-color: rgb(190,200,255);
  bottom: 0px;
  padding-left: 160px;
  width: 70%;
  border-top: 1px solid rgb(96, 96, 255);
  text-align: center;
  vertical-align: center;
  font-size: .8em;
  position: fixed;
  z-index: 5;
}
