html,
body {
    width:100%;
    height:100%;
}

body{
    margin:0px;
    font-family:"Arial", Helvetica, sans-serif;
    font-size:12px;
    color:#646464;
}

#content{
    margin:0px auto;
    width:936px;
    height:100%;
}

#logo {
    margin:80px 0px 0px 0px;
}

#nav{
    margin:0px 0px 60px 0px;
} 

#nav a {
    margin:0px 20px 0px 0px;
    text-decoration:none;
    color:#646464;
    font-weight:bold;
    font-size:14px;
    float:left;
}

#text {
    margin:80px 0px 30px 0px;
}

#text h2 {
    margin:30px 0px 20px 0px;
    width:70%;
    font-size:16px;
    font-weight:lighter;
    background:url('../img/_line.png') 0px 16px no-repeat;
}

#text p {
    width:60%;
    line-height:18px;
}

ul {
    width:60%;
    line-height:18px;
}

#text img {
    margin:0px 20px 10px 0px;
    border:3px solid #fff;
    -webkit-box-shadow:0px 0px 5px 1px black;
    -mozilla-box-shadow:0px 0px 5px 1px black;
    -o-box-shadow:0px 0px 5px 1px black;
    -khtml-box-shadow:0px 0px 5px 1px black;
    -ms-box-shadow:0px 0px 5px 1px black;
    -chrome-box-shadow:0px 0px 5px 1px black;
    box-shadow:0px 0px 5px 1px black;
    float:left;
}

#text a {
    color:#000066;
    text-decoration:none;
}

#text a:hover {
    text-decoration:underline;
}

label {
    margin:8px 0px 0px 0px;
    width:100px;
    float:left;
}

.input,#inMsg {
    margin:5px 0px 0px 0px;
    border:1px solid #646464;
    background:transparent;
    color:#646464;
    font-family:"Arial", Helvetica, sans-serif;
    font-size:12px;
    width:400px;
    float:left;
}

.btn {
    margin:10px 0px 0px 0px;
    border:0px none;
    padding:5px 10px;
    color:#fff;
    font-size:14px;
    background:#646464;
    cursor:pointer;
    float:left;
}

#errorName,
#errorEmail,
#errorInMsg,
#mailSuccess {
    margin:0px 0px 0px 100px;
    color:#ff0000;
    font-size:11px;
}

#mailSuccess {
    margin:0px 0px 0px 0px;
    font-size:12px;
}

.cc{
    margin:0px;
    border:0px none;
    padding:0px;
    clear:both;
    width:100%;
    height:0px;
    display:block;
    font-size:0px;
    background:transparent;
}