﻿/* Alphabetical Order */
.CollageBlock
{
    position: relative;
    left: 50px;
    width: 600px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7deb5;
    padding-right: 20px;
    padding-top: 8px;
    padding-left: 10px;
}
.CollageDescription
{
    font-size: 9pt;
    z-index: 10;
    left: 150px;
    visibility: hidden;
    width: 600px;
    height: 120px;
    color: Black;
    font-family: Arial;
    position: absolute;
    top: 281px;
    font-weight: bold;
    background-color: #deb6b6;
}
.CollageImage
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.LeftSideMenu
{
    z-index: 5;
    left: 32px;
    position: absolute;
    top: 25px;
    width: 101px;
    font-family: Arial;
    text-align: left;
}
.LeftSideMenuContent
{
    border-bottom: white 1px solid;
    width: 97px;
    margin: 5px;
}
.LeftSideMenuContent a
{
    color: #FFF;
    text-decoration: none;
    font-size: 9pt;
}
.LeftSideMenuContent a:hover
{
    color: #eac326;
}
.Notice
{
    z-index: 9;
    left: 250px;
    position: absolute;
    top: 290px;
    width: 400px;
    font-weight: bold;
    color: yellow;
    border-right: yellow 1px solid;
    border-top: yellow 1px solid;
    border-left: yellow 1px solid;
    border-bottom: yellow 1px solid;
    background-color: navy;
    padding-bottom: 5px;
    padding-top: 5px;
}


