﻿html, body, form
{
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #DDDDDD;
}

#MainContainer
{
    width: 994px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

#Header
{
    float: left;
    width: 994px;
    height: 224px;
    background-image: url("../images/header-background.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}

#ContentContainer
{
    float: left;
    clear: both;
    width: 994px;
    min-height: 544px;
    background-color: #FFFFFF;
    background-image: url("../images/right-column-long.jpg");
    background-position: 693px 0px;
    background-repeat: no-repeat;
}

#LeftColumn
{
    float: left;
    clear: left;
    width: 604px;
    padding-left: 44px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 44px;
}

#Copyright 
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	font-family: Arial;
	font-size: 10px;
	color: #666666;
}

#BreadCrumb
{
    float: left;
    clear: both;
    padding-left: 44px;
    margin-top: 35px;
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

#BreadCrumb a
{
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

#BreadCrumb a:hover
{
    font-family: Arial;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: underline;
}

#MainPageLinks
{
    float: left;
    clear: both;
    width: 232px;
    font-family: Arial;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}

#MainPageLinks a
{
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 232px;
    height: 52px;
    font-family: Arial;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    cursor: default;
    text-decoration: none;
}

#MainPageLinks a:hover
{
	cursor: pointer;
    text-decoration: underline;
}

#MainPageLinks a span
{
    float: left;
    margin-left: 116px;
    margin-top: 16px;
    font-family: Arial;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    text-decoration: none;
}

#MainPageLinks .Biography
{
    background-image: url("../images/mainlink-biography.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#MainPageLinks .ArtistStatement
{
    background-image: url("../images/mainlink-artiststatement.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#MainPageLinks .Gallery
{
    background-image: url("../images/mainlink-gallery.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#MainPageLinks .YourMindsEye
{
    background-image: url("../images/mainlink-yourmindseye.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

#MainPageLinks .CV
{
    background-image: url("../images/mainlink-cv.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}

.GalleryThumbnail
{
	float: left;
	width: 150px;
	height: 185px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #999999;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.GalleryThumbnail:hover
{
	background-color: #EEEEEE;
}

.GalleryImage 
{
	border: solid 1px #DDDDDD;
}

.GalleryImageDetailsHolder
{
    float: left;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 10px;
	border: solid 1px #999999;
	background-color: #EEEEEE;
}