body	{
	height: 100%;
	padding: 0;
	background-color: #838b8b;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	}

div#wrapper	{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #838b8b;
	}
		
div#header	{
	width: 960px;
	text-align: center;
	margin: 20px 0 30px 0;
	background-color: #838b8b;
	}
		
div#nav_horiz {
	margin: 20px 0 0 0;
	width: 960px;
	height: 100%
	white-space: nowrap;
	list-style-type: none;
	background-color: #838b8b;
}

#nav_horiz ul {
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 100%;
	color: #cccccc;
	font-family: arial, helvetica, sans-serif;
}

#nav_horiz li {
	display: inline;
	background-color: #838b8b;
	color: #000;
}

#nav_horiz li a {
	text-decoration: none;
	color: #cccccc;
}

#nav_horiz li a:hover {
	color:#fff;
}

div#thumb_content {
	float: left;
	width: 960px;
	height: 100%;
	padding: 10px 0 30px 0;
	margin: 0;
	background-color: #909999;
	text-align: center;
	}

div#thumb {
	float: left;
	padding: 10px;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #909999;
	}

div#horizontal_content {
	width: 920px;
	height: 100%;
	padding: 30px 20px 30px 20px;
	margin: 0 0 20px 0;
	background-color: #909999;
	text-align: left;
	}

div#image_horiz {
	float: left;
	width: 920px;
	height: 100%;
	background-color: #909999;
	text-align: center;
	}

div#info_horiz {
	float: left;
	text-align: right;
	padding: 0;
	width: 920px;
	height: 100%
	background-color: #909999;
}

div#title_horiz {
	float: left;
	text-align: right;
	margin: 0;
	width: 920px;
	height: 100%;
	background-color: #909999;
}

div#vertical_content {
	width: 940px;
	height: 100%;
	padding: 30px 0 10px 20px;
	margin: 0 0 20px 0;
	background-color: #909999;
	text-align: center;
	}

div#image_vert {
	float: left;
	width: 580px;
	height: 100%;
	background-color: #909999;
	}

div#info_vert {
	float: left;
	text-align: right;
	margin: 0 20px 0 10px;
	width: 330px;
	height: 100%
	background-color: #909999;
}

div#nav_vert {
	float: left;
	text-align: right;
	margin: 30px 0 0 0;
	width: 330px;
	height: 461px;
	white-space: nowrap;
	background-color: #909999;
}

#nav_vert ul {
	padding: 0px;
	margin-top: 0px;
	width: 330px;
	height: 100%;
	color: #cccccc;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
}

#nav_vert li {
	color: #cccccc;
}

#nav_vert li a {
	text-decoration: none;
}

#nav_vert li a:hover {
	color: #fff;
}

div#title_vert {
	float: left;
	text-align: right;
	margin: 0;
	width: 330px;
	height: 100%;
	background-color: #909999;
}

div#paintings_nav {
	float: right;
	text-align: right;
	margin: 0;
	width: 330px;
	height: 100%;
	font-size: 0.8em;
	white-space: nowrap;
	background-color: #909999;
}

#paintings_nav ul {
	padding: 0px;
	margin: 0;
	width: 330px;
	height: 100%;
	color: #000;
	list-style-type: none;
	font-family: arial, helvetica, sans-serif;
}

#paintings_nav li {
	display: inline;
	color: #cccccc;
}

#paintings_nav li a {
	text-decoration: none;
}

#paintings_nav li a:hover {
	color: #fff;
}

div#copyright	{
	float: left;
	text-align: center;
	width: 960px;
	color: #fff;
	font-size: 0.8em;
	background-color: #838b8b;
	}
		
p	{
	color: #000000;
	}

h2	{margin: 0;}

h3	{}

a	{text-decoration: none;}

a:link		{color: #cccccc;}
a:visited	{color: #cccccc;}
a:hover		{color: #ffffff;}
a:active	{color: #ffffff;}

img. {
    display: block;
    vertical-align: center;
}

img.floatleft {
	float: left;
	margin: 0 20px 0 0;
}

img.floatright {
	float: right;
	margin: 0 0 0 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.style1		{
	color: #cccccc;
	font-weight: bold;
	line-height: 2em;
	}

.style2		{
	font-size: 0.8em;
	text-align: center;
	}

.style3		{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	}

.style4		{
	font-size: 0.8em;
	text-align: center;
	padding: 0 0 30px 0;
	background-color: #909999;
	}

.style5		{
	font-weight: bold;
	}

