body {
 color: #000000;
 font: 9pt/14pt arial;
 background-color: #ffffff;
 text-align: justify;
 margin-right: 4%;
 margin-left: 4%;
 max-width: 800px
}
h1 { 
  font: normal bold 14pt arial; 
  color: #985F27; 
  text-align: left;
}
h2 {
	font: normal bold 12pt arial;
	color: #44403B;
  text-align: center;
}
h3 {
 font: bold 11pt;
 text-transform: uppercase;
 letter-spacing: 1px;
 text-decoration: underline;
 font: italic;
 text-align: center;
}
h4 {
 font: 7pt;
 text-align: center;
}
h5 {
 font: 11pt;
 text-transform: uppercase;
 letter-spacing: 1px;
 text-decoration: underline;
}
a:link { 
 color: #000000;
 text-decoration: none;
} 
a:visited { 
 color: #000000;
 text-decoration: none;
} 
a:hover { 
 color: #969C9D;
 text-decoration: underline;
} 
#container {
 position: absolute;
 background: url(images/background.jpg) no-repeat top left;
 width: 800px;
 height: 600px;
 top: 0px;
 left: 0px;
 padding: 5px;
 }
#content {
 position: absolute;
 margin-left: 240px;
 margin-right: 150px;
 width: 520px;
 top: 140px;
 left: 2px;
 padding: 2px;
 }
#nav {
 position: absolute;
 top: 100px;
 left: 500px;
}
#nav a {
 padding-left: 30px;
 font-weight: bold;
 font-size: 10pt;
}