html {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	height:100%;
	margin:0px;
	padding:0px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color:#555;
	font-size: 11px;
	}
	
#wrap {
	min-height:100%;
	width: 100%;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0;
	text-align: left;
	background: url(../images/spliterbg.gif) repeat-y center;
}

* html #wrap {
	height:100%
}

#inner-wrap {
	padding-bottom:80px;
}

#inner-wrap:after {
	display:block;
	clear:both;
}

* html #inner-wrap {
	height:1px;
}

#content{
	text-align:left;
	vertical-align:top;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-left:5px;
	padding-right:5px;
}

a:link, a:visited {
	color:#666;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* MENU */

#navigation img { border: none; }
ul { text-align:left; margin:1em 0;padding:0}
#navigation li { display: inline; list-style:none; }
#navigation li a { display:block; height: 18px; margin: 0; }
#navigation li a img {  border:none; vertical-align:bottom; /* for IE6 */}
#navigation li a:hover { visibility:visible; }
#navigation li a:hover img { visibility:visible; }
#navigation li a:hover img { visibility:hidden; }

#home { background:url(../images/nav/home-over.gif) no-repeat left bottom; }
#artists { background:url(../images/nav/artists-over.gif) no-repeat left bottom; }
#exhibiting { background:url(../images/nav/exhibiting-over.gif) no-repeat left bottom; }
#resources { background:url(../images/nav/resources-over.gif) no-repeat left bottom; }
#exhibitions { background:url(../images/nav/exhibitions-over.gif) no-repeat left bottom; }
#editions { background:url(../images/nav/editions-over.gif) no-repeat left bottom; }
#publications { background:url(../images/nav/publications-over.gif) no-repeat left bottom; }
#news { background:url(../images/nav/news-over.gif) no-repeat left bottom; }
#press { background:url(../images/nav/press-over.gif) no-repeat left bottom; }
#coverage { background:url(../images/nav/coverage-over.gif) no-repeat left bottom; }
#releases { background:url(../images/nav/releases-over.gif) no-repeat left bottom; }
#about { background:url(../images/nav/about-over.gif) no-repeat left bottom; }
#contact { background:url(../images/nav/contact-over.gif) no-repeat left bottom; }

body.home #navigation li.home img,
body.artists #navigation li.artists img,
body.exhibiting #navigation li.exhibiting img,
body.resources #navigation li.resources img,
body.exhibitions #navigation li.exhibitions img,
body.editions #navigation li.editions img,
body.publications #navigation li.publications img,
body.news #navigation li.news img,
body.press #navigation li.press img,
body.coverage #navigation li.coverage img,
body.releases #navigation li.releases img,
body.about #navigation li.about img,
body.contact #navigation li.contact img { visibility:hidden;}

.hide{display: none;}
.show{display: block;}

/* END MENU */

h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial;
	color:#999;
	margin:0px;
	padding:0px;
	font-size: 18px;
}

h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial;
	color:#666;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

hr {
	border: 0;
	height: 1px;
	background-color:#999;
	color:#84a149;
}

copy{
	color:#666;
	font-size:9px;
	text-align:left;
	padding:5px;
}

#shadow {
	min-height: 14px;
	background: url(../images/shadow.png) no-repeat top center;
	width: 100%;
	}
	
#bottomshadow {
	min-height: 14px;
	background: url(../images/bottomshadow.png) no-repeat top center;
	width: 100%;
	}

#artnet {
	min-height: 60px;
	text-align:center;
	}

p{
	text-align:justify;
	font-family: Helvetica, Arial, sans-serif;
	color:#555;
	font-size: 12px;
}

#footer {
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
}

#sponsor {
	padding-top:5px;
	background-color: #EEE;
}