
body {
	background-color: #91989b;
	background-image: url('images/grey-background.gif');
	background-repeat: repeat-x;
}

a {
	color: #666;
}


p {
	font: 12px/1.8 Arial, Helvetica, sans-serif;
	margin: 0;
	padding-bottom: 1em;
}

li {
	font: 12px/1.8 Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}

ul {
	margin: 0;
	padding: 0;
	margin-left: 2em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #91989b;
	padding-bottom: 1em;
	margin: 0;
}

#main-outer {
	width: 90%;
	margin: 25px auto 0 auto;
}

#logo {
	background-image: url('images/logo-image.gif');
	width: 323px;
	height: 87px;
	float: right;
	margin-bottom: 10px;
	clear: both;
}

#logo a {
	display: block;
	width: 323px;
	height: 87px;
}

#main-image-background {
	background-image: url('images/small-bowl-6-background.jpg') ;
	background-repeat: no-repeat;
	width: auto;
}

#top-bar {
	width: auto;
	height: 54px;
	background-image: url('images/top-bar-background.gif');
	background-repeat: repeat-x;
	clear: both;
	overflow: hidden;
}

#navigation-icons {
	margin: 0 auto;
	width: 900px;
}

#navigation-icons a {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: solid 1px white;
	float: left;
	margin-top: 13px;
}

#navigation-icons a.home {
	width: 84px;
	background-image:url('images/nav-home.gif');
	margin-left: 21px;
}

#navigation-icons a.home:hover {
	background-image: url('images/nav-home-on.gif');
}

#navigation-icons a.gallery  {
	width: 93px;
	background-image: url('images/nav-gallery.gif');
}

#navigation-icons a.gallery:hover {
	background-image: url('images/nav-gallery-on.gif');
}

#navigation-icons a.statement  {
	width: 179px;
	background-image: url('images/nav-statement.gif');
}

#navigation-icons a.statement:hover {
	background-image: url('images/nav-statement-on.gif');
}

#navigation-icons a.background  {
	width: 134px;
	background-image: url('images/nav-background.gif');
}

#navigation-icons a.background:hover {
	background-image: url('images/nav-background-on.gif');
}

#navigation-icons a.exhibitions {
	width: 124px;
	background-image: url('images/nav-exhibitions.gif');
}

#navigation-icons a.exhibitions:hover {
	background-image: url('images/nav-exhibitions-on.gif');
}

#navigation-icons a.commissions {
	width: 136px;
	background-image: url('images/nav-commissions.gif');
}

#navigation-icons a.commissions:hover {
	background-image: url('images/nav-commissions-on.gif');
}

#navigation-icons a.contact {
	width: 95px;
	background-image: url('images/nav-contact.gif');
	border: 0;
}

#navigation-icons a.contact:hover {
	background-image: url('images/nav-contact-on.gif');
}

#text-box {
	float: right;
	background-color: #fff;
	width: 75%;
	text-align: left;
	filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
	min-height: 400px;
}

#content {
	margin: 30px 50px;
}

#bottombar {
	width: auto;
	height: 36px;
	background-image: url('images/bottom-bar-background.gif');
	background-repeat: repeat-x;
	clear: both;
}

#bottombar p {
	color: white;
	padding: 0;
	margin: 0;
	padding-top: 7px;
	margin-left: 10px;
}

.image-thumbnail {
	background-color: #b9b2b4;
	text-align: center;
	width: 231px;
	margin: 0 5px 5px 0;
	padding: 0;
	float: left;
}

.image-thumbnail img {
	float: left;
	border: solid 1px #666;
	margin: 2px;
}

.image-standard {
	background-color: #b9b2b4;
	float: left;
	margin-right: 20px;
}

.image-standard img {
	border: solid 1px #666;
	margin: 5px;
}

.image-nav {
	width: 70px;
	float: left;
}

.image-details {
	clear: both;
	text-align: center;
}

.hidden {
	display: none;
}

a.zoom {
	text-decoration: none;
	display: block;
	width: 20px;
	height: 30px;
	float: right;
	background-image: url('images/zoom.gif');
	background-position: bottom right; 
	margin-right: 5px;
}