* {
	margin: 0;
	padding: 0;
}

body {
	background: #990000;
}

#limiter {
	width: 700px;
	margin: 0 auto;
}

#top {
	height: 74px;
}

#top h1 {
	width: 328px;
	height: 74px;
	position: relative;
}

#top h1 a {
	position: absolute;
	width: 328px;
	height: 74px;
	text-indent: -999em;
	background: url(images/zenomap.gif) top center no-repeat;
}

#top h1 a:hover, #top h1 a.current {
	background-position: bottom;
}

#main {
	background: url(images/newsbg.gif) top left repeat-y;
	padding-left: 107px;
}

#navigation ul {
	list-style: none;
	height: 10px;
	padding: 7px 0 12px 13px;
}

#navigation ul li {
	float: left;
	padding: 0 10px;
	background: url(images/navbreaker.gif) bottom right no-repeat;
}

#navigation ul li a {	
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -999em;
}

#navigation ul li a:hover, #navigation ul li a.current {
	background-position: bottom;
}

a#homelink {
	width: 24px;
	background: url(images/home.gif) top center no-repeat;
}

a#newslink {
	width: 25px;
	background: url(images/news.gif) top center no-repeat;
}

a#exhibitionlink {
	width: 48px;
	background: url(images/exhibition.gif) top center no-repeat;
}

a#projectslink {
	width: 43px;
	background: url(images/projects.gif) top center no-repeat;
}

a#webworklink {
	width: 46px;
	background: url(images/webwork.gif) top center no-repeat;
}

a#venuelink {
	width: 28px;
	background: url(images/venue.gif) top center no-repeat;
}

a#backgroundlink {
	width: 56px;
	background: url(images/background.gif) top center no-repeat;
}

a#creditslink {
	width: 36px;
	background: url(images/credits.gif) top center no-repeat;
}

a#linkslink {
	width: 25px;
	background: url(images/links.gif) top center no-repeat;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
}

a.current {
	text-decoration: underline;
}	

#inner {
	background: #eeeeee;
	padding-left: 58px;
	border-right: 1px solid #eeeeee;
	min-height: 400px;
	padding-bottom: 100px;
}

#inner p, #inner h2, #inner ul {
	padding-left: 8px;
	padding-right: 90px;
}

#inner ul {
	padding-left: 25px;
}

p, #inner ul {
	font-family: Verdana, sans-serif;
	line-height: 22px;
	padding-bottom: 12px;
	word-spacing: -0.7px;
	font-size: 11px;
}

#inner li {
	list-style-type: square;
}

#inner a img {
	border: none;
	margin: 0 2px -3px 0;
	padding: 0;
}

* html #inner a img {
	margin: 0 2px 2px 0;
}

#inner .sponsorship {
	width: 430px;
	padding: 8px 0;
	border: 1px dotted black;
	border-width: 1px 0;
}

#inner .sponsorship .images {
	margin-top: 3px;
	float: left;
}

#inner .sponsorship .text p {
	font-family: sans-serif;
	font-size: 9px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}	

#inner h2.pad {
	padding-bottom: 12px;
}

.block {
	background: #990000;
	color: #FFFFFF;
	padding: 20px 10px;
	font-size: 9px;
	border-top: 1px dotted #eeeeee;
}

.artist, .artist a {
	font-size: 18px;
	font-family: Georgia, serif;
	font-style: italic;
	color: white;
	font-weight: bold;
}

.artist a:hover {
	color: black;
}

.upper {
	line-height: normal;
	letter-spacing: 1px;
	font-size: 9px;
	font-family: sans-serif;
	text-transform: uppercase;
}

.mar {
	margin-top: 10px;
}

.white {
	border-top: 10px solid #eeeeee;
	background: white;
}

#inner p.credit {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	line-height: 16px;
	padding-top: 22px;
	color: #990000;
}