body {
  background: #000;
  margin: 0px;
  padding: 20px;
}
#header {
  background: #000;
  width: 100%;
  padding-left: 5;
}
#menucol {
  background: #000;
  float: left;
  width: 190;
  height: 150%;
}
a:link
{
	color: #9B9CB5;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}
a:visited
{
	color: #9B9CB5;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}
#page {
	background: #000;
	width: 780;
	height: 170%;
}
#thumbcol {
	background: #000;
	float: left;
	width: 180;
	height: 150%;
}
#content {
  background: #000;
  width: 790;
  height: 95%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #E37334;
	border-style: none;
	border-width: 1;
	text-align:justify
}
#statement {
	padding-left: 210px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
	text-align:justify;
	background-color: #B63614
}
#picturetable {
	font-color: #BB5620;
	font-size: 12px;
	color: #BB5620;
	border-style: solid;
	border-width: 1;
	border-color: #E37334;
	padding-left: 15;
	padding-right: 15
}
#paintingnote {
	font-color: #E92011;
	font-size: 18px;
	color: #E92011;
}
#footer {
  background: #000;
  clear: both;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	color: #E37334;
	border-style: none;
	border-width: 0;
	text-align:left
  width: 100%;
}