<!--
body {
    background-color: #4c0000;
    background-image: url(../img/bg.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    overflow-y: scroll;
}

body, div, table tr td, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 12px;
    color: #000;
    line-height: 1.5em;
}

#gallery {
    float: none;

}

.galleryItem {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    width: 147px;
    cursor: pointer;
}

.galleryPic {
    border: 1px solid #ccc;
}

.galleryPic img {
    margin-top: -10px;
    border: 0;
}

h1 {
    font-size: 18px;
    color: #560000;
    margin: 0px;
    margin-bottom: 15px;
}

input[type=text], textarea {
    border: 1px solid #0067ac;
    padding-left: 4px;
}

textarea {
    width: 100%;
    height: 80px;
    padding: 4px;
}

/*
	LAYOUT
*/
#container {
    position: absolute;
    top: 75px;
    left: 200px;
    width: 734px;
    height: auto;
}

#top {
    background-image: url(../img/top.jpg);
    background-repeat: no-repeat;
    width: 734px;
    height: 157px;
}

#main {
    background-color: #fff;
}

#logo {
    position: absolute;
    top: -57px;
    left: -37px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    width: 160px;
    height: 220px;
}

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

a:hover {
    text-decoration: underline;
}

.list_0 {
    margin-top: 10px;
    margin-bottom: 2px;
}

.list_1 {
    margin-left: 13px;
    margin-top: 4px;
    margin-bottom: 2px;
}

/*
    MENU LEVEL 0
    ////////////////////////////
*/
#menu {
    position: absolute;
    top: 220px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

#menu ul {
    margin: 0px;
    padding: 0px;
    width: 160px;
    list-style: none;
    text-indent: 0px;
}

#menu ul li {
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: 20px;
}

#menu ul a {

    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#menu ul li.act, #menu ul li a.act {
    color: #fff;
    background-color: #560000;
}

/*
    MENU LEVEL 1
    ////////////////////////////

#menu ul ul {
    list-style: none;
    margin-left: 0;
    padding-left: 2.5em;
    text-indent: -1em;
}

#menu ul ul a {
    color:#c3b26c;
    text-decoration:none;
    font-weight:bold;
    font-size:22px;
}
*/

/*
	CONTENT
	////////////////////////////
*/
#content {
    margin-left: 200px;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 20px;
}

p {
    margin: 0px;
    width: 300px;
    line-height: 18px;
    margin-bottom: 10px;
}

#copy {
    margin-top: 3px;
    margin-left: 2px;
    margin-bottom: 10px;
}

#copy, #copy a {
    color: #ccc;
    font-size: 10px;
    text-decoration: none;
}

-->

table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
}

table table td {
    vertical-align: top;
    padding-bottom: 10px;
    padding-right: 10px;
}

table table ul {
    padding-left: 0;
    list-style: none;
}

li.objectTable {
    display: table;
}

li.objectTable div {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

li.objectTable div:hover {
    opacity: 0.3;
    cursor: pointer;
}

li.objectTable div:active,
li.objectTable div.active {
    opacity: 0.5;
    cursor: pointer;
}

.active {
    opacity: 0.5;
}

li.objectTable div table {
    margin: 0;
}

li.objectTable img {
    display: inline;
    vertical-align: middle
}

li.objectTable td {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

ul {
    padding-left: 18px;
}

ul li {
    list-style: none;
}

.hide {
    display: none;
}
