* {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    font-family: "Times New Roman", Times, serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 14px;
}
ul, li {
    list-style-type: none;
}
a {
    outline: none;
    text-decoration: none;
}
img {
    border: none;
    display: block;
}
p {
    margin: 0 0 14px 0;
}
.portfolio p {
    margin: 0 0 28px 0;
}
h1 {
    border-bottom: dashed 1px #000;
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 2px;
    padding-bottom: 2px;
    width: 128px;
}
h1.h1portfolio {
    border: none;
    margin-bottom: 0px;
    width: 500px;
}
h1.h2portfolio {
    border: none;
    margin-bottom: 0px;
    width: 500px;
    color: #808080;
}
div.border1 {
    border-top: dashed 1px #000;
    height: 1px;
    margin-bottom: 2px;
    width: 128px;
}
div.border2 {
    border-top: dashed 1px #000;
    height: 1px;
    width: 128px;
}
#nav-wrapper {
    background-color: #fff;
    left: 45px;
    padding: 0 9px 0 0;
    position: absolute;
    top: 24px;
    width: 128px;
    z-index: 100;
}
a:link, a:visited {
    color: #000;
}
a:hover, a:active {
    color: red;
}
#nav-wrapper div {
    border-bottom: dashed 1px #000;
    padding: 0 0 2px 0;
}
#nav-wrapper li {
    border-bottom: dashed 1px #000;
    padding: 2px 0;
}
#nav-wrapper a {
    display: block;
}
#nav-wrapper li.last {
    border: none;
}
#nav-wrapper li ul {
    border-top: dashed 1px #000;
    margin: 2px 0 -2px 0;
}
#nav-wrapper li ul li {
    margin: 0 0 0 15px;
}
#front-image-wrapper {
    left: 45px;
    top: 45px;
    position: absolute;
}
#front-image-wrapper img {
    /* padding: 0 0 45px 0; */
}
#front-image-wrapper div#caption-wrapper {
    margin: 5px 0 0 0;
    border-top: dashed 1px #000;
    padding: 2px 0 0 0;
    width: 128px;
}
/*
#caption-wrapper {
    background-color: #fff;
    bottom: 45px;
    position: absolute;
    width: 200px;
    z-index: 100;
}
*/
#text-wrapper {
    background-color: #fff;
    left: 197px;
    position: absolute;
    top: 43px;
}
#text-wrapper p {
    width: 325px;
}
#text-wrapper img {
    margin-bottom: 4px;
    margin-top: 5px;
}
.oneandahalf-line-space {
    margin-bottom: 5px;
}
#slideshow {
    height: 600px;
    width: 900px;
}