body {
    background-color: #333333;
    font-family: Helvetica, Arial, sans;
}

body a {
    color: white;
    text-decoration: none;
}

#borders {
    position: absolute;
    top: -4px;
    left: -13px;
    right: -13px;
    bottom: -20px;
    z-index: -100;
}

#content {
    margin: 1px;
    position: relative;
    left: 0px;
    background-color: red;
}

#content table {
    padding: 0px;
    margin: 0px;
}

#container {
    position: relative;
    margin-top: 24px;
    margin-left: 24px;
    margin-right: 24px;
    top: 0px;
    left: 0px;
    padding: 2px;
}

.border { position: absolute; }

#border_1, #border_3, #border_7, #border_9 { width: 32px; height: 30px; }
#border_2, #border_8 { left: 32px; right: 32px; height: 30px; }
#border_4, #border_6 { top: 30px;  bottom: 30px; width: 32px; }

#border_1, #border_2, #border_3 { top:    0px; }
#border_1, #border_4, #border_7 { left:   0px; }
#border_7, #border_8, #border_9 { bottom: 0px; }
#border_3, #border_6, #border_9 { right:  0px; }

#border_1 { background-image: url("../images/border_1.png"); }
#border_2 { background-image: url("../images/border_2.png"); }
#border_3 { background-image: url("../images/border_3.png"); }
#border_4 { background-image: url("../images/border_4.png"); }
#border_6 { background-image: url("../images/border_6.png"); }
#border_7 { background-image: url("../images/border_7.png"); }
#border_8 { background-image: url("../images/border_8.png"); }
#border_9 { background-image: url("../images/border_9.png"); }

#me {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 96px;
    height: 96px;
    background-image: url("../images/me.jpg");
    background-color: white;
}

#status {
    position: absolute;
    top: 2px;
    left: 96px;
    right: 2px;
    height: 96px;
    background-color: white;
}



#banner {
    background-color: white;
    position: absolute;
    top: 0px;
    left: 96px;
    right: 0px;
    height: 96px;
}

#banner div.first {
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 8px;
    padding-bottom: 4px;
    right: 0px;
    color: #333;
    border-bottom: solid #d8d8d8 1px;

}

#banner div.second {
    padding-top: 6px;
    padding-left: 8px;
    font-size: 14px;
}

#form {
    padding-top: 96px;
    background-color: rgb(229, 227, 223);
}



#banner_shadow {
    position: absolute;
    top: 96px;
    left: 0px;
    right: 0px;
    height: 6px;
    background-image: url("../images/banner_shadow.png");
    z-index: 100;
}



#contact-buttons {
    -webkit-user-select: none;
    padding-top: 12px;
    padding-right: 8px;
    text-align: right;
}

#contact-buttons .button:active {
    background-color: #324F85;
    color: white;
}

#contact-buttons .button {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 5px;
    color: #324F85;
    -webkit-border-radius: 4px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.35);
    width: 72px;
    cursor: pointer;
}

#contact {
    padding: 16px;
    -webkit-border-radius: 8px;
}

#contact p {
    font-size: 12px;
}

#contact table {
    width: 100%;
}

#contact td {
    position: relative;
    top: 0px;
    left: 0px;
}

#contact .label {
    padding: 5px 8px 0px 8px;
    text-align: right;
    vertical-align: top;
    width: 48px;
    font-weight: bold;
    font-family: "Lucida Grande", sans;
    font-size: 12px;
}

#contact .math {
    padding: 5px 8px 0px 2px;
    font-family: "Lucida Grande", sans;
    font-size: 12px;
}

#contact .field {
    padding-right: 12px;
}

#contact .area {
    padding-right: 8px;
}

#contact input, #contact textarea {
    width: 100%;
}
    
#contact textarea {
    
}

#links {
    margin-top: 20px;
    text-align: center;
}

#links a {
    font-family: "Lucida Grande";
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
    color: #f2efe9;
    text-decoration: none;
}

#links a:hover {
    color: white;
    text-decoration: underline;
}

#copyright {
    margin-top: 16px;
    text-align: center;
    font-size: 10px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.05);
}
