body {
    margin: 0px;
    background-image: url('../images/background.png');
    background-position: top left;
    background-repeat: repeat-y;
    background-color: #000000;
}

.hidden {
    display: none;
}

#line {
    position: absolute;
    top: 127px;
    left: 0px;
    width: 100%;
    height: 15px;
    background-color: #CC0099;
    font-size: 5px;
}

#title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 373px;
    height: 142px;
    background-image: url('../images/title.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#title a {
    width: 373px;
    height: 142px;
    display: block;
}

#content {
    position: absolute;
    top: 142px;
    left: 158px;
    padding-top: 35px;
    padding-left: 20px;
    width: 512px;
    background-image: url('../images/corner_white.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#menu {
    position: absolute;
    top: 142px;
    left: 0px;
    width: 158px;
    background-image: url('../images/corner_purple.png');
    background-position: top left;
    background-repeat: no-repeat;
}

#about {
    margin-top: 40px;
    margin-left: 20px;
    background-image: url('../images/about.png');
    background-position: top left;
    background-repeat: no-repeat;
    border-left: 2px solid #CC0099;
    padding-top: 20px;
    padding-left: 8px;
    line-height: 100%;
}

#events {
    margin-top: 40px;
    margin-left: 20px;
    background-image: url('../images/events.png');
    background-position: top left;
    background-repeat: no-repeat;
    border-left: 2px solid #CC0099;
    padding-top: 20px;
    padding-left: 8px;
    line-height: 100%;
}

h1 {
    margin-top: 0px;
    color: #CC0099;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
}

.member {
    color: #CC0099;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

p {
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 150%;
}

ol {
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 150%;
}

a {
    color: #CC0099;
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
}

a.menu {
    color: #333333;
    text-decoration: none;
}

.english {
    padding-left: 20px;
    background-image: url('../images/en.png');
    background-position: center left;
    background-repeat: no-repeat;
}

.submenu {
    margin-left: 10px;
    margin-bottom: 5px;
}

img {
    display: block;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

img.inline {
    display: inline;
}

.photos {
    margin-top: 5px;
    margin-left: 5px;
    width: 150px;
    float: right;
}

.photo {
    margin: 0px;
    border: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

th, td {
    padding-left: 5px;
    padding-right: 5px;
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

th {
    font-weight: bold;
}

td.photo {
    padding: 5px;
    text-align: center;
}

