



body {
   text-align: center;

       /* custom */
       background: #ffffff;
}


#c1 {
   margin: 0 auto;
   width: 796px;
   text-align: left;

       /* custom */
}

#c2 {

       /* custom */
}

#c3 {
   margin: 0 auto;
   width: 780px;
}

#topbar {


       /* custom */

}

#menu {
   /* most menu options found in css/menucss.asp */

       /* custom */
       background: #84c446;
}

#content {

       /* custom */


}

#content img[align=right] {
       margin-bottom: 5px;
       margin-left: 10px;
       float:right;
}

#content img[align=left] {
       margin-bottom: 5px;
       margin-right: 10px;
       float:left;
}

#lhs {
   float:left;

       /* custom - set width of lhs */
       width: 450px;
       margin-right: 50px;
}

#rhs {
   float: left;

       /* custom - set width of rhs */
       width: 220px;
		margin-top:170px;
}

#bottmenu {

       /* custom */
       text-align: center;
       font-size: 0.675em;
       line-height: 1.8em;
       color: #656565;
       padding-top: 3px;
       padding-bottom: 5px;
       border-top: 3px solid #00016c;
       border-bottom: 6px solid #00016c;
}

#contacts {
       text-align: center;
       font-size: 0.675em;
       color: #f1feff;
       background: #7cb700 url(../images/footgrad.jpg) repeat-x;
       border-top: 1px solid #f4fff6;
       padding-top: 15px;
       padding-bottom: 15px;
}

#contacts a {
       color: #ffffff;
}

#footer {
   margin: 0 auto;
   width: 796px;

       /* custom */
       padding-top: 20px;
       padding-bottom: 5px;
       background:  url(../images/footshadow.jpg) no-repeat;
       text-align: center;
       font-size: .675em;
       color: #ffffbb;
       margin-bottom:10px;
}

#footer a {

       color: #ffffbb;
}

#sitemap li {
       margin-left: 15px;
       padding-left: 5px;
       list-style-type: disc;
}

#sitemap li li {
       list-style-type: square;
}

#sitemap li li li {
       list-style-type: circle;
}




.gallery {
       text-align: center;
       margin-top:30px;
}


.clear {
       clear: both;
}


