
html, body {
  color:  #000;;
  background-image:url(geneva_chi_bg.jpg);
  background-repeat:no-repeat;
  background-color: #732b90;
  background-position:top center;
  font-weight:       normal;
  font-family:       arial,helvetica, sans-serif;
  font-style:        normal;
  text-decoration:   none;
  margin:            0;
  padding:           0;
  border:            0;
}


#banner{
   background-image:url(top.jpg);
   width: 826px;
   height: 166px;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
   background-color: #0369b4;
}

#banner h1{visibility: hidden;}

.wrapper{
       background-image:url(main_bg.gif);
       background-repeat:x-repeat;
       width: 826px;
       margin-left: auto;
       margin-right: auto;
       background-color: #cfb3db;
}

.wrapper_bottom{

       background-image:url(main_bottom.gif);
       background-repeat:no-repeat;
       width: 826px;
       height: 
}

.main_text{
padding-left: 40px;
padding-right: 20px;
}

.headline{
font-size: 1.2em;
color: #1c4489;

}



#menu{
float: left;
background-image:url(navbar.gif);
background-repeat:no-repeat;
width: 166px;
margin-right: 10px;
}

.nav_text{
padding: 20px 5px 5px 5px;

}

.nav_bottom{
background-image:url(navbar_bottom.gif);
width: 166px;
height: 20px;
}

#menu li {
  display: inline;
  padding-left: 0;
  margin-left: 0;
  padding: 0;
  margin: 0;
}

#menu ul {

  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#menu li a:link {
  display: inline;
  padding: .2em 0 .2em 0;
  margin-left: 0;
  display: block;
/*  height: 1.8em; */
  color: #00f;
  font-weight: bold;
  text-decoration: none;
  border-top: solid 1px #999;
}

#menu li a:visited {
  display: inline;
  padding: .2em 0 .2em 0;
  margin-left: 0;
  display: block;
  color: #732b90;
  font-weight: bold;
  text-decoration: none;
  border-top: solid 1px #999;
}

#menu li a:hover  {
  color: #000000;
  background-color: #cfb3db;
  display: inline;
  padding: .2em 0 .2em 0;
  margin-left: 0;
  display: block;

  font-weight: bold;
  border-top: solid 1px #999;
}

.address
{
font-size: smaller;
text-align: center;
color: #666;
}

