/* -------------------------------------------------------------------------- */
/* -----| GENERAL |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

.pageWrap {
    margin: 20px auto;
    width: 940px;
}


/* -------------------------------------------------------------------------- */
/* -----| CONTENT |---------------------------------------------------------- */
/* -------------------------------------------------------------------------- */


h6, h6 a:link, h6 a:visited, h6 a:hover, h6 a:active {
    background-color: #404040;
    color: #FFF;
    letter-spacing: 1px;
    margin: 20px 0;
    padding: 5px;
    font-size: 18px;
}

h6 a:hover {text-decoration: underline;}



/* -------------------------------------------------------------------------- */
/* -----| MISCELLANEOUS |---------------------------------------------------- */
/* -------------------------------------------------------------------------- */

#cboxCurrent {
    display: none !important;
}


