* {
    margin : 0;
    border : none;
    padding : 0;
}
body {
    background-color : #ffffff;
    font-family : "Trebuchet MS", Arial, sans-serif;
    font-size : 10px;
    color : #666666;
}
a {
    text-decoration : none;
}
#uber {
   position : absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}
#frame {
    position : relative;
    width : 880px;
    height : 650px;
    left : 50%;
    top : -325px;
    margin-left : -440px;
}
#home {
    position : absolute;
    left : 0;
    bottom : 0;
    z-index : 1000;
}
#nav {
    position : absolute;
    left : 0;
    top : 0;
    width : 800px;
    height : 20px;
    padding : 0 20px 0 0;
    background : transparent url(/_/2008-spring/i/bg_navigation.png) no-repeat left top;
}
#details {
    position : absolute;
    left : 60px;
    top : 630px;
    width : 800px;
    height : 20px;
    padding : 0 0 0 20px;
    background : transparent url(/_/2008-spring/i/bg_caption.png) no-repeat right top;
    text-align : right;
}
#nav a {
    float : left;
    margin : 5px;
}
#details img  {
    float : right;
    margin : 4px 10px 3px 0;
}

#prev {
    position : absolute;
    left : 10px;
    top : 55px;
}
#next {
    position : absolute;
    right : 10px;
    top : 55px;
}
#prev, #next {
    display : none;
}

/* Galleries page */
body#galleries #frame {
    background-color : #B3D4E2;
}
body#galleries #collection_2007 {
    position : absolute;
    left : 450px;
    top : 275px;
}
body#galleries #collection_2008 {
    position : absolute;
    left : 170px;
    top : 175px;
}
body#galleries #fashweek-photo-2008 {
    position : absolute;
    left : 265px;
    top : 395px;
}
body#galleries #fashweek-video-2008 {
    position : absolute;
    left : 411px;
    top : 95px;
}
/**/
