
body {
	margin: 16px 24px 24px 24px;
	text-align: center;
	font-family: Arial, San-Serif;
	font-size: 13px;
	background-color: #d0cfcb;
}


/* Reset */

img {border: none; }
p {margin: 0 0 13px 0; }
a {
	text-decoration: none;
	font-weight: bold;
	color: #812549;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

#Paper {
	width: 880px;
	min-height: 600px;
	margin: 0px auto;
	padding: 0 0 36px 0;
	background-color: #adbbb6;
	text-align: left;
}


/* Banner */

#Banner {
	height: 36px;
	padding: 36px 24px 0 24px; 
}
#JS {float: left; }
#Menu {
	float: right;
	font-size: 15px;
	padding-top: 15px;
}
#Menu a {
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 16px;
	margin-left: 8px;
	color: #000000;
}
#Menu a:hover {
	color: #812549;
	text-decoration: none;
}
#MenuPaintings {background-image: url(images/BulletP.gif); }
#MenuPrints {background-image: url(images/BulletR.gif); }
#MenuStatement {background-image: url(images/BulletY.gif); }
#MenuCV {background-image: url(images/BulletG.gif); }
#MenuContact {background-image: url(images/BulletB.gif); }


/* Contents */

#Contents {margin: 36px 48px 0 48px; }

#Contents p {
	color: #222222;
}
#Contents p.Heading1 {
	color: #656c32;
	font-size: 21px;
}
#Contents p.Heading2 {
	color: #314b4a;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}
#Contents span.Heading2 {
	color: #314b4a;
	font-weight: bold;
}

#Contents .Left {
	float: left;
	margin: 4px 24px 18px 0;
}
#Contents .Right {
	float: right;
	margin: 4px 0 18px 24px;
}

#Contents .ColumnLeft {
	width: 648px;
	float: left;
}
#Contents .ColumnRight {
	float: right;
	width: 100px;
}

/* CV */

#Contents p.CVItem {
	margin-top: 9px;
	margin-bottom: 0px;
}

#Contents p.CVItem span.Year {
	width: 80px;
	height: 18px;
	float: left;
}
#Contents p.CVItem span.Title {
	text-decoration: underline;
	margin-right: 5px;
}

/* Contact */

img.EM {
	border: none;
	vertical-align: top;
}



