#pack {
    width:962px;
}

#header,#footer {
    background-repeat:repeat-x;
}
.nav {
    padding:0;
}
#main {
    position: relative;
}
#slide {
    width:962px!important;
    text-align:center;
    height:auto;
}

#slide img {
    display:block;
    max-width:100%;
    height:auto;
}

#slide img.single {
    margin-left:240px;
}

#slide div ul {
    width: 600px;
    margin-top:20px;
    text-align:left;
    min-height: 200px;
}

#slide div li a {
    text-decoration:underline;
}

#staff-text {
    position: absolute;
    right: 0;
    bottom: auto;
    top: auto;
    height: 200px;
}

#nav-left {
    z-index:1000;
    left:0;
    top:280px;
}

#nav-right {
    z-index:1000;
    right:0;
    top:280px;
}

.mt-1l {
    margin-top:1.5em;
}