BODY, HTML {
    background: #000;
    color: #fff;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

IMG {
    border: 0;
}

P.html404 {
    font-size: 20px;
}

DIV#body {
    margin: 0px;
    margin-top: 24px;
    padding: 0px;
    text-align: right;
}

DIV#head {
    width: 900px;
    margin: auto;
    color: #939597;
}

DIV#head DIV#innerHead {
    padding: 0px 0px 2px 10px;
}

DIV#head A {
    color: #616365;
}

DIV#page {
    background: #fff;
    color: #616365;
    margin: auto;
    text-align: left;
    width: 900px;
    margin-bottom: 40px;
}

DIV#innerPage {
    padding: 10px 0 10x 10px;
    min-height: 580px;
}

DIV#menu {
    width: 220px;
    float: left;
    position: relative;
}

DIV#content {
    width: 680px;
    float: left;
    height: 580px;
    max-height: 580px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;

}

.lighter {
    color: #616365;
}

.href {
    cursor: pointer;
    _cursor: hand;
}

.textCenter {
    text-align: center;
}

.fullWidth {
    width: 100%;
}

.invisible {
    display: none;
}

HR.chatty {
    border: 0px solid #fff;
    border-top: 2px dotted #C7C4C4;;
}

DIV#content TABLE#tabContent {
    height: 100%;
}

DIV#content DIV.picturePreview {
    position: relative;
    width: 140px;
    top: 60px;
    height: 540px;
    text-align: center;
    padding: 5px;
    z-index: 0;
}

DIV#content DIV.arrowUp {
    position: absolute;
    top: 0px;
    width: 150px;
    height: 55px;
    text-align: center;
    background: #fff;
    z-index:10;
    background: #fff url('../images/arrow_up.png') center center no-repeat;
}

DIV#content DIV.arrowDown {
    position: absolute;
    top: 515px;
    width: 150px;
    height: 53px;
    text-align: center;
    background: #fff;
    z-index:10;
    padding-top: 10px;
    background: #fff url('../images/arrow_down.png') center center no-repeat;
}

DIV#content DIV.left {
    width: 400px;
    margin-left: 240px;
}

DIV#content DIV.center {
    width: 550px;
    margin-left: 180px;
}

DIV#content TABLE.pictures {
    height: 100%;
    margin: 0px;
    top: 0px;
    position: absolute;
    overflow: hidden;
}

DIV#content TD.top {
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

DIV#content DIV.centerStock {
    width: 450px;
    margin-left: 100px;
    text-align: center;
}

DIV#content a.lightbox {
    cursor: -moz-zoom-in;
}

DIV#content div.number {
    left: 580px;
    top: 460px;
    position: absolute;
}

div#myspace{
    top: 626px;
    right: 200px;
    position: absolute;
}

DIV#content DIV.center TABLE {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

DIV#content DIV.center TABLE TD.separator {
    width: 50px;
}

DIV#content IMG#next {
    position: absolute;
    top: 276px;
    left: 646px;
}

DIV#content IMG#prev {
    position: absolute;
    top: 276px;
    left: 612px;
}

DIV#menu A#back {
    margin-left: 30px;
}

DIV#menu A#back IMG {
    margin-top: 5px;
}

DIV#menu UL {
    margin: 0px;
    margin-top: 12px;
    margin-left: 30px;
    padding: 0px;
}

DIV#menu UL LI {
    list-style: none;
}

DIV#menu UL LI A {
    color: #616365;
    text-decoration: none;
}

DIV#menu UL LI A:hover {
    color: #939597;
}

DIV#logo {
    position: absolute;
    top: 280px;
    left: 30px;
}