@charset "UTF-8";

body {
    /*background: url(/images/img001.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-background-size: 100% 100%;
    min-height: 100%;
    min-width: 1024px;
    height: auto;*/
}

#main {
}

#content {
    top: 50px;
    left: 50px;
    position: fixed;
}

#logo {
    margin-bottom: 67px;
    overflow: hidden;
}

#logo h1 {
    color:#676767;
    font-weight: normal;
    letter-spacing: 0.25em;
}

#logo a {
    color:#676767;
    text-decoration: none;
}

#logo a:hover {
    color:#676767;
    text-decoration: none;
}

#nav {

}

#nav a {
    color:#676767;
    text-decoration:none;
    position: relative;
}

#nav a:hover {
    color:#676767;
    text-decoration:none;

}

#nav ul {
    display: block;
}

#nav li {
    letter-spacing: 0.25em;
    padding-bottom: 1em;
}




/* ------------------------

About

------------------------ */

#about {

}

#about h2 {
    color:#676767;
    font-size: 120%;
    font-weight: normal;
}

#about h3 {
    color:#676767;
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 1em;
}

#about h4 {
    color:#676767;
    font-weight: normal;
}

#about p {
    color:#676767;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2;
}

#about address {
    color: #676767;
    font-size: 80%;
    margin: 0 0 1em;
}

#about address a {
    color: #676767;
}

#link {
    color:#676767;
    font-size: 80%;

}

#link a {
    color:#676767;
    text-decoration:none;
    position: relative;
}

#link a:hover {
    color:#676767;
    text-decoration:none;

}


