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

#content img {
	border: 0;
}

/* about */
#pc_about_container {
	position: absolute;
	background-color: #FFFFFF;
	position: absolute;
	width: 950px;
	height: 800px;
	top: 55px;
	left: 35px;
}

#pc_about_text_nav {
	/*border: solid 1px black;*/
	position: absolute;
	width: 480px;
	height: 50px;
	top: 10px;
	left: 440px;
}

#pc_about_text_right {
	/*border: solid 1px black;*/
	position: absolute;
	width: 430px;
	height: 580px;
	top: 30px;
	left: 485px;
	overflow: auto;
	padding-top: 30px;
}

#pc_about_text_left {
	/*border: solid 1px black;*/
	position: absolute;
	width: 430px;
	height: 580px;
	top: 30px;
	left: 30px;
	overflow: auto;
}

#pc_about_text_credits {
	position: relative;
	width: 890px;
	height: 200px;
	top: 600px;
	left: 20px;
	border-top: #373333 1px solid;
}

#pc_about_talks_artists {
	border-bottom: solid 1px #373333;
	position: absolute;
	width: 910px;
	height: 250px;
	top: 10px;
	left: 20px;
	position:absolute;
}

#about_talks_credit {
	/* border: solid 1px black;*/
	position: absolute;
	width: 800px;
	height: 20px;
	top: 485px;
	left: 0px;
	position:absolute;
}

/****************
	text
****************/
/* about */
#pc_about_text_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0 0 10px;
}

.pc_about_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #373333;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	margin: 0;
}

.pc_about_text_date {
	font-family: Arial, Helvetica, sans-serif;
	color: #373333;
	font-size: 0.75em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.3em;
	margin-top: -10px;
}

#pc_about_text_nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #373333;
	font-size: 0.65em;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4em;
	padding-top: 10px;
	margin: 0;
	text-align: right;
}

.pc_about_text_credits_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #373333;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	padding-top: 0px;
	margin: 0;
}


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

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

.pc_about_text a, .pc_about_text a:visited {
	color: #373333;
	text-decoration: underline;
}

.pc_about_text a:hover, .pc_about_text a:active {
	color: #FF00A4;
	text-decoration: underline;
}

