body {
	background: white url('/_images/Backgrounds/aboutUs.jpg') repeat top right;
}

#artistGallery {
	background-color: white;
}

h2 {
	width: 625px;
	border-bottom: 1px dotted #336699;
}

#content .galleryList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .column2 {
	width: 50%;
	float: left;
}

#content .column3 {
	width: 30%;
	float: left;
}

#content #mainArea {
	position: relative;
}


#content a {
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#sidebar {
	position: relative;
}

#sidebar a.plusSign:hover {
	text-decoration: none;
}

#side {
	float: right;
}

#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side li {
	padding-top: 3.1em;
	float: left;
}

#sidebar .section {
	margin-bottom: 1em;
	border-bottom: none;
}

#content.artist #sidebar {
	height: 80px;
}

#content.artist #sidebar ul {
	position: absolute;
	left: 10px;
	bottom: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content.artist #sidebar li {
	float: left;
	margin-right: 0.5em;
	padding-top: 20px;
	padding-right: 0.5em;
	border-right: 1px dotted #336699;
}

#content #fullGalleryIndex a {
	margin-right: 10px;
	font-weight: bold;
}

.clickToEnlarge {
	position: absolute;
	right: 10px;
	margin-top: 0.7em;
	text-transform: uppercase;
	color: #993300;
	cursor: default;
}

/* @group Two-column display section */

	#content .column2 li {
		float: left;
		width: 435px;
		background-color: white;
		margin-top: 20px;
		margin-left: 10px;
		padding: 10px;
	}
	
	* html #content .column2 li {
		width: 421px;
	}
	
	#content .first li {
		margin-left: 0;
	}

	#content .column2 li a.artwork {
		width: 178px;
		float: left;
	}

	#content .column2 li div.info {
		float: left;
		width: 233px;
		overflow: hidden;
		padding-top: 2em;
		padding-left: 2em;
	}
	
	* html #content .column2 li div.info {
		width: 223px;
	}

	#content .column2 li div a.title {
		font-family: Georgia, serif;
		font-size: 12pt;
	}

/* @end */

/* @group Slideshow */

	div.slideshow {
		float: right;
		clear: none;
		text-align: center;
		width: 257px;
		overflow: hidden;
	}

	.slideshow img {
		height: 150px;
		border: none;
	}

	#artworkSlideshowCache {
		display: none;
	}

/* @end */

/* @group Full Gallery */

	#content.fullgallery #fullGalleryIndex {
		position: absolute;
		margin-left: 15em;
		margin-top: 0.5em;
	}
	
	#content.fullgallery #fullGalleryIndex a {
		margin-right: 10px;
		font-size: 11pt;
		font-weight: bold;
	}
	
	#content.fullgallery .clickToEnlarge {
		left: 10px;
		bottom: 10px;
	}
	
/* @end */

/* @group Museum Gallery */

	#content.artgallery .clickToEnlarge {
		left: 10px;
		bottom: 10px;
	}
	
/* @end */

/* @group About the Artist */

	div.aboutArtist {
		float: left;
		width: 625px;
		clear: both;
		margin: 1em 0;
		padding: 10px;
		background-color: white;
	}
	
/* @end */