  BODY { background-color: #330202; }
  BODY { color:#ffdc98;}
  
  a:link { 
	color: #fff9ed;
	text-decoration: none;
	}
  a:hover { 
	color: #bfcfef;
	text-decoration: none;
	}
  a:active { 
	color: #bfcfef;
	text-decoration: none;
	}
  a:visited{
	color: #bfcfef;
	text-decoration: none;
	}

  h1 {font-family:arial,helvetica,verdana,sans-serif;}

#apDiv1 {
	position:absolute;
	width:10%;
	height:100%;
}

#apDiv2 {
	position:absolute;
	left: 40%;
	text-align:center;
	width: 30%;
}

#apDiv3 {
	position:absolute;
	left: 15%;
	height:70%;
	width: 70%;
	text-align:justify;

}
.navBackground {
	background-color: #663311;
	font-weight: bold;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size: 12px;
}

img.floatLeft { float: left;}