/* 
Flipper Official Website - Version 3.0
Orca Design Team - L.K.Giap
Date Created - 12 March 2010
*/

/*------------------------*/

#C1 {
	margin:0px auto;
	background-color: #FFF;
	width: 1000px;
	height: 1320px;
	background-image: url(../../assets/images/background_content.png);
	background-repeat: no-repeat;
	background-position: top;
}
.C2 {
	width: 900px;
	height: auto;
	margin:0px auto;
}

/*------------------------*/
#SB1 {
	width: 835px;
	height: auto;
	margin: 0px auto;
}
.SB1A {
	width: 835px;
	height: 15px;
	background-image: url(images/bubble_1_A.png);
	background-repeat: no-repeat;
}
.SB1B {
	width: 795px;
	background-image:url(images/bubble_1_B.png);
	padding: 0px 20px 0px 20px;
}
.SB1C {
	width: 835px;
	height: 55px;
	background-image:url(images/bubble_1_C.png);
	background-repeat: no-repeat;
}
.SB2A {
	width: 835px;
	height: 15px;
	background-image: url(images/bubble_2_A.png);
	background-repeat: no-repeat;
}
.SB2B {
	width: 795px;
	background-image:url(images/bubble_2_B.png);
	padding: 0px 20px 0px 20px;
}
.SB2C {
	width: 835px;
	height: 55px;
	background-image:url(images/bubble_2_C.png);
	background-repeat: no-repeat;
}
.SB_Header {
	color:#39C;
	font-weight: bold;
	line-height: 50px;
}
.Speaker {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
}

/*------------------------*/
.C2 a:link, .C2 a:visited {
	color: #39F;
}
.C2 a:hover, .C2 a:active {
	color: #39F;
}
