/* Janet Handleman CSS Document */





/* Enlargement pages */


body#drawingbody{
	background-color: #EDECDE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:15px;
	color:#000000;

	
}



body#paintingbody{
	background-color: #ECEDD8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:15px;
	color:#000000;

	
}


a.redtext{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	letter-spacing: 2px;
}

a.redtext:link {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	letter-spacing: 2px;
	text-decoration: none;
}
a.redtext:visited {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	letter-spacing: 2px;
	text-decoration: none;
}
a.redtext:hover {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	letter-spacing: 2px;
	text-decoration: underline;
}
a.redtext:active {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	letter-spacing: 2px;
	text-decoration: none;
}




div#imagecontainer{
	position:relative;
	top:0px;
	left:0px;
	width:auto;
	height:600px;
}

div#image{
	position:absolute;
	left:200px;
	width:auto;
	height:auto;
	top: 50px;
}

div#imagetext{
	z-index:3;
	position:absolute;
	width:150px;
	left: 30px;
	bottom:150px;
	height: auto;
}

div#back{
	z-index:3;
	position:absolute;
	width:100px;
	left: 30px;
	top: 500px;
}
div#name{
	z-index:4;
	position:absolute;
	width:inherit;
	left: 12px;
	top: 15px;
}

.redtext {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC3333;
	letter-spacing: 2px;
}

.copyright {font-size: 7px}
