body {
 color: #000000;
 font: 9pt/14pt arial;
 background-color: #ffffff;
 text-align: justify;
 margin-right: 4px;
 margin-left: 4px;
 max-width: 800px
}
h1 { 
 font: normal bold 16pt 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/banner1.jpg) no-repeat top left;
 width: 800px;
 height: 600px;
 top: 0px;
 left: 0px;
 }
#content {
 position: absolute;
 margin-left: 25px;
 margin-right: 150px;
 width: 615px;
 top: 145px;
 left: 2px;
}
#content td {
 font: 9pt/14pt arial;
 text-align: justify;
}
#banner {
position: absolute;
top: 0px;
left: 0px;
height: 100px;
width: 800px;
}
#nav {
position: relative;
top: 95px;
 left: 30px;
}
#nav a {
color: #ffffff;
padding-right: 30px;
}
#nav a:hover {
text-decoration: none;
color: #F0CB21;
}
#ads {
 position: absolute;
 top: 210px;
 width: 120px;
 height: 600px;
 left: 680px;
 padding: 0px;
}
#search {
 position: absolute;
 top: 130px;
 left: 430px;
 padding: 5px;
}