body {
    background-color: #000000;
    background-image: url("../img/bg.png");
	background-position: center 30px;
	background-repeat: no-repeat;
	background-attachment: fixed;
    color: #444444;
    font-family: sans-serif;
    font-size: 10pt;
}

a {
    text-decoration: none;
    color: #898989;
}

table {
    margin-left: 0px;
    vertical-align: top;
}

td {
    vertical-align: top;
    padding-left: 0px;
    padding-right: 5px;
}

img {
    border-width: 0px;
    vertical-align: top;
    padding: 0px 10px 10px 0px;
}

.leftimage {
   float: left;
}

input, textarea {
    background-color: transparent;
    color: #ffffff;
    border-width: 1px;
    border-style: solid;
    width: 300px;
}

/* MENU */
#menu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 205px;
    margin: 205px auto auto;
    width: 700px;
}

#menutable {
    width: 100%;
    text-align: center;
}

.menuimg {
    border: 0px;
}

#borderdiv {
    margin-left: auto;
    margin-right: auto;
    margin: 0px auto auto;
    width: 700px;
    height: 4px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #444444;
}

/* CONTENT */

#content {
    padding: 0px;
    margin-top: 30px;
    margin: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    height: 320px;
    overflow: hidden;
}

#contentleft {
    width: 190px;
}

#contentspacer {
    width: 20px;
}

#contentright {
    width: 450px;
    text-align: justify;
    padding: 0px;
    padding-right: 15px;
}

#contentdivout {
    height: 310px;
    overflow: hidden;
}

#contentdivin {
    margin-top: 0px;
}

#scrollerRowUp {
    height: 100px;
    vertical-align: top;
}

#scrollerRowBack {
    height: 100px;
    vertical-align: middle;
}

#scrollerRowDown {
    height: 100px;
    vertical-align: bottom;
}

#contentscroller {
    width: auto;
}

#scrollUpArrow {
    cursor: n-resize;
}

#scrollDownArrow {
    cursor: s-resize;
}

.backimg {
    cursor: w-resize;
}

/**** Page-specific classes ****/

/* News */
#newsdivout {
    width: 180px;
    height: 100px;
    text-align: justify;
    cursor: crosshair;
    overflow: hidden;
}

#newsdivin {
    margin-top: 0px;
    overflow: hidden;
}

.newsdate {
    font-style: italic;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
}

.newstext {
    font-size: 8pt;
}

/* Works */
.workscovercell {
    padding-right: 15px;
}

/* Band */
.membercell {
    width: 80px;
}

/* Pics */
#picviewer {
    position: fixed;
    background-image: url("../img/bg_semi.png");
	background-repeat: repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    overflow: auto;
}

#picviewertable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin: 15px auto 15px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    padding: 10px;
}

/* Guestbook */
.namecell {
    width: 80px;
}

/**** Spacers ****/

.intercell {
    height: 30px;
}

.intercell2 {
    height: 15px;
}

.bigger {
    font-size: 13pt;
}

.smaller {
    font-size: 8pt;
}

.title1 {
    font-size: 15pt;
    font-weight: bold;
}

.title2 {
    font-size: 12pt;
    font-weight: bold;
}

.bolder {
    font-weight: bold;
}

.description {
    text-align: left;
    font-style: italic;
}

.fullwidthtable {
    width: 100%;
    text-align: left;
}

.centeredcell {
    text-align: center;
}

.vcenteredcell {
    vertical-align: middle;
}

.fulldatecell {
    width: 120px;
}

.datecell {
    width: 100px;
}

.showinfocell {
    width: 30px;
}
