body{
	width: 799px;
	margin: 0 auto;
	padding: 0;
	background: #ededee url(../images/bg.png) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	color: #036;
	font-size: 76%;
	line-height: 1.3em;
}
img{
	border: 0;
}
a:link, a:active{
	color: #09C;
}
a:visited, a:hover{
	color: #069;
}
p{
	font-size: 1.1em;
	line-height: 1.2em;
	text-indent: 1em;
	margin: 5px 10px;
}
h2{
	font-size: 3.9em;
	line-height: 1.0em;
	color: #999;
	font-weight: bold;
	height: 50px;
	margin: 10px 0 5px 10px;
}
h3{
	font-size: 1.2em;
	font-weight: normal;
}

#banner a{
	display: block;
	height: 167px;
	background: url(../images/banner.jpg) no-repeat;
	text-decoration: none;
}
#banner h1{
	margin: 0;
}
#banner h1 span{
	display: none;
}

#menu{
	height: 25px;
	background: url(../images/menu.png) no-repeat;
	font-size: 0.8em;
	line-height: 2.0em;
}

#menu ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: auto;
}

#menu li{
	display: inline;
	margin: 0;
	padding: 0 2px;
}

#menu li.cat{
	padding-left: 5px;
	text-transform: uppercase;
}

#menu a{
	text-decoration: none;
}

#body{
	padding: 20px;
	min-height: 500px;
}

#footer{
	height: 55px;
	background: url(../images/footer.png) center bottom no-repeat;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em; 
	color: #369;
}

#index{
	width: 795px;
	position: absolute;
	text-align: right;
	top: 1px;
	font-size: 0.8em; 
	color: #369;
}
#right{
	width: 200px;
	float:right;
	padding: 10px 0 10px 10px;
}

/* SEARCH RESULTS (THUMBNAILS) */
div.float {
	float: left;
	width: 185px;
	height: 275px;
	text-align: center;
}
div.float a{
	text-decoration: none;
	display: block;
}
div.spacer {
	display: block;
	height: 0;
	clear: both;
}
div.float img {
	padding: 0 5px 5px 0;
	background: url(../images/img_bg.png) bottom right no-repeat; 
	margin: 10px 5px;
}

div.float h3{
	font-weight: bold;
	margin:0;
}

/* IMAGE DISPLAY */
#image{
  text-align: center;
  margin: 25px;
  }
#image img {
  background: #fff;
  border: 1px solid #a9a9a9;
  border-right: 2px outset #a9a9a9;
  border-bottom: 2px outset #a9a9a9;
  padding: 5px;
  min-height: 200px;
  min-width: 200px;
  margin: 0 5px 5px 0;
  }

ul.image_info{
	margin:0;
	padding: 0;
}
ul.image_info li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_info #title{
	font-size: 3em;
	display: block;
	text-align: center;
}
.image_info #row2{
	text-align: right;
	font-size: 2em;
}
.image_info .artist{
	font-style: italic;
	text-decoration: none;
}
.image_info .year{
	font-size: 0.8em;
	font-style: normal;
	text-decoration: none;
}
.image_info #material{
	font-size: 1em;
	font-style:italic;
	clear: both;
}
.image_info #location{
	font-size: 1em;
}
.image_info #commission{
	font-size: 1em;
}
.center{
	text-align: center;
}

.info li{
	list-style: none;
}
.info li a{
	display: block;
	height: 30px;
	margin: 20px 25px;
}

/* SEARCH BY ARTIST */
dl{
	display: block;
	float: left;
	padding: 0 1.5em;
}
dt{
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 0.2em;
}
dd{
	margin: 0 0 0 2em;
	width: 125px;
}


/* FRIENDS */
.friends {

  }
  .friends ul {
    list-style: none;
    }
    .friends ul li {
       text-align: left;
       }
