.page_style {
    background-color:#edede8;
#    margin:20px;
   padding-left: 40px;
   padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.title_left {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 42px;
    position: relative;
    left: 40px;
}

.title_about {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    position: right;
    padding-left: 400px;
}

.title_contact {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888888;
    position: relative;
    padding-left: 50px;
}


.subtitle {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #555555;

  position: relative;
   left: 40px;
#    top: 150px;
}

.border {
    border-bottom: solid;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    border-width: thin;
    border-style: inset;
    border-color: #eeeeee;
    margin-top: 40px;
    margin-bottom: 15px;
}

.caption_left {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    font-weight: 300;
    color: #555555;
    left: 40px;
}

.caption_middle {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    font-weight: 300;
    color: #555555;
    left: 225px;
}

.caption_right {
    font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham SSm', Gotham, 'Proxima Nova', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    font-weight: 300;
    color: #555555;
    left: 420px;
}

.thumbnail_box {
    width:900px;
    margin: 0 auto;
}

.thumbnail {
#    float: left;
    width: 225px;
   height: 225px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top:  30px;
    margin-bottom: 0px;
}

a:link {
    text-decoration: none;
    color: #888888;
}

a:visited {
    text-decoration: none;
    color: #888888;

}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

a.title:link {
    text-decoration: none;
    color: #000000;
}

a.title:visited {
    text-decoration: none;
    color: #000000;
}

a.title:hover {
    text-decoration: none;
}

a.title:active {
    text-decoration: none;
}