html { height: 100%; margin-bottom: 1px; }
/*droppy css*/
#nav { display: block; margin: 0; padding: 0; position: relative; z-index:999;}
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
/* Essentials - configure this */
#nav ul { width: 130px; }
#nav ul ul { left: 131px; }
/* Everything else is theming */
#nav {  height: 24px; }
#nav *:hover { background-color: none; }
#nav a {padding:5px 12px; border-right: 1px #4f4f4f solid;display:block;}
#nav li.hover a { }
#nav ul { top: 28px; }
#nav ul li a { background-color: #141414; }
#nav ul a.hover { background-color: #38393b; color:#f2f2f2;}
#nav ul a { margin-bottom:0px; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }


/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

.cms_txt_garamond{font-family:Garamond;font-size:18px;font-weight:bold;line-height:130%}
.galleryview h4{font-size:12px;}
.copyright{color:#fff;display:block;text-align:center;padding:15px;}
.copyright img{border:none;}
.copyright a{color:#fff;}