/* CSS Document */
p { line-height:20px; }

.content_container { padding-bottom:40px; min-height:820px; text-align:center; }
/*.gallery_banner { background:url(../img/banner.jpg) no-repeat; width:960px; height:350px; border: thin solid #ff6600; border-width: 1px 0 0; }*/
.body { margin-top:-12px; position:absolute; }

/* NAV BUTTONS */
.navbarHorz { width: 960px; position:relative; text-align: center; margin: -20px 0px 0px 0px; padding:25px 0px 0px 0px; z-index:50; }
.navbarHorz_list { list-style-type: none; text-align: center; }
.navbarHorz_list li { background:url(../img/navbar_bkgd.png) no-repeat; float: left; width:92px; height:28px; margin:0px 10px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; letter-spacing:-1pt; }
.navbarHorz_list li a { width: 92px; height:28px; padding:5px 0px 0px 0px; display:block; font-size:14px; color:#FFF; }
.navbarHorz_list li a:hover { background: url(../img/navbar_hover.png) no-repeat; width:92px; height:28px; color:#FFF; }
.selected { background: url(../img/navbar_select.png) no-repeat; color:#FFF; }
.navbarHorz_list li a:visited { color:#FFF; }


