
body {
    background: #000000;
    border: 0px;
    margin: 40px;
    color: #916A2F;
    font-size: 12px;
    font-family: Gothic Copperplate Bold, Arial, Helvetica, San-serif;
}

input,select,textarea {
    background-color: #000000;
    color: #CCCCCC;
}

.title {
    background: #000000 url('/images/hand.png') no-repeat;
    text-align: right;
    align: right;
    width: 780px;
    height: 500px;
    margin: 0px;
    border: 0px;
}

.abouttitle {
    background: #000000;
    text-align: right;
    align: center;
    width: 780px;
    margin: 0px 10px 40px 10px;
    border: 0px;
}

.core {
    background: #000000;
    width: 780px;
    height: 500px;
    margin: 0px;
    border: 0px;
}

.menu {
    float: right;
    align: right;
    width: 300px;
    margin-top: 30px;
    border: 0px;
}

.gallery {
    text-align: right;
    align: right;
    width: 300px;
    margin: 0px;
    border: 20px #000000 solid;
}

.about {
    position: relative;
    margin: 0px;
    border: 0px;
    right: 60px;
    top: 130px;
}

.aboutimage {
    border: 0px;
    float: left;
}

.abouttext {
    width: 220px;
    font-size: 12px;
    text-align: left;
    float: left;
    margin: 20px 20px 20px 20px;
}

.contact {
    position: relative;
    margin: 0px;
    border: 0px;
    right: 55px;
    top: 190px;
}

.contactform {
    float: left;
    margin-left: 350px;
    margin-top: 40px;
    text-align: left;
}

.error {
    color: #FF0000;
}

.message {
    color: #0000FF;
}

.footer {
    width: 780px;
    font-size: 6px;
    text-align: center;
    align: center;
}
