#wrapper  {
	color: #333;
	background-color: #fff;
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 750px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #fff;
	line-height: 140%;
}

#content {
	text-align: left;
	border: 0;
	margin: 0;
}

/*- GENERAL HTML -----------------------------------------------------------*/

h1, h2, h3 {
		color: #111;
		padding-bottom: 20px;
		margin: 0 10px 0 20px;
		font-weight: normal;
}

p {
	text-align: justify;
	padding: 0 190px 20px 40px;
}

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

a:hover {
	text-decoration: underline;
	color: #b34;
}

/*- BANNER -----------------------------------------------------------------*/

#banner { /* the "Robert Fisher" bar at the top of the page */
	clear: both;
	/* background: #777 url(/_i/backgrounds/baner.jpg); */
	padding: 31px 0 20px 40px;
}

a.banner { /* and the link */
	color: #444;
	font-size: 16pt;
}

/*- NAVIGATION HEADER AND FOOTER -------------------------------------------*/

#navbar { /* top level directory bar */
	clear: both;
	padding: 0 0 1px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}

#navbar li, #lnavbar li  {
	display: inline;
	list-style-type: none;
}

#lnavbar {
	margin-bottom: 40px;
	text-align: right;
}

li.here {
	color: #fff;
	background-color: #999;
	padding: 1px 5px;
	border-bottom: 2px #734 solid;
}

li.herep {
	color: #444;
	background-color: #bbb;
	padding: 1px 5px;
	border-bottom: 2px #734 solid;
}

#footer { /* (c) at the bottom of each page */
	border-top: 1px solid black;
	text-align: right;
	padding: 5px 0 40px 0;
}

a.zones { /* top level directories */
	color: #888;
	padding: 0 10px 0 5px;
}

a.page { /* top level directories */
	color: #aaa;
	padding: 0 10px 0 5px;
}


div.caption {
	background-color: #f0ede0;
	text-align: right;
	font-size: 10px;
	padding: 2px;
	margin: 10px;
}

p.full {
	padding-right: 40px;
}

.clear {
	clear: both;
	padding-top: 10px;
}

dl {
	margin-left: 50px;
}

dt {
	font-size: 12pt;
	margin-top: 2em;
	margin-bottom: 1em;
}

.right {
	clear: both;
	text-align: right;
	padding: 10px 50px 10px 10px;
}

div.explanation {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #733;
}

div.price {
	margin-top: 50px;
}

div.explanation_wide {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #733;
	clear: both;
	padding-left: 50px;
	padding-right: 10px;
}

div.nav116, div.prevnext116 {
		clear: both;
		/*
		background: #eee;
		*/
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 2px;
		text-align: center;
		line-height: 15px;
}

div.prevnext116 {
		margin-top: 2em;
		border-top: 1px solid #daa;
		border-bottom: 1px solid #daa;
}

div.title116, div.subtitle116 {
		/* the 1-116 paintings have BIGGER titles */
		text-align: left;
		font-size: 30px;
		font-weight: bold;
		color: #111;
		margin-bottom: 25px;
}

div.subtitle116 {
		font-size: 12pt;
}

.cen {
		clear: both;
		text-align: center;
}

ul {
		margin: 0;
		padding: 0;
}

ul.rules {
	margin-left: 5em;
	margin-right: 10em;
	text-align: justify;
	padding-left: 2em;
}

li {
	padding-bottom: 1em;
}


div.ksh {
	width: 70%;
	margin: 10px auto;
	font-family: "Lucida Typewriter", "Consolas", "Courier New";
	font-size :11px;
	background: #f0f0f0;
	border: 1px solid #444;
	padding: 20px;
	font-weight: bold;
}


div.p_title {
		font-weight: bold;
		font-size: 16px;
		text-align: left;
		margin: 10px 0 10px 0;
		padding-bottom: 10px;
		border-bottom: 1px solid black;
}

div.p_info {
		text-align: right;
		margin-top: 10px 60px;
}

/* normal pictures */

div.Painting {
	/* don't put the two margins in the same line. It breaks on IE */
	margin-bottom: 15px;
	padding: 10px;
}

IMG.Painting_center {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


div.description {
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 15px;
	float: right;
	text-align: right;
	line-height: 20px;
	color: #888;
	padding-bottom: 20px;
}

div.title {
		font-size: 15px;
		color: #111;
		margin-bottom: 10px;
}

div.smallspacer {
		margin-top: 1em;
}

div.spacer {
		margin-top: 5em;
}

/* front page stuff */

.section {
	margin: 5px 0 5px 50px;
	width: 450px;
	padding: 20px;
	border: 1px solid #f0f0f0;
}

.sectiontitle {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	margin-right: 85px;
}

.sectionbody {
	font-size: x-small;
	text-align: justify;
	margin: 10px 80px 0 10px

}

/*- EXHIBITIONS ------------------------------------------------------------*/

div.exbn {
		clear: both;
		margin: 10px 80px;
}


