/* author: jarek_waw#poczta.onet.pl */

/* main style */
*{margin: 0; padding: 0;}
body{text-align: left; font: 10pt Tahoma; background: white; color:#808285; line-height: 24px;}
A:link {text-decoration: none; color: #808285;}
A:visited {text-decoration: none; color: #808285;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: black;}
a {outline: 0;}
img {border: 0;}
/* main style */

#container {overflow: hidden; margin: 0 auto; width:890px; height: 782px; text-align: left;}

#container #top {clear: both; overflow: hidden; width: 890px; height: 327px; background-image: url(img/top.jpg);}

#container #menu {float: left; overflow: hidden; position: relative; top: 0px; left: 0; width: 224px; height: 409px;}
#container #menu ul {padding-top: 0px; list-style-type: none; width: 100%; text-align: right; }
#container #menu li {font-size: 52px ; padding-right: 48px; line-height: 60px;}
#container #menu a.active {font-weight: bold; color: #828387;}

#container #content {overflow: hidden; float: right; position: absolute: top: 0px; left: 0; width: 666px; height: 409px;}
#container #content #text {overflow: hidden; height: 411px; padding-right: 40px; padding-top: 20px; padding-bottom: 0px; padding-left: 0px;}
#container #content #text .invite {padding-left: 10em;}

#container #content #text ul.first {padding-top: 6px; list-style-position: inside; list-style-type: disc; }
#container #content #text ul.second {padding-top: 6px; padding-left: 16px; list-style-position: inside; list-style-type: square; }
#container #content #text ul.third {padding-top: 6px; padding-bottom: 8px; padding-left: 32px; list-style-position: inside; list-style-type: circle; }
#container #content #text li {line-height: 22px; padding-left: 1em; text-indent: -1em}

#container #bottom {overflow: hidden; width: 890px; height: 44px;}
#container #bottom hr {float: left; position: relative; top: 27px; left: 0px; width: 770px; height: 1px; border:0; border-top: 1px solid #cccdce; height: 0}
#container #bottom #bottomlogo {display: inline; overflow: hidden; float: right; position: relative; top: 0px; right: 0px; height: 44px; width: 102px; background-image: url(img/bottomlogo.jpg);}

#scrollup {overflow: hidden; display:block; background-image: url(img/up.gif); width: 20px; height: 20px; position: relative; left: 860px; top: -130px;}
#scrollup span {display: block; width: 100%; height: 100%;}
#scrolldown {overflow: hidden; display:block; background-image: url(img/down.gif); width: 20px; height: 20px; position: relative; left: 860px; top: -126px;}
#scrolldown span {display: block; width: 100%; height: 100%;}

/* jQuery lightBox plugin - Gallery style */
#gallery {background-color: #ffffff; padding: 12px 10px 0px 0px; width: 560px; margin: 0 auto 0 auto;}
#gallery ul { list-style: none; text-align: center;}
#gallery ul li { display: inline; }
#gallery ul img {border: 1px solid #808285; border-width: 1px 1px 1px; margin-bottom: 8px;}
#gallery ul a:hover img {border: 1px solid #000000; border-width: 1px 1px 1px; color: #000000;}
#gallery ul a:hover { color: #000000; }