body {
    letter-spacing: 1px;
    font-family: Times New Roman,Times,serif;
    color: black;
}

div.content, div.content p {
    color: black;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    /* font-family: "Palatino, serif";*/
    padding: 5px;
}

/* for text pages */
div#about, div#shop, div#stockists, div#contact, div#press {
    min-height: 455px;
    padding-top: 95px;
}

/* just 1 line for now... */
div#shop, div#stockists, div#contact, div#press {
    text-align: center;
}
/* "center" the content */
div#about p {
    margin-left: 40px;
    margin-right: 40px;
}

/* center */
img.center, div#slider, #menu_wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*centers the menu*/
#menu_wrap {
    width: 573px;
    padding-top: 5px;
}

/* a's */
div.content a {
    text-decoration: none;
    color: black;
    border-bottom: 1px solid #aaaaaa;
}

.menu a , .submenu a {
    text-decoration: none;
    margin: 7px;
    padding: 1px;
}

.menu a:hover span,.submenu a:hover span{
    color: gray;
}

/* if menu active --> gray */
.menu a span, .submenu a span {
    color: black;
    font-size: 15px;
}
.menu a span.active, .submenu a span.active {
    color: gray;
}

.submenu {
    padding-top: 5px;
    /* padding-left: 5px; hack */
    min-height: 30px; /* ensure space */
}

div#credits {
    margin-top: 100px;
}
div#credits p {
    text-align: left;
    margin-left: 60px;
    padding: 0px;
    line-height: 8px;
}

