body,html
	{
		margin: 0;
		padding: 0;
		height: 100%;
		font-family: Verdana, Arial;
		background-color: #FFF;
		font-size: 12px;
		color: #FF5300;
		background: url(../pictures/structure/body_background.png);
		background-position: center;
		background-repeat: repeat-y;
	}

img
	{
		border: none;
	}

a
	{
		text-decoration: underline;
		color: #114432;
	}

a:hover
	{
		text-decoration: none;
	}


p
	{
		margin-top: 0px;
	}

.cleardiv
	{
		clear: both;
	}

#container
	{
		position: relative;
		margin: auto;
		width: 800px;
		min-height: 100%;
		height: 100%;
	}

#container.home
	{
		background: url(../pictures/structure/main_background_home.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

#container.bio
	{
		background: url(../pictures/structure/main_background_bio.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

#container.work
	{
		background: url(../pictures/structure/main_background_work.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

#container.info
	{
		background: url(../pictures/structure/main_background_info.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

#main
	{
		width: 756px;
		background-color: #FFF;
		padding-left: 22px;
		padding-right: 22px;
		padding-top: 25px;
		padding-bottom: 25px;
		position: relative;
	}

#container.home #main
	{
		background-color: transparent;
	}

#container.info #contentLeft
	{
		width: 340px;
		text-align: justify
	}

#container.info #contentLeft p.intro
	{
		font-weight: bold;
	}

#container.info #contentRight
	{
		position: absolute;
		right: 20px;
		top: 25px;
	}

#container.info #emailAddress
	{
		margin-left: 63px;
	}

#container.bio br
	{
		line-height: 35px;
	}

#container.bio table
	{
		width: 610px;
		border-collapse: collapse;
	}

#container.bio table th
	{
		height: 30px;
		text-indent: -1000px;
		text-align: left;
	}

#container.bio table th.selectedExhibitions
	{
		background: url(../pictures/content/bio_header_selectedexhibitions.png);
		background-repeat: no-repeat;
	}

#container.bio table th.awardsAndGrants
	{
		background: url(../pictures/content/bio_header_awardsandgrants.png);
		background-repeat: no-repeat;
	}

#container.bio table th.collectors
{
	background: url(../pictures/content/bio_header_collectors.png);
	background-repeat: no-repeat;
}

#container.bio table th.education
{
	background: url(../pictures/content/bio_header_education.png);
	background-repeat: no-repeat;
}

#container.bio table td
	{
		vertical-align: top;
	}

#container.bio table td.year
	{
		font-weight: bold;
		width: 100px;
	}

#container.work #workcatsHeader
	{
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14px;
	}

#container.work #workcats
	{
		list-style: none;
		padding: 0;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 70px;
		font-weight: bold;
	}

#container.work #workcats a
	{
		text-decoration: none;
	}

#container.work #workcats a:hover
	{
		color: #FF5200;
	}

#container.work #workcats a.active
	{
		color: #FF5200;
	}

#container.work #thumbnails
	{
		width: 260px;
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
	}

#container.work #thumbnails li
	{
		display: inline;
		padding-right: 20px;
	}

#container.work #thumbnails li img
	{
		margin-bottom: 20px;
	}

#container.work #details
	{
		float: left;
		margin-top: -90px;
	}

#container.work #workTitle
	{
		background-color: #FF5200;
		font-weight: bold;
		font-size: 14px;
		margin-top: 10px;
	}