@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../linen.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.artistname {
	font-family: "Trebuchet MS", verdana, arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.25em;
	color: #741012;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 20px;
}
.portrait {
	float: left;
	padding: 1px;
	border: 1px solid #181818;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p{
	text-align   : justify;
	line-height  : 1.5em;
}
.firstLetter{
	display      : block;
	float        : left;
	margin-top   : -0.205em; /* use -0.205em for two lines */
	margin-left  : 0 em;
	margin-right : 0.3em; 
	height       : 2.8em;
	
}

.firstLetter span{
	font-size    : 3.33em;   /* use 3.33em for two lines */
	line-height  : 1em;
	color: #741012;
	sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

.firstLetter + span{
	margin-left  : 0 em;
	font-family: "Trebuchet MS", verdana, arial, Helvetica, sans-serif;
}
.textjustify {
	color: #181818;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height  : 1.5em;
	font-family: "Trebuchet MS", verdana, arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
}
.tothetop {
	color: #181818;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height  : 1.5em;
	font-family: "Trebuchet MS", verdana, arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 20px 0px;
}
.textindent {
	color: #181818;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height  : 1.5em;
	font-family: "Trebuchet MS", verdana, arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
	text-indent: 20px;
	margin: 0px;
}
.quotetext {
	color: #181818;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height  : 1.5em;
	text-decoration: none;
	text-align: justify;
	margin: 0px;
	text-transform: none;
	padding: 0px;
}
.quotetextIndent {
	color: #181818;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: justify;
	text-transform: none;
	padding: 0px;
	text-indent: 20px;
	margin: 0px;
}
a:link {
	color: #741012;
	text-decoration: none;
}
a:visited {
	color: #741012;
	text-decoration: none;
}
a:hover {
	color: #741012;
	text-decoration: underline;
}
a:active {
	color: #741012;
	text-decoration: underline;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #741012;
	text-align: center;
	padding-bottom: 10px;
	text-transform: none;
	letter-spacing: normal;
}
.othername {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0.15em;
}

