@charset "utf-8";

body {
        background: #ffffff;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
}
#header {
        position: relative;
        width: 800px;
        height: 150px;
        margin: auto;
}
#navigation {
        position: absolute;
        bottom: 0px;
        left: 0px;
}
#logo {
        width: 162px;
        height: 82px;
        position: absolute;
        right: 0px;
        bottom: 0px;
}
#main {
        width: 800px;
        min-height: 250px;
        max-height: 350px;
        margin: auto;
        margin-top: 15px;
        margin-bottom: 15px;
                position: relative;
}
#footer {
        width: 800px;
        height: 25px;
        margin: auto;
}
#mainimage {
        border: 1px solid #444444;
}
#info {
        width: 800px;
        height: 250px;
        position: absolute;
        top: 0px;
        background-color: #000000;
        opacity: .7;
        -moz-opacity: 0.7;
        filter: alpha(opacity=70);
        z-index: 100;
}
#portfolio {
                width: 800px;
                height: 350px;
                position: relative;
}
#thumbs {
                width: 80px;
                height: 350px;
                position: absolute;
                left: 0px;
}
#main_view {
                width: 700px;
                height: 350px;
                position: absolute;
                right: 0px;
}
#menu {
        opacity: 1.0;
                -moz-opacity: 1.0;
        filter: alpha(opacity=100);
                z-index: 110;
                font-family: Verdana;
                font-size: 10px;
                padding-left: 10px;
                padding-top: 10px;
                position: absolute;
}
img {
        border: 0px;
                display:block;
}
a {
                color: #ffffff;
                text-decoration: none;
}



.line {
        width: 800px;
        height: 1px;
        border-top: 1px solid #b4b4b4;
        margin: auto;
        font-size: 0px;
}
.text_footer {
        font-family: Verdana;
        font-size: 9px;
        color: #9f9f9f;
}
.link {
        font-family: Verdana;
        font-size: 12px;
        color: #9f9f9f;
        text-decoration: none;
}
.current {
        font-family: Verdana;
        font-size: 12px;
        color: #ea5d0e;
        text-decoration: none;
}
.text {
        font-family: Verdana;
        font-size: 10px;
        color: #444444;
        padding-right: 10px;
}
.textlinks {
        font-family: Verdana;
        font-size: 10px;
        color: #444444;
}
.textlinks:hover {
        font-family: Verdana;
        font-size: 10px;
        color: #ea5d0e;
}