@charset "UTF-8";
/* CSS Document */

iframe {width:800px; height:600px;}

* {
	margin: 0;
	border: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active { color: #000; text-decoration: none; }


body { background-image: url(images/paperbg.png);
	   background-repeat:repeat;
	   font-family: 'Fanwood Text', serif;
	   background-color: #FFF;
}

#container { background-color: #FFF; padding: 10px; }


#logo { padding-top: 5px;}

#nav { font-size: 12pt;}

#nav li {display: inline; overflow: hidden; text-align: center;}

#nav li a {display: block; width: 100px; height: 66px; padding: 0; padding-top: 25px; background:url(images/sprite.png); border: none; float: left; }

#nav li a#artwork { background-position: 0px 0px; }
#nav li a#artwork:hover { background-position: 0px -66px; }

#nav li a#biography { background-position: 0px 0px; }
#nav li a#biography:hover { background-position: 0px -66px; }

#nav li a#awards { background-position: 0px 0px; }
#nav li a#awards:hover { background-position: 0px -66px; }

#nav li a#exhibitions { background-position: 0px 0px; }
#nav li a#exhibitions:hover { background-position: 0px -66px; }

#nav li a#collections { background-position: 0px 0px; }
#nav li a#collections:hover { background-position: 0px -66px; }

#slider { margin: 0 auto;
		  min-width: 740px;
		  max-width: 960px;
}



#content a, #content a:link, #content a:visited, #content a:hover, #content a:active { color: #666; text-decoration: underline; }



blockquote { padding-left: 40px; padding-right: 40px; }

.portfolio { text-align: center; }


.portfolio a, .portfolio a:link, .portfolio a:visited, .portfolio a:hover, .portfolio a:active { color: #666; text-decoration: underline; }

#footer { background-color: #FFF; }

#gallery {height: 600px; }

h2, h3, p { padding: 10px; }

.note { color: #666; font-style:italic; text-align: right; }

.bu { font-weight:bold; text-decoration: underline; }


