body {

}

#galleryCanvas
{
	position: absolute;
	cursor: pointer;
}
#contentPane
{
	position: relative;
	bottom: 0;
	right: 0;
	width: 100%;
}
h1, h1 a {
	color: #ff9933;
}
h1 {
	margin-left: 40px;
	font-size: 24pt;
}
h2 {
	color: #990000;
	font-size: 20pt;
	float: left;
	display: block;
	margin-left: 40px;
}
h3 {
	color: #993333;
	font-size: 20pt;
	margin-left: 10px;
	float: left;
	display: block;
}
#topContent
{
	text-align: center;
}
#galleryNav
{
	right: 0;
	position: absolute;
	margin-right: 40px;
	margin-top: -10px;
}
#paintingInfo
{
	font-size: 10pt;
	color: #ddd;
}
#mainNavigation,
#mainNavigation a
{
	color: #ff9933;
	font-size: 16pt;
	margin-top: 4px;
}
#mainNavigation
{
	margin-left: 40px;
}
#subNavigation
{
	float: left;
	margin-left: 10px;	
	margin-top: 4px;
}
#subNavigation,
#subNavigation a,
#subNavigation .nolink
{
	color: #cc6633;
	font-size: 16pt;
}
a.disabled
{
	pointer-event: none;
	cursor: default;
	color: #333;
}
a.disabled:hover
{
	text-decoration: none;
}
#detailView
{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.detailViewBackground
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../images/transp_black.png');
}
.detailViewLoader
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url('../images/loader.png');
	background-position: center;
	background-repeat: no-repeat;
}
#detailViewCanvas
{
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
}