* {
    font-family: Tahoma,Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

#s6 {
    width: 600px;
    height: 470px;
}

#s6 div.imcnt {
    width: 600px;
    height: 450px;
    padding: 15px;
    color: #333;
    text-align: center;
    font-size: 16px;
}

#s6 img {
    border: 3px solid white;
    margin-left: -5px;
    margin-top: -5px;
}

.brd1,.brd2 {
    padding: 2px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.brd1 {
    background: #dedede;
    border: 2px solid #e9e9e9;
}

.brd2 {
    float: left;
    background: #f1f1f1;
    border: 2px solid #f8f8f8;
}

#s6 div {
    top: 0;
    left: 0
}

#nav {
    width: 620px;
    height: 68px;
    float: left;
    clip: rect(0px, 0px, 100%, 68px);
    overflow: hidden;
    /*
    border-top:gray 1px solid;
    border-bottom:gray 1px solid;
*/
}

#nav li {
    width: 52px;
    float: left;
    margin: 2px;
    list-style: none;
    padding: 6px;
    display: block;
}

#nav a {
    width: 50px;
    padding: 0px;
    display: block;
    border: 1px solid #ccc;
}

#nav li.activeLI {
    background: #a82e25;
}

#nav a:focus {
    outline: none;
}

#nav img {
    border: none;
    display: block
}

#nav_up{
    clear: both;
    opacity: 0.01;
    background: url(/images/gallery-up.gif) center top no-repeat;
    height:30px;
    text-align:center;
    cursor:pointer;
    filter: alpha(opacity=0.01);
}


#nav_down {
    clear: both;
    opacity: 0.01;
    background: url(/images/gallery-down.gif) center top no-repeat;
    height:30px;
    text-align:center;
    cursor:pointer;
    filter: alpha(opacity=0.01);
}

#play-pause {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 200;
    width: 650px;
    text-align: center;
    line-height: 470px;

}

body {
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0;
    padding: 0;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    min-height: 1px;
}

#content {
    position: relative;
    /*  min-height: 100%;*/
}

* html #content { /*    height: 100%;*/

}

img {
    border: 0;
}

#header {
    margin-top: 10px;
    /*background: url(/images/menu_bkg.gif) left bottom repeat-x;*/
    height: 98px;
    border-bottom: 1px solid #e7c5c2;
}

#header-content {
    width: 950px;
    margin: 0 auto;
}

#menu-block {
    margin-top: 81px;
    height: 36px;
    float: left;
}

#menu {
    list-style-image: none;
    list-style-type: none;
}

#menu li {
    margin-left: 15px;
    list-style: none;
    display: block;
    float: left;
}

#content-container {
    width: 950px;
    margin: 0 auto;
}

#year-list {
    padding-left: 10px;
}

#year-list a {
    color: #dcdcdc;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

#year-list .sel {
    color: #737373;
}

#gallery-list-left,#gallery-list,#gallery-list-right {
    padding-top: 30px;
    font-size: 14px;
}

#gallery-left,#gallery-right,#gallery-list div {
    margin-bottom: 8px;
}

#gallery-left.sel,#gallery-left.over {
    background-color: #a82e25;
}

#gallery-right.sel,#gallery-right.over {
    background-color: #e7c5c2;
}

#gallery-list a {
    color: #d8a19d;
    font-size: 14px;
}

#gallery-list a span {
    color: #c0c0c0;
    font-size: 12px;
    text-transform: lowercase;
}

#gallery-list a.sel {
    color: #a82e25;
    font-weight:bold;
}

#gallery-list a.sel span {
    color: #737373;
    font-weight:normal;
}

#gallery-list a:hover {
    color: #a82e25;
}

#gallery-list a:hover span {
    color: #737373;
}

#text-block {
    text-align: center;
    z-index: -10;
    width: 100%;                                        
    background: url(/images/bkg-about.jpg) top center no-repeat;
}

#text-content {
    width: 950px;
    margin: 0 auto;
    padding-top:24px;
    height: 500px;
}

#text-content .text {
    width: 400px;
    float:right;
    height:476px;
    position: relative;
/*    border: 1px solid black;*/
}


#text-nav-up {
    display:block;
    height: 58px;
    line-height: 58px;
    z-index:100;
    background: url(/images/nav-up.gif) top center no-repeat;
    cursor:pointer;
    font-size:40px;
}
#text-nav-down {
    display:block;
    height: 58px;
    line-height: 58px;
    z-index:100;
    background: url(/images/nav-down.gif) top center no-repeat;
    cursor:pointer;
    font-size:40px;
}

#text-nav{
    height:370px;
    clip: rect(0px, 0px, 100%, 370px);
    overflow: hidden;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
}

.footer-content{
    text-align:right;
    font-size:12px;
    line-height:20px;
    width: 950px;
    margin: 0 auto;
    padding-top:10px;
    color: #a82e25;
}

