div, ul, body, head, p{
    margin:0;
    padding:0;
    font-family: "Helvetica", sans-serif;
    font-size: 12pt;

    background-color: #e6e5e6;

}

a:link, a:visited {
    color: blue;
    text-decoration: none;
    margin-top: 10px;
}

a:hover{
    color: grey;
}

#cross{
    margin: 10px;
    margin-top: 15px;
    opacity: 0.3;
}

#cross:hover{
    opacity: 0.5;
}

#crossA{
    position: absolute;
    width: 35px;
    height: 8px;
    
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    
    background-color: #e6e5e6;
}

#crossBack{
    position: absolute;
    width: 50px;
    height: 50px;
}

#crossB{
    position: absolute;
    width: 35px;
    height: 8px;
    
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    
    background-color: #e6e5e6;
}

#viewer{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    visibility: hidden;
    opacity: 0.5;
    z-index: 100;
}

#viewer_topbar{
    position: absolute;
    text-align: right;
    height: 80px;
    width:95%;
}

#viewer_image{
    
}

#viewer_image_container{
    position: fixed;
    background-color: black;
    z-index: 101;
}

#menu_section{
    margin-top: 80px;
    margin-left: 50px;
    float: left;
    position: fixed;
}

#menu_title{
    color: black
    margin-bottom: 5px;
}

    #menu_list_container{
        margin-top: 40px;
    }

        #menu_list{
            list-style: none;
            margin-top: 5px;
        }
        
        #menu_list.hover{
            color: grey;
        }
        
    #about_list{
        list-style: none;
    }
    
    #menu_drop_list{
        margin-left: 10px;
        list-style: none;
        display: block;
        transition: 1.2s ease;
        -webkit-transition: 1.2s ease;
        -moz-transition: 1.2s ease;
    }
    
    .drop_list{
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        opacity: 0;
        visibility: hidden;
    }
    
#menu_item{
    width: 100%;
    color: black;
    height: 30px;
}
    
#menu_item.hover{
    color: grey;
}
    
#album_section{
    float: left;
}

#album_container{
    margin: 0 auto;
}

#frame{
    margin-left: 300px;
    margin-top: 50px;
	margin-right: 200px;
}

#frame_image{

}

#about_section{
}

#section_title{
    text-decoration: underline;
    float: left;
    text-align: left;
}

#section_info{
    float: left;
    text-align: left;
}