body {
	background: #fff;
	font-family: "Optima", Helvetica, Arial, sans-serif;
	margin: 0;
	margin-bottom: 20px;
	
	text-align: center;
	
	color: #27323c;
	font-size: 80%;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
}

p {
	line-height: 1.7em;
	margin: 0 0 1.3em 0;
}

li {
	margin-top: 0.7em;
}

a {
	color: #689d45;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #87b668;
}

img {
	border: 0;
}

hr {
	border: 0;
	border-top: 1px solid #eeeeee;
}

#masthead {
	margin: 0 auto;
	width:837px;
	height:300px;
}

#masthead #header1 {
	width:837px;
	height:244px;
}

#masthead #header2 {
	float: left;
	width:243px;
	height:15px;
	background: url(../images/header2.jpg);
}

#masthead #header3 {
	float: left;
	width:251px;
	height:15px;
	background: url(../images/header3.jpg);
}

#masthead #header4 {
	float: left;
	width:837px;
	height:41px;
	background: url(../images/header4.jpg);
}

#masthead #portfolio {
float: left;
	width:126px;
	height:15px;
}

#masthead #exhibitions {
float: left;
	width:128px;
	height:15px;
}

#masthead #artist {
float: left;
	width:89px;
	height:15px;
}

#content {
	margin: 0 auto;
	width: 600px;
	text-align: left;
}

#content img.left {
    margin-top: 5px;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 1em;
    float: left;
}

#content img.right {
    margin-top: 5px;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 0;
    float: right;
}

#content img.border {
    border: 1px solid #eeeeee;
}

#footer {
	clear: both;
	margin-top: 3em;
	color: #ccc;
}
#footer a {
	color: #ccc;
}




.piece {
	padding: 20px;
	border-top: 1px solid #eeeeee;
	height: 200px;
}

.piece img.full {
	float: left;
	width: 151px;
	height: 200px;
	margin: 0 20px 20px 0;
}

.piece .detail {
	float: left;
	height: 200px;
	width: 90px;
	margin-right: 100px;
}

.piece .detail img {
	height: 90px;
	width: 90px;
	margin-bottom: 20px;
}

.piece .description {
	height: 200px;
}
