body {
  font-family: Book Antiqua, "Times New Roman",
        Times, serif;
  color: #000000;
  background-color: #FFFFCC;
  background-image:  url(images/web/background.jpg);
  background-repeat: repeat;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }

ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid #666600 }
ul.navbar a {
  text-decoration: none }

a:link {
  color: #666600 }
a:visited {
  color: #993300 }
a:hover {
  color: #CC3300 }
a:active {
	color: red }  
  
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

div#banner {	
  text-align: center;
  vertical-align: middle;
}
  

div#textoverbanner {
    background-image:  url(images/web/banner.jpg);
    background-repeat: no-repeat;
    text-align: center;
    height: 60px;
    width: 535px;
}

div#bannertext {
	 color: #FFFFFF;
    position: relative;
    height: auto;
    width: auto;
    top: 10px;
}
  
div#leftcontent {
  position: absolute;
  left:10px;
  width:190px;
}

div#rightcontent {
  position: absolute;
  right:10px;
  width:190px;
}

div#centercontent {
  vertical-align: top;
  text-align: left;
  margin-left: 190px;
  margin-right:190px;  
  overflow:hidden;
}

