html body {
    font: 14px/18px "Helvetica Neue", "Lucida Grande", 
        Calibri, Helvetica, Verdana, sans-serif;
    text-align: center:
    background-color: #000;
}

ul {
    list-style-type: none;
}

#wrapper {
    margin: 0 auto;
    padding: 0;
    width: 650px;
    text-align: left;
    background-color: #fff;
}

/* Header & Menu */
#header img {
    display: block;
    margin-left: -8px;
}

#menu {
    margin: 25px 0 75px 0;
    padding: 0;
}

#menu ul {
    display: block;
    background: #ffffff url(../images/menu_line.jpg) repeat-x 0 bottom;
    clear: both;
}

#menu li {
    padding-left: 18px;
    background: #ffffff url(../images/menu_line.jpg) repeat-x 0 bottom;
    display: block;
    float: left;
}

#menu li.first {
    padding: 0;
}

#menu a {
    font-size: 24px;
    padding-bottom: 10px;
    background: #ffffff url(../images/menu_line.jpg) repeat-x 0 bottom;
    display: block;
    color: #000;
}

#menu a:hover {
    background: #ffffff url(../images/menu_sub_current.jpg) repeat-x 0 bottom;
}

.current {
    background: #ffffff url(../images/menu_sub_current.jpg) repeat-x 0 bottom;
}

#menu ul {
    list-style-type: none;
}

/* Columns */
#content {
    clear: both;
}

/* Text Styles */

h2 {
    font-size: 20px;
    font-weight: bold;
}

h3 {
    font-size: 14px;
    font-weight: bold;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

strong {
    font-weight: bold;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

#content a {
    text-decoration: none;
    color: grey;
}

#content img {
    border: 0;
}

#content a:hover {
    color: #3c3c3c;
}

.portrait {
    border: 1px solid #000;
}

.project_logo a {
    text-decoration: none;
}

#booksio_logo {
    font: normal 50px Arial, Helvetica, Tahoma, sans-serif;
    text-decoration: none;
    letter-spacing: -4px
}

#books_logo {
    color: #b31b2e;
}

#books_logo_io {
    color: #000;
}

#vixio_logo {
    text-decoration: none;
    font: normal 50px Georgia, "Times New Roman", serif;
}

#vix_logo {
    color: #3f3f3f;
}

#vix_logo_io {
    color: #9d9d9d;
}
