body {
/*     background-image: url(assets/images/brick-bg1.jpg); */
/*     background-repeat: repeat-x; */
/*     background-position: top center; */
    background-color: #000000;
    margin: 0px auto;
}

#wrapper {
    background-image: url(assets/images/speakeasy-bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px auto;
    width: 1280px;
    min-height: 900px;
/*     border: 3px solid red; */
}

#inner-wrapper {
/*     background-image: url(assets/images/jake-3.png); */
/*     background-repeat: no-repeat; */
/*     background-position: top center; */
    margin: 0px auto;
    width: 1280px;
    min-height: 900px;
    position: relative;
}

#column-1 {
    float: left;
    width: 233px;
    min-height: 900px;
    padding-left: 79px;
}

#column-2 {
    float: left;
    width: 379px;
    min-height: 900px;
}

#column-3 {
    float: left;
    width: 367px;
    min-height: 900px;
}

#column-3 ul {
    margin: 0px;
    padding: 0px;
}

#column-3 ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #4d4d4d;
}

#column-3 ul li.last {
    border-right: 0px solid #4d4d4d;
    padding: 0px 0px 0px 5px;
}

#column-3 a, #column-3 a:hover, #column-3 a:visited, #column-3 a:active {
    color: #4d4d4d;
}

#column-3 a:hover {
    color: #7f7f7f;
}

#pics {
    position: absolute;
    top: 128px;
    left: 449px;
}

#menu {
    position: absolute;
    left: 150px;
    top: 65px;
/*     background-image: url(assets/images/menu-1.png); */
/*     background-repeat: no-repeat; */
/*     background-position: top center; */
    width: 230px;
    height: 315px;
    z-index: 97;
}

#footer-ip ul {
    margin: 0px;
    padding: 0px;
}

#footer-ip ul li {
    display: inline;
    list-style-type: none;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #4d4d4d;
}

#footer-ip ul li.last {
    border-right: 0px solid #4d4d4d;
    padding: 0px 0px 0px 5px;
}

#footer-ip a, #footer-ip a:hover, #footer-ip a:visited, #footer-ip a:active {
    color: #4d4d4d;
}

#footer-ip a:hover {
    color: #7f7f7f;
}

#footer-ip {
/*     position: absolute; */
/*     top: 819px; */
/*     right: 25px; */
    width: 1280px;
    height: 50px;
    margin: 0px auto;
    text-align: center;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

#menu-container a {
    position: relative;
    z-index: 98;
}
