body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: rgb(15,29,37);
    margin: 0.8em 1.2em;	    
    background-color: white;
    background-image: url('bg2.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    line-height: 1.5;
}

a {
    color: rgb(241,133,38);
}
a:hover {
    color: rgb(15,29,37);
}

h1 {
    border-bottom: 1px dotted rgb(15,29,37);
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    letter-spacing: 0.01em;
    font-weight: normal;
}

#banner a img {
    border: none;
}

#nav {
    position: absolute;
    width: 12em;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    line-height: 1.25;
}
#nav li {
    margin: 1.1em 0;
}
#nav li a {
    text-decoration: none;
}
#nav li a:hover {
}

#content {
    width: 50em;
    position: absolute;
    left: 18em;
    padding-bottom: 1em;
}

h2 {
    font-size: 15px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 0.5em;
    letter-spacing: 0.05em;
}

h3 {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 1.2em;
    margin-bottom: -0.8em;
}

ul {
    padding-left: 1.5em;
    list-style-type: square;
}

#building-photo {
    text-align: center;
}

.contact {
    text-align: center;
    font-size: 14px;
}

.location {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
