html, body {
    margin: 0px;
    padding: 0px;
    color: white;
    font-family: sans-serif;
    font-size: 10pt;
    overflow: hidden;
}

*{
	box-sizing: border-box;
}

a:link {
  color: #824d82;
  }

a:visited {
  color: #824d82;
  }

a:focus {
  color: #824d82;
  }

a:hover {
  color: #824d82;
  }

a:active {
  color: #824d82;
  }

#background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #f2ddcf;
}

#background img {
    height: 100%;
    width: 100%;
}

a img {border: 0;}

#allbox {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#scrollbox {
    width: 100%;
    overflow: auto;
    height: 85%;
    margin-top: 71px;
}

#intro {
    background-image: url(../images/intro.png);
    width: 572px;
    height: 324px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-left: 50px;
    padding-right: 80px;
}


.enter {
    font-size: 1.5em;
    color: white;
    text-decoration: none;
}

#banner {
    background-image: url(../images/black.png);
    height: 71px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

#banner2 {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    height: 40px;
    /*width: 900px;*/
    width: 943px;
}

#logo {
    float: left;
    margin-top: 15px;
    padding-right: 25px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
}

.menu li {
    float: left;
    border-left: 1px solid gray;
    min-width: 10em;
}

.menu li:first-child {
    border: none;
}

.menu li a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    z-index: 10;
}

.menu li a:hover {
    color: #dcb8d5;
}

.sub {
    padding-top: 17px;
    z-index: 10;
}

* html .sub {
    padding-top: 14px;
}
*+html .sub {
    padding-top: 14px;
}

.menu .sub li {
    border: 0;
    background-image:url("../images/black.png");
}

.sub li a{
    /*background-image: url(../images/black.png);*/
    padding: 8px;
    padding-left: 15px;
    margin-bottom: 1px;
    width: 137px;
    text-align: left;
    z-index: 10;
}

* html .sub li a{
    margin-bottom: 0px;
}

#main {
    padding-top: 43px;
    float: right;
}

#textbox {
    background-image: url(../images/black.png);
    padding: 20px;
    top: 120px;
    position: relative;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

* html #textbox {
    margin-top: 120px;
}


#contentbox {
    border: 1px solid gray;
    padding: 20px;
    min-height: 400px;
    line-height: 1.5em;
}
* html #contentbox {
    height: 400px;
}

#contentbox ul {
	margin-top: 0em;
}


#contentbox li {
    list-style: circle;
}

#contentbox p {
    text-align: justify;
}

h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1em;
	text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 1.0em;
    margin:0;
    padding:0; 
    margin-bottom: -1em;
}

#footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
}


/*suckerfish */

#main li ul {
	/*position: absolute;*/
	position: relative;
	/*width: 10em;*/
	width: 130px;
	/*left: -999em;*/
	display: none;
	z-index: 10;
}

#main li:hover ul, #main li.sfhover ul, #main li ul:hover  {
	/*left: auto;*/
	display:block;
	/* */
}

#gallery {
	margin-left: -5px;
}

#gallery .lightbox {
	padding-left: 5px;
	padding-bottom: 5px;
}
