body {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 12px;
    text-align: justify;
    margin: 2% 5%;
}

#wrap {
    width: 875px;
}

#content {
    background: url(../silkensen.jpg) no-repeat;
    padding-left: 115px;
    padding-right: 15px;
    margin-right: 10px;
    width: 460px;
    float: left;
}

#right {
    width: 390px;
    float: right;
}

ul {
    list-style-type: square;
}

ul li {
    margin-left: 17px;
    margin-bottom: 3px;
}

a {
    color: #979797;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

h2 {
    color: #333333;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 7px;
    font-weight: normal;
}

h3, h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 {
    color: #787878;
}

p {
    margin-bottom: 0 
}

p + p, blockquote + p, .indent {
    text-indent: 1.5em;
}

p + p, blockquote + p {
    margin-top: 0 
}