body {
	margin: 20px 10px;
	text-align: center; /* hack for IE5: will reset to left in #wrapper */
}
body, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	line-height: 150%;
}
img {
	border: 0;
	display: block;
}
a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #999;
	color: #333;
}

a:hover, a:active {
	border-bottom: 1px solid #333;
}
.clear {
	clear: both;
}
h2 {
	margin-top: 0;
	font-size: 13px;
}
h4 {
	font-size:  11px;
}
#wrapper {
	width: 758px;
	margin: 0 auto;
	text-align: left; /* hack for IE5 */
}

#header {
	margin-bottom: 60px;
	font-size: 10px;
}
#header img {
	margin-top: 8px;
	float: left;
}
#header div#right {
	float: left;
	margin-left: 44px;
	height: 102px;
	border-left: 1px solid #9fcf67;
	padding-left: 34px;
}
#header #info {
	line-height: 200%;
	margin-top: 8px;
}
#header ul {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
#header li {
	display: inline;
	margin-right: 40px;
}

#header a:link, #header a:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #9fcf67;
	border-bottom-style: none;
}
#header a:hover {

		border-bottom: 1px solid #ccc;
}

#headerclear {
	clear: both;
}
#breadcrumb {
	text-transform: uppercase;
	margin-bottom: 24px;
	color: #999;
}

#breadcrumb h2 {
	display: inline;
	font-size: 11px;
	color: #333;
	white-space:  nowrap;
}

#breadcrumb a:link, #breadcrumb a:visited {
	font-weight: bold;
	color: #9fcf67;
	border-bottom-style: none;
}
#breadcrumb a:hover {
	border-bottom: 1px solid #ccc;
}

h3 {
	color: #9fcf67;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom-style: none;
	margin-top: 0;
}
p.title {
	font-weight: bold;
	font-size: 13px;
}

div#mainlayout {
	width: 759px;
	margin: 0 auto;
}

.inner {
	border: 1px solid #9fcf67;
	background-color: #fff;
	position: relative;	
	top: -6px;
	left: -6px;
	padding: 15px;
}
.outer {
	border: 1px solid #9fcf67;
	background-color: #fff;
	position: relative;
	top: 6px;
	left: 6px;	
}

#footer {
	clear: both;	
	font-size: 10px;
	color: #999;
	padding-top: 50px;
}

#footer a:link, #footer a:visited {
	color: #999;
	border-bottom-color: #999;
}

/* exhibitions */
#exhibleft {
	float: left;
	width: 384px;
}
#exhibright {
	float: right;
	width: 340px;
	margin-top: 15px;
}
#pastexhib {
	margin-top: 30px;
}

/* gridlayout */

#gridlayout {
}
#gridlayout tr {
	height: 100px;
}
#gridlayout td.content {
	width: 300px;
	padding: 0 20px 20px 0;
}
#gridlayout .image {
	width: 100px;
}
#gridlayout .detail {
	padding-left: 20px;
}
#gridlayout .inner {
	padding: 10px;
}

/* detail layout */

#detailleft {
	/*width: 350px;*/
	float: left;
}
#detailright {
	width: 378px;
	float: left;
	margin-left:  25px;
}

/* upcoming exhibitions */
.upcomingexhibition {
	border-bottom: 1px dotted #ccc;
	padding:  10px 0;
}

/* exhibition detail */
.artisttable td {
	border-bottom: 1px dotted #ccc;
	padding: 5px 10px;
}
.artisttable th {
	font-size: 10px;
	font-weight:  normal;
	color:  #666;
	padding: 5px 10px;
	border-bottom: 1px dotted #ccc;
}
.artisttable .col2, .artisttable .col3  {
	text-align:  center;
}
.artisttable {
	border: 1px dotted #ccc;
	border-collapse: collapse;
	margin:  20px 0;
}

/* artist detail */
.exhibdates {
	color:  #666;
	font-size: 10px;
	padding-left:  5px;
}

/* image grid */
#imagegrid {
	margin-top:  40px;
}
#imagegrid .col0, #imagegrid .col1 {
	float: left;
	margin:  0 40px 0 0;
}
#imagegrid .col2 {
	float: left;
	margin:  0 0 0 0;
}

/* image detail */
#viewimage {
	margin-top:  40px;
}
.caption {
	margin: 10px 0 50px 0;
	width: 225px;
}

/* press release */
.pressrelease {
	width:  450px;
	margin-top:  40px;
}

/* contact */
#contact {
	margin-top:  40px;
}
#contact #detailleft img {
	border:  1px solid #ccc;
}
#contact p {
	margin:  0 0 20px 0;
}

/* bullets */
.bullets {
	margin-left:  1em;
}
.bullets p {
	text-indent:  -1em;
}
.notes {
	font-size:  10px;
	color:  #666;
}

a:link.imagelink, a:visited.imagelink {
	border-width:  0;
}

