
body {
    background: #ffffff url(graphics/bg.jpg) no-repeat top left;
    color: #000000
}

#main {
    position: absolute;
    left: 340px;
    top: 50px;
    width: 50%;
}
#main h1 {
    font-family : Serif;
    font-size : 25pt;
    font-style : italic;
    font-variant : small-caps;
    font-weight : bold;
    padding-bottom: 10px;
}
#main h2 {
    font-family : Serif;
    font-size : 20pt;
    font-style : italic;
    font-weight : bold;
    line-height : 10px;
    padding-bottom: 25px;
}

#main text {
    font-family : Serif;
    font-size : 12pt;
    font-style : normal;
    padding-bottom: 20px;
}

#menu {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
#menu ul {
    margin: 10px;
    padding: 0px;
}
#menu ul li {
    line-height: 2.5ex; 
    background: transparent url(graphics/button1.png) no-repeat top left; 
    display: block; 
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 5px;
    list-style-type: none;
}
#menu a:link {
    background-color: #ffffff;
    text-decoration: none;
    color: #006699;
}
#menu a:visited {
    background-color: #ffffff;
    text-decoration: none;
    color: #B7A5DF;
}
#menu a:hover, a:active {
    background-color: #ffffff;
    text-decoration: underline;
    color: #000099;
}

#head {
    position: relative;
    margin-left: 340px;
    width: 70%;
    padding: 0px;
}
#head #navi {
    font-family : Serif;
    font-size : 12pt;
    font-style : normal;
    text-align: center;
}

#bottom {
    position: relative;
}

#bottom #copy {
    color: #666666;
    background-color: #ffffff;
}

#bottom .text {
    font-family : Serif;
    font-size : 12pt;
    font-style : normal;
    padding-bottom: 20px;
}

#image {
}
#image .count {
    font-size : 10pt;
}
#image .navigation {
    font-family : Serif;
    font-size : 24pt;
    font-style : normal;
    font-weight : bold;
    left: 5px;
}
#image .navigation_grey {
    color: #C6C6C6;
    font-family : Serif;
    font-size : 24pt;
    font-style : normal;
    font-weight : bold;
    left: 5px;
}
#image .sizetext {
    font-family : Serif;
    font-size : 12pt;
    font-style : normal;
    font-weight : normal;
    left: 5px;
}
#image .sizetext_grey {
    color: #C6C6C6;
    font-family : Serif;
    font-size : 12pt;
    font-style : normal;
    font-weight : normal;
    left: 5px;
}
#image a:visited {
    background-color: #ffffff;
    text-decoration: none; 
    color: #006699;
}
#image a:hover, a:active {
    background-color: #ffffff;
    text-decoration: none; 
    color: #B7A5DF;
}
#image .border {
    border-bottom-color : #996633;
    border-bottom-style : groove;
    border-bottom-width : 15px;
    border-collapse : separate;
    border-left-color : #996633;
    border-left-style : groove;
    border-left-width : 15px;
    border-right-color : #996633;
    border-right-style : groove;
    border-right-width : 15px;
    border-top-color : #996633;
    border-top-style : groove;
    border-top-width : 15px;
    padding: 0px;
    border-spacing: 0px;
    background-color: #000000;
}


a:link {
    background-color: #ffffff;
    text-decoration: none;
    color: #006699;
}
a:visited {
    background-color: #ffffff;
    text-decoration: none; 
    color: #B7A5DF;
}
a:hover, a:active {
    background-color: #ffffff;
    text-decoration: underline; 
    color: #000099;
}

