@import 'http://yui.yahooapis.com/2.3.0/build/reset-fonts-grids/reset-fonts-grids.css';
@import 'clear-block.css';
@import 'vertical-center.css';
@import 'nav.css';
@import 'slideshow.css';


body {
	background-color: #ADD8E6;
	color: black;
	font-family: 'Times New Roman';
}
a, a:link {
	color: #306;
	text-decoration: none;
}
a:visited { color: #639; }
a:hover { color: #CE516A; }
h1 {
	font-size: 210%;
	margin-bottom: 0.4em;
}
h2 {
	font-weight: bold;
	letter-spacing: 2px;
}
p {
	font-size: 130%;
	margin-bottom: 1em;
}
ul { margin-bottom: 1em; }
ul li {
	font-size: 130%;
	list-style-type: square;
	margin-left: 1em;
}


/*
#custom-doc {  
	margin: auto;    /* leave unchanged *
	min-width: 825px;    /* optional but recommended *
	text-align: left;    /* leave unchanged *
	width: 63.46em;    /* non-IE = width / 13 *
	*width: 61.93em;    /* IE = non-IE * 0.9759 *
}
*/
#hd { height: 20px; }


#artist-statement h1 {
	margin-bottom: 0.4em;
	text-align: center;
}
#artist-statement em {
	display: block;
	font-size: 85%;
	font-style: italic;
	margin-bottom: 1em;
	text-align: right;
}
#artist-statement-text-wrapper {
	height: 400px;
	overflow: auto;
	padding-right: 1em;
}
#artist-statement-text p {
	font-size: 115%;
	text-align: right;
}
