/****************
	pc artterm
****************/
#content {
	position: relative;
	height: 820px;
	/*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: 999;
}

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

/* 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: 25px;
}

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

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

/* art term */
#pc_art_term_text {
	background-color: #dfe0e1;
	position: absolute;
	width: 365px;
	height: 590px;
	top: 0px;
	left: 590px;
}

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


/****************
	text
****************/
/* art term */
#pc_art_term_text p {
	font-family: Arial, Helvetica, sans-serif;
	color: #373333;
	background-color: transparent;
	margin: 0;
	padding: 0px 15px 0px 15px;
}

#pc_art_term_title {
	font-size: 1.4em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 10px;
}

#pc_art_term_desc {
	width: 340px;
	height: 510px;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2em;
	overflow: auto;
	margin: 0;
	padding: 0;
}

#pc_art_term_desc p {
	margin: 0;
	padding: 0em 1.0em 1.0em 1.0em;
}

#pc_art_term_desc p#artspeak {
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.1em;
	margin: 0;
	padding: 0em 1.0em 1.0em 1.0em;
}


/****************
	links
****************/
/* artspeak */
#artspeak a, #artspeak a:visited {
	color: #373333;
	text-decoration: none;
}

#artspeak a:hover, #artspeak a:active {
	color: #FF00A4;
	text-decoration: none;
}


