
body {
   text-align: center;
   font-family: "Lucida Sans", Tahoma, Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 20px;
   background: #333;
}

a {
   text-decoration: none;
   color: #4da5ff;
}

a:hover {
   text-decoration: underline;
}

p {
   margin-bottom: 20px;
}

strong {
   font-weight: bold;
}

#wrapper {
   position: relative;
   text-align: left;
   width: 800px;
   margin: 30px auto 30px auto;
   background: #fff;
   border-style: solid;
   border-color: #000;
   border-width: 2px 3px 3px 2px;
}

img#banner {
   margin-top: 10px;
   /*margin: 50px 16px 0px 16px;*/
}


/*** MENU ***/

#menu {
   margin: 10px 25px 25px 25px;
   height: 50px;
   background: url('img/menuback.png');
   /*border: 1px solid #00f;*/
}

#menu ul li {
   display: inline;
}

#menu ul {
   margin-left: 30px;
}

#menu img {
   margin: 12px 20px;
}


/*** INFO ***/

#info {
   float: right;
   width: 225px;
   margin: 0 25px 25px 0;
   font-size: 14px;
   /*border: 1px solid #0f0;*/
}

#info h3 {
   font-size: 16px;
   line-height: 22px;
   font-weight: bold;
   margin-top: 30px;
}


/*** CONTENT ***/

#content {
   width: 500px;
   margin-left: 25px;
   /*border: 1px solid #f00;*/
}

#content h2 {
   font-size: 14px;
   font-weight: bold;
   margin-bottom: 14px;
}

#groups #content ul {
   font-size: 10px;
   line-height: 16px;
   display: inline-block;
   vertical-align: top;
   margin-right: 14px;
}

#home #content {
   background: url('img/slideshowback.png') no-repeat;
   height:320px;
}


/*** FOOTER ***/

#footer {
   clear: both;
   height: 30px;
}

.slideshow {
   overflow: hidden;
}
#imageshow {
   width: 497px;
   height: 297px;
}
.slideshow img {
   border: 1px solid #000;
}

#caption {
   color: #555;
   margin-top: 10px;
   font-size: 11px;
   height: 20px;
}

