#no-flash{
    background-image: url('../images/art-top.jpg');
    background-repeat: no-repeat;
}

#art-logo{
    position: absolute;
    left: 50px;
    top: 50px;
}

#art-nav-bg{
    width: 1209px;
    height: 39px;
    position: absolute;
    top: 182px;
    left: 0px;
    z-index: 600;
    background-image: url('../images/art-nav-bg.png');
    background-repeat: no-repeat;
}

.navRt{
    background-image: url('../images/art-nav-rt-bg.png');
    background-repeat: no-repeat;
}

#art-main{
    width: 100%;
    min-height: 456px;
    background-color: #000;
    background-image: url('../images/art-bg4.jpg');
    background-repeat: repeat-x;
    position: relative;
    z-index: 600;
}

#art-box-top{
    width: 880px;
    height: 18px;
    padding-top: 15px;
}

#art-box-main{
    width: 859px;
    min-height: 396px;
    background-color: #010101;
    background-image: url('../images/art-bg-inner.jpg');
    background-repeat: repeat-x;
    border-bottom: 1px solid #676767;
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    border-top: 0;
    padding-bottom: 20px;
    position: relative;
}

#art-box-shadow{
    width: 19px;
    min-height: 396px;
    position: absolute;
    left: 860px;
    top: 0px;
}

#art-box-content{
    width: 811px;
    padding: 15px 0px 0px 35px;
}

.art-grey-line{
    width: 540px;
    height: 1px;
    position: relative;
    left: -5px;
    margin-top: 5px;
    padding-bottom: 10px;
    background-image: url('../images/grey-line-540.gif');
    background-repeat: no-repeat;
}



/* LEFT SECTION */

#artLeft{
    float: left; 
    display: inline; 
    width: 245px;
}

#art-header{
    width: 245px;
    position: relative; 
    top: 2px;
}

#featured-art{
    width: 205px;
    margin-top: 10px;
}

#featured-art-text{
    line-height: 15px;
}



/* RIGHT SECTION */

#artRight{
    float: right; 
    display: inline; 
    width: 546px;
    margin-right: 20px;
}

#artRightRel{
    position: relative;
    width: 546px;
}


/* DETAIL PHOTO */

.artPhoto{
    float: right;
    display: inline;
    margin: 10px 10px 15px 20px;
    font-size: 11px;
    width: 300px;
    text-align:right;
    clear: right;
}
.artPhoto a{
    font-size: 11px;
}

.art-box{
    background-color: #000000;
    border: 1px solid #353535;
    text-align:center;
}

.art-box-text{
    padding-top: 11px;
    color: #d20000;
    font-size: 11px;
}

.art-box-text a{font-size: 11px;}



/* INNER CONTENT */

.art-content{
   padding-left: 20px;
   line-height: 20px;
   font-size: 12px;
}

.art-detail-top{
    color: #848484;
    font-size: 13px;
    font-weight: bold;
}

.art-disclaimer{
    margin: 0;
    color: #848484;
    text-align: left; 
    width: 95%;
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
}


#footer{
    background-image: url('../images/art-footer-bg.gif');
    background-repeat: no-repeat;
    background-position: top center;
}



