body {
    background-color: #282828;
}

div,
a {
    font-family: times, serif;
    font-weight: bold;
    color: #000000;
}

.main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;

    background: url(../img/salon-top.jpg) no-repeat,
                url(../img/salon-bottom.png) 0 676px no-repeat,
                url(../img/bg.gif) 0 676px repeat;
}

a:hover {
    text-decoration: none;
}

.name_box {
    position: absolute;
    right: 0;
    top: 401px;
    padding: 10px;

    font-size: 18px;
}

.name_box a:link,
.name_box a:visited {
    color: #000000;
}

.name_box a:hover {
    color: #ffffff;
}

.contact_box {
    position: absolute;
    right: 0;
    top: 458px;
    padding: 5px;

    font-size: 14px;
}

.red_box {
    background-color: #cc0000;
}

.red_box2 {
    background-color: #cc0000;
}

.contact_box a:link,
.contact_box a:visited {
    color: #000000;
}

.contact_box a:hover {
    color: #ffffff;
}

.projects_header {
    position: absolute;
    top: 528px;
    left: 284px;

    color: #000000;
    font-size: 24px;
}

.projects_start {
    position: relative;
    width: 800px;
    height: 570px;
    display: block;
}

.projects_major {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 760px;
}

.projects_major>div {
    display: inline-block;
    width: 370px;
}

.projects_major p {
    margin: 0;
}

.projects_major a {
    color: #ffffff;
}

.projects_major a:hover {
    color: #000000;
}

.projects_major>:first-child {
    vertical-align: top;
    float: left;
}

.projects_major>:nth-child(2) {
    vertical-align: top;
    float: right;
}

.project_major_icon {
    display: inline-block;
    width: 78px;
    height: 78px;
    vertical-align: top;
}

.project_major_text {
    display: inline-block;
    margin-left: 5px;
    width: 283px;
}

.project_major_text a:hover {
    color: #000000;
}

.project_major_title,
.project_major_title a {
    color: #ffffff;
    font-size: 14px;
    word-wrap: break-word;
}

.project_major_description {
    font-size: 12px;
    word-wrap: break-word;
}

.projects_minor_offset {
    position: relative;
    width: 800px;
    height: 22px;
    display: block;
    /* clear the float style in the project_major divs */
    clear: both;
}

.projects_minor {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section_header {
    font-size: 24px;
    margin-top: 40px;
    margin-left: 20px;
    height: 45px;
}

.project_title {
    display: inline-block;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.project_title img {
    vertical-align: top;
}

.project_title a:link,
.project_title a:visited {
    color: #fff;
}

.project_title a:hover {
    color: #000000;
}

.project_description {
    display: inline-block;
    font-size: 14px;
    padding-left: 25px;
}

.project_separator {
    height: 12px;
}

.footer {
    width: 800px;
    margin-top: 40px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    color: #000000;
    text-align: center;
}
