﻿body
{
    font-family: Trebuchet MS;
    background-color: #39322A;
    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;
}

P, SPAN
{
    font-size: .8em;
}

.logoImg
{
    width: 200px;
    float: left;
    text-align: center;
}

.introDiv
{
    text-align: center;
    margin-top: 5px;
/*
    margin-left: 210px;
*/
}

.paintingImgTL
{
    border: 2px solid white;
    margin-left: 48px;
    margin-top: 0px;
}

.paintingImgTR
{
    border: 2px solid white;
    margin-top: 65px;
    margin-right: 0px;
}

.paintingImgBL
{
    border: 2px solid white;
    margin-bottom: 0px;
}

.paintingImgBR
{
    border: 2px solid white;
    margin-bottom: 15px;
    margin-right: 0px;
}

.paintingDiv
{
    clear: both;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
}

#footerDiv
{
    text-align: center;    
}

.footerText
{
    font-weight: bold;
    font-size: .8em;
}

.paintingPop
{
    border: 2px solid white;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

