body, html {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #fefefe;
}

html {
}

.background {
    background-color: #fefefe;
    background-image: url(images/layer_header.jpg);
    background-repeat: repeat-x;
}

h1, h2, h3, h4 {
    font-weight: 300;
    color: #666;
}

.content {
    padding-top: 20px;
    font-size: 1.1em;
}

content h2 {
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.logoright {
    float: right;
}

.header {
    height: 59px;
    background-image: url(images/layer_header.jpg);
    background-repeat: repeat-x;
    background-position: center;
}

.title {
    position: relative;
    top: 15px;
    color: #f5f5f5;
    font-size: 16px;
}

.background_bottom {
    background-image: url(images/layer_content_top.jpg);
    background-repeat: repeat-x;
    color: #555;
}

/* content */
.content_pic {
    float: left;
    height: 326px;
    width: 503px;
    overflow: hidden;
}

.content_text {
    padding: 10px 10px 0 10px;
    margin: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 310px;
    width: 300px;
}

.content {
    color: #333;
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
    text-align: justify;
    font-family: serif, Times;
}

.content a {
    color: #888;
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
}

.content a img {
    border: 0;
}