/* this is the stylesheet for a centered layout, with green header and knockout logo */
/*div {
	border: 1px solid #999;
	}*/
body {
	position:relative;
	background: #ffffff repeat-x url(/gfx/body_bg.gif);
	color: #333333;
	font: 12px Arial, sans-serif;
	text-align: center;
	}
#wrapper { /* contains all page content */
/*	background-image: url(gfx/10x60.png); */
	width:840px;
	margin:0 auto;
	text-align: left;
	}
h1 { /* contains logo header with link */
	margin-left:18px;
	height: 56px;
	background: no-repeat url(/gfx/logo_trans.gif);
	text-indent: -1000px;
	}
h1 a {
	display: block;
	width:456px;
	height:56px;
	}
em	{
	font-style: italic;
	}
#navbar, #nav {
	margin: 10px 0 30px 178px;
	}
#navbar li, #nav li {
	float: left;
	}
#content {
	margin: 4em 0;
	}
#sidebar { /* the left column, including the show title */
	float: left;
	width: 160px;	/* this leaves 20px between sidebar and slideshow */
	margin-top: 5em;
	text-align: right;
	}
h2 { /* goes inside sidebar */
	border-right: 1px solid #333;
	padding: .5em 20px .5em 0;
	}
h3 {
	font-size: 1.25em;
	margin-bottom: 1em;
	}
h4 {
	margin:0 0 1em;
	}
#gallery img {
	margin: 1em 0;
}

/* NEW NAV BAR */

#nav li {		float:left;overflow: hidden;}

#nav li a {	height: 12px; display: block; text-indent: -9999px; margin-right: .8em;}

a#artist {	width:50px;background:url(/gfx/nav.gif) no-repeat 0px 0px; }
a#exhib {		width:72px;background:url(/gfx/nav.gif) no-repeat -100px 0px; }
a#pubs {		width:83px;background:url(/gfx/nav.gif) no-repeat -200px 0px; }
a#news{		width:34px;background:url(/gfx/nav.gif) no-repeat -300px 0px; }
a#history {	width:50px;background:url(/gfx/nav.gif) no-repeat -400px 0px; }
a#contact {	width:53px;background:url(/gfx/nav.gif) no-repeat -500px 0px;}

a:hover#artist  {	width:50px;background:url(/gfx/nav_on.gif) no-repeat 0px 0px; }
a:hover#exhib {	width:72px;background:url(/gfx/nav_on.gif) no-repeat -100px 0px; }
a:hover#pubs {		width:83px;background:url(/gfx/nav_on.gif) no-repeat -200px 0px; }
a:hover#news{		width:34px;background:url(/gfx/nav_on.gif) no-repeat -300px 0px; }
a:hover#history {	width:50px;background:url(/gfx/nav_on.gif) no-repeat -400px 0px; }
a:hover#contact {	width:53px;background:url(/gfx/nav_on.gif) no-repeat -500px 0px;}

