body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color : White;
	font-family : verdana;
	font-size : 9pt;
	color: #555555;
	letter-spacing : 0.00em;
	text-align: center;
}

.link { 
	color : #555555;
	text-decoration : none; 
}

.link:hover {
	color : #993333;
}

.inlineLink {
	color : #555555;
	text-decoration : underline;
}

.inlineLink:hover {
	color : #555555;
	text-decoration : underline;
}

.page {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 100pc;
	text-align: left;
}

.page_header {
	height: 70px;
}

.title {
	font-weight: 600;
	font-size: 18pt;
	text-align : right;
	margin-bottom: 0px;
}

.frame {
	border-color: #555555;
	border: solid;
	border-width: 1px 1px 1px 1px;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.painting {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.hr {
	margin-top: 5px;
	margin-bottom: 5px;
 	height: 2px;
	border: 0;
	background-color: #555555;
}
div.hr hr {
  display: none;
}

.signature {
	font-weight: 600;
	margin-top: 0px;
	font-size: 18pt;
	text-align: right;
}

.menu {
	width: auto;
	float: right;
	margin-top: 40px;
}

.menuitem {
	height: 20px;
	text-align: right;

}
.menutext {
	font-weight: 600;
	font-size: 9pt;
	text-decoration : none;
	color: #555555;	
}

.menutext:hover {
	color: #993333;
}

.content_area {
	float: left;
	position: relative;
	top: 75px;
	left: 0px;
	width:300px;
	text-align: left;
	z-index: 0;
}

.content {
	text-align: justify;
	font-weight: 300;
	width: 250px;
	margin-bottom: 13px;
}

.content_header {
	text-align: left;
	font-weight: 600;
	width: 250px;
	margin-bottom: 3px;
}

.content_header a
{
	color: #555555;
}

.content_header a:hover {
	color: #993333;
}

.gallery_area {
	text-align: center;
	margin-top: 40px;
	font-weight: 600;
}

.copyright_area {
	position: relative;
	text-align: center;
	margin-top: 40px;
	font-size: 5pt;
	font-weight: 300;
}