@charset "utf-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}

a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #5cade2;
	font-weight: bold;
}

h3
{
  padding-bottom: 1em;
}

.active
{
  color:#666666;
  font-weight: bold;
}

.header
{
    margin-top: 1em;
}

.header h1
{
  display: none;
}

.menubar
{
  clear: both;
  background-color:#999999; 
  color:#FFFFFF;
}

.menubar a
{
  color: #ffffff;
  text-decoration: none; 
  font-weight: bold; 
}

.menubar a:hover
{
  color: #333333;
}

.navigation
{
	height: 100%;
	width: 16em;
	position: relative;
	float: left;
	padding-top: 2em;
}

.navigation li
{
	list-style-type: none;
	padding-left: 0em;
	padding-right: -2em;
	padding-bottom: 1em;
	position: relative;
	left: -2em;
	white-space: nowrap;
}

.paintings h3
{
	margin-bottom: 0em;
}

.rightContent,
.titlePageContent
{
	height: 100%;
	position: relative;
	float: left;
	padding-left: 2em;
	padding-bottom: 1em;
}

.titlePageContent
{
	width: 786px;
}

.rightContent
{
	width: 60%;
}

.footer
{
	left: -2.5em;
}

.horzNavigation
{
	top: 1em;
	left: -4em;
}

.footer,
.horzNavigation
{
	position: relative;
	float: left;
	width: 100%;
	padding: 1em 0 1em 0;
}

.footer li,
.horzNavigation li
{
	width: 8em;
	text-align: center;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: thin;
	list-style-type: none;
	float: left;
}

#lastHorzMenuItem
{
	border-right: none;
}

.imageDescription
{
	float: left; 
	text-align: left; 
	font-size: small; 
	color: #666666;
	white-space: nowrap;
}

.prevNext
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 2em; 
	width: 3em;
}

.paintings,
.statement
{
	padding: 0.25em 0em 0em 0em;
}