/****************
	pc
****************/
#content {
	position: relative;
	height: 940px;
	/*background: #3B3B3B url('../images/pc/bg_blur.jpg') repeat-x 0px 0px;*/
	background-color: #373333;
}

#content img {
	border: 0;
}

a#pc_arrow_left {
	position: absolute;
	top: 330px;
	left: 20px;
	width: 36px;
	height: 50px;
	z-index: 1;
}

a#pc_arrow_right {
	position: absolute;
	top: 330px;
	right: 25px;
	width: 36px;
	height: 50px;
	z-index: 1;
}

/* artist quote */
#pc_artist_quote {
	position: absolute;
	display: block;
	height: 71px;
	width: 770px;
	background: transparent url('../images/pc/quote_box.gif') no-repeat 0px 0px;
	top: 680px;
	left: 20px;
}

/* pages */
#pc_pages {
	position: absolute;
	height: 30px;
	width: 120px;
	top: 660px;
	left: 865px;
}

/* photos */
#pc_photos_container {
	position: absolute;
	background-color: #FFFFFF;
	width: 950px;
	height: 590px;
	top: 55px;
	left: 35px;
}

#pc_photos_row1 {
	/*background-color: red;*/
	position: relative;
	width: 100%;
	height: 195px;
	top: 10px;
	left: 0px;
}

#pc_photos_row2 {
	/*background-color: green;*/
	position: relative;
	width: 100%;
	height: 195px;
	top: 10px;
	left: 0px;
}

#pc_photos_row3 {
	/*background-color: blue;*/
	position: relative;
	width: 100%;
	height: 195px;
	top: 10px;
	left: 0px;
}

.pc_photo_col1 {
	/*border: solid 1px black;*/
	background-color: #FFFFFF;
	position: absolute;
	width: 175px;
	height: 175px;
	top: 0px;
	left: 20px;
}

.pc_photo_col2 {
	/*border: solid 1px black;*/
	background-color: #FFFFFF;
	position: absolute;
	width: 175px;
	height: 175px;
	top: 0px;
	left: 203px;
}

.pc_photo_col3 {
	/*border: solid 1px black;*/
	background-color: #FFFFFF;
	position: absolute;
	width: 175px;
	height: 175px;
	top: 0px;
	left: 385px;
}

.pc_photo_col4 {
	/*border: solid 1px black;*/
	background-color: #FFFFFF;
	position: absolute;
	width: 175px;
	height: 175px;
	top: 0px;
	left: 568px;
}

.pc_photo_col5 {
	/*border: solid 1px black;*/
	background-color: #FFFFFF;
	position: absolute;
	width: 175px;
	height: 175px;
	top: 0px;
	left: 750px;
}

/* art terms */
#pc_art_terms {
	position: absolute;
	height: 80px;
	width: 100%;
	background: transparent url('../images/pc/redbar_long.gif') no-repeat 0px 0px;
	top: 770px;
	left: 20px;
}


/****************
	text
****************/
/* artist quote */
#pc_artist_quote span.quote {
	position: absolute;
	font-family: Georgia, Times New Roman, Times, serif;
	/*color: #FFFFFF;*/
	background-color: transparent;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
	width: 740px;
	top: 5px;
	left: 10px;
	text-indent: 0;
}

#pc_artist_quote span.artist {
	position: absolute;
	font-family: Georgia, Times New Roman, Times, serif;
	/*color: #FFFFFF;*/
	background-color: transparent;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0em;
	width: 200px;
	top: 50px;
	right: 10px;
	text-indent: 0;
	text-align: right;
	float: right;
}

/* pages */
#pc_pages p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: transparent;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0em;
	width: 120px;
	text-align: right;
	margin: 0;
	padding: 0;
}


/****************
	links
****************/
/* artist quote */
#pc_artist_quote a, #pc_artist_quote a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#pc_artist_quote a:hover, #pc_artist_quote a:active {
	color: #C2C2C2;
	text-decoration: none;
}

