/* CSS Document */


#about{
	position:absolute;
	top:100px;
	left:80px;
	width:470px;
	height:300px;
}

#about h3{
font-family:"Times New Roman", Times, serif;
font-size:15px;
line-height:22px;
color:#333300;
margin:5px;
}

#about p{
font-family:"Times New Roman", Times, serif;
font-size:13px;
line-height:19px;
color:#336600;
margin:5px;
}

#about a{
font-family:"Times New Roman", Times, serif;
font-size:13px;
line-height:19px;
color:#336600;
text-decoration:none;
}

#about a:hover{
text-decoration:underline;
color:#669900;
}


#artworkpic{
	position:absolute;
	top:220px;
	left:160px;
	width:260px;
	height:210px;
	}
