body{
    background: black url('../images/bg-all.jpg') repeat-x scroll 0 0;
    color: #ffffff;
    margin: 0 0 20px 0;
    font-family: verdana, tahoma, helvetica, arial, sans-serif;
    font-size: 12px;
    height: 100%;
    ~cursor: default;
}

.nav {
    color: #666666;
}

a {
    color: #A1A5A9;
}

a.nav {
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
}

a.down {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

a.nav:hover {
    text-decoration: underline;
}

.text {
    font-size: 12px;
}

#header_wrapper {
    border-top:medium none;
    margin-bottom:10px;
    margin-top: 100px;
}

#footer_wrapper {
    margin-top: 10px;
}

#header, #footer {
    margin: 0 auto;
    width: 750px;
    padding: 5px 0;
    text-align: left;
}

#footer {
    text-align:center;
}

.bottom_border {
    border-bottom:1px solid #666666;
}

.top_border {
    border-top:1px solid #666666;
}

.clear {
    clear:both
}

#gallery {
    position:relative;
    height:360px
}
#gallery a {
    float:left;
    position:absolute;
}

#gallery a img {
    border:none;
}

#gallery a.show {
    z-index:500
}

#gallery .caption {
    z-index:600;
    background-color:#000;
    color:#ffffff;
    height:100px;
    width:100%;
    position:absolute;
    bottom:0;
}

#gallery .caption .content {
    margin:5px
}

#gallery .caption .content h3 {
    margin:0;
    padding:0;
    color:#1DCCEF;
}

#text{
    width: 320px;
    border: 1px solid #363636;
    float: none;
    text-align:center;
    background-color: #2d2d2d;
    margin-right: 15px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 8px;
    padding-left: 8px;
}


