body {
	text-align: center;
	font: 12 arial;
	background: #888;
	margin: 0 0 0 0;
	overflow: hidden;
	scrolling: none;
	color: white;
}

a {
	color: #ddd;
	decoration: none;
}

a:hover {
	decoration: underline;
	color: #ff0;
}

h2 {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

img {
	border: 0;
}

.generictext {
	padding: 15px;
	text-align: left;
}

#underconstruction {
	margin-top:150px;
	text-align:center;
}

#navigation {
	background: #888;
	height: 33px;
	width: 689px;
	/*
	position: absolute; 
	left: 70px;
	*/
	display: inline;
	padding: 0 0 0 0;
}

#content {
	background: url(images/center-bg.gif) #000;
	height: 392px;
	width: 100%;
	text-align: center;
	align: center;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.header {
	margin: 62px 0 0 10px;
	padding: 0 0 0 0;
	clear: none;
}
.header h2 span {
	display: none;
	padding: 0 0 0 0;
}

/* artist header + disappearing h2 */
#header-artist h2 {
	background: url(images/header-artist.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* artist statement header + disappearing h2 */
#header-artist-statement h2 {
	background: url(images/header-artist-statement.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* recent exhib header + disappearing h2 */
#header-recent-exhibitions h2 {
	background: url(images/header-recent-exhibitions.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* other work header + disappearing h2 */
#header-other-work h2 {
	background: url(images/header-other-work.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* resume header + disappearing h2 */
#header-resume h2 {
	background: url(images/header-resume.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* contact header + disappearing h2 */
#header-contact h2 {
	background: url(images/header-contact.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* contact header + disappearing h2 */
#header-bfa-exhibition h2 {
	background: url(images/header-bfa-exhibition.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* contact header + disappearing h2 */
#header-rebecca h2 {
	background: url(images/header-rebecca.gif) #888;
	width: 488px;
	height: 86px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* page specific classes here */
#bfa-thumb {
	position: relative;
	left: 35px;
	top: 45px;
	text-align: left;
}

#return-to-recent {
	text-align: center;
	position: relative;
	bottom: 0px;
	margin-top: 310px;	
}