@charset "utf-8";

#page_container #banner {
	background-image: url(../img/studio/banner.gif);
	height: 135px;
}

#page_container #banner_flash {
	height: 150px;
}

/*              quotation
=====================================================================*/
	
#page_container #text #quotation_text {
	width: 195px;
	border:0;
	padding:30px 20px 0 80px;
	position: relative;
	margin: 43px 0 0 0;
	word-wrap: break-word;
	float: right;
}

#quotation_name {
	width: 195px;
	border:0;
	position: relative;
	float: right;
	padding:0 20px 0 80px;
	margin: 0 0 30px 0;
}


.quotation {
	font-family: Didot, "Times New Roman", Times, serif;
	font-size:19px;
	color: #999;
	line-height:128%;
	text-align:left;
	font-style:italic;
}

.quotation_name {
	font-family: Didot, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCC;
	text-align:left;
	font-style:italic;
}

#quotation_mark_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 90px;
	background-image: url(../img/sider/quotation_mark_left.gif);
	z-index: -1;
}  

#quotation_mark_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90px;
	height: 70px;
	background-image: url(../img/sider/quotation_mark_right.gif);
	z-index: -2;
}  
