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

body {
	background: none;
	padding-left: 50%;
	}

h1 a {
	background: url(graphics/annepetty-over.png) top left no-repeat;
	position: absolute;
	left: 50%;
	margin-left: 41px;
	/*top: 315px;*/
	top: 290px;
	}

/*Upcoming Style*/
/*
.news {
	display: block;
	background: url(graphics/news.png) bottom left no-repeat;
	padding-left: 80px;
	padding-bottom: 180px;
	width: 310px;
	margin-left: -415px;
	margin-top: -20px;
	margin-bottom: 50px;
	}

h2 {
	background: url(graphics/h2-exhibitions.png) top left no-repeat;
	display: block;
	height: 245px;
	width: 296px;
	margin-left: 0;
	}
	
h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0;
	}

h4 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
	
.date {
	font-size: 16px;
	margin-top: 0;
	}
	
#navigation {
	left: 50%;
	margin-left: 131px;
	top: 375px;
	width: 100px;
	text-align: right;
	position: absolute;
	}
	#watercolors a {
		margin-left: -30px;
		}
*/
/*End Upcoming Style*/



/*Nothing Upcoming Style*/
#navigation {
	display: block;
	width: 362px;
	height: 692px;
	background: url(graphics/navigation_index.png) top left no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -341px;
	margin-top: -5px;
	}
	#navigation li {
		margin-left: 0;
		}
		IE 7 FIX #navigation li {
			*display: block;
			}
		
	#drawings a {
		background: url(graphics/index_drawings.png) top left no-repeat;
		margin-top: 335px;
		margin-left: 101px;
		}
		#drawings a:hover {
			background: url(graphics/index_drawings_over.png) top left no-repeat;
			}
	#paintings a {
		background: url(graphics/index_paintings.png) top left no-repeat;
		margin-top: -3px;
		margin-left: 116px;
		}
		#paintings a:hover {
			background: url(graphics/index_paintings_over.png) top left no-repeat;
			}
	#watercolors a {
		background: url(graphics/index_watercolors.png) top left no-repeat;
		margin-top: -3px;
		margin-left: 96px;
		}
		#watercolors a:hover {
			background: url(graphics/index_watercolors_over.png) top left no-repeat;
			}
	#bio a {
		background: url(graphics/index_bio.png) top left no-repeat;
		margin-top: -3px;
		margin-left: 168px;
		}
		#bio a:hover {
			background: url(graphics/index_bio_over.png) top left no-repeat;
			}
	#contact a {
		background: url(graphics/index_contact.png) top left no-repeat;
		margin-top: -3px;
		margin-left: 145px;
		}
		#contact a:hover {
			background: url(graphics/index_contact_over.png) top left no-repeat;
			}
/*End Nothing Upcoming*/