﻿body
{
    font-family: Trebuchet MS;
    background-color: black;
    color: #bbbbbb;
    font-size: 1em;
    margin-top: 20px;
}


A:link, A:visited
{
	text-decoration: none;
	color: white;
}

A:hover
{
	text-decoration: underline;
}

A
{
    color: White;
}

.heading1
{
	font-size: 1.4em;
}

.heading2
{
    font-size: 1em;    
}

.heading3
{
    font-size: .9em;
}

P, SPAN
{
    font-size: .8em;
}

.logoImg
{
    width: 200px;
    float: left;
    text-align: center;
}

.introDiv
{
    text-align: center;
    margin-top: 5px;
/*
    margin-left: 210px;
*/
}

.paintingFritsch
{
    border: 2px solid white;
    cursor: pointer;
}

.paintingPop
{
    border: 2px solid white;
}

.paintingImgTL
{
    border: 2px solid white;
    margin-top: 44px;
    margin-left: 27px;
    cursor: pointer;
}

.paintingImgTR
{
    border: 2px solid white;
    cursor: pointer;
}

.paintingImgBL
{
    border: 2px solid white;
    vertical-align: top;
    margin-left: 0px;
    margin-bottom: 18px;
    cursor: pointer;
}

.paintingImgBR
{
    border: 2px solid white;
    margin-bottom: 46px;
    cursor: pointer;
}

.paintingDiv
{
    clear: both;
    text-align: center;
}

#footerDiv
{
    text-align: center;    
}

.footerText
{
    font-weight: bold;
    font-size: .8em;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.forthcoming
{
	font-size: .8em;
}

.forthcoming a
{
	text-decoration:none;
}

.forthcoming a:hover
{
	text-decoration:underline;
}

