body
{
    background-color : #f4f0e3;
    background-image : url('images/menuBackground.gif');
    background-repeat : repeat-y;
    margin : 0px 0px 0px 0px;
}

#rightBorder
{
    background-image : url('images/rightBorder.gif');
    background-repeat : repeat-y;
    background-position : right top;
    position : relative;
    top : 0px;
    left : 0px;
    width : 100%;
    height : 125%;
}

#content
{
    position : absolute;
    left : 180px;
    padding : 20px 20px 20px 20px;
}

#gallery
{
    position : absolute;
    left : 180px;
    padding : 20px 20px 20px 20px;
    height : 100%;
    width : 80%;
}

#mainMenu
{
    position : absolute;
    left : 0px;
    top : 0px;
    width : 180px;
}

.details
{
    width : 80%;
    border : dotted 1px #614d75;
    padding : 10px 10px 10px 10px;
    display : none;
}

.menuLinks:active, .menuLinks:visited, .menuLinks:link
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 12pt;
    font-weight : normal;
    color : #48137b;
    text-decoration : underline;
    margin-left : 15px;
    line-height : 200%;
}

.menuLinks:hover
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 12pt;
    font-weight : normal;
    color : #48137b;
    text-decoration : none;
    margin-left : 15px;
    line-height : 200%;
}

p
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #614d75;
    text-decoration : none;
    line-height : 150%;
}

ul
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #614d75;
    text-decoration : none;
    line-height : 150%;
}

a:active, a:visited, a:link
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #614d75;
    text-decoration : underline;
    line-height : 150%;
}

a:hover
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #614d75;
    text-decoration : none;
    line-height : 150%;
}

h1
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 12pt;
    font-weight : bold;
    font-style : italic;
    color : #48137b;
    line-height : 200%;
}

h2
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : bold;
    color : #48137b;
    line-height : 200%;
}

p.copyright
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #48137b;
    line-height : 100%;
    margin-top : 75px;
}

.copyrightLinks:active, .copyrightLinks:visited, .copyrightLinks:link
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #48137b;
    text-decoration : underline;
    line-height : 100%;
}

.copyrightLinks:hover
{
    font-family : "Arial", "Helvetica", "Monaco";
    font-size : 10pt;
    font-weight : normal;
    color : #48137b;
    text-decoration : none;
    line-height : 100%;
}

.boldNormal
{
    font-weight: bold;
    font-size:10pt;
}

.bigNormal
{
    font-weight: normal;
    font-size:12pt;
}
