#swfBox{
	background-color: #130803;
	height: 502px;
}
.container #textBox{
	margin-top: 20px;
}
.container #textBox h2{
	height: 63px;
	background-image: url(../images/mainText.gif);
	text-indent: -9999px;
	margin-bottom: 20px;
}
.container #textBox #textBoxLeft{
	width: 300px;
	padding: 2px;
	border: 1px solid #BBB;
	float: left;
}
.container #textBox #textBoxRight{
	padding-left: 25px;
	width: 582px;
	float: left;
}
.container #textBox #textBoxRight p{
	font-size: 13px;
	line-height: 2em;
}

.container #newsBox{
	margin-top: 30px;
}
.container #newsBox h2{
	height: 35px;
	background-image: url(../images/h2_news.gif);
	text-indent: -9999px;
	margin-bottom: 10px;
}
.container #newsBox ul{
	background-color: #E6E6E6;
	padding: 10px 15px;
}
.container #newsBox ul li{
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-indent: 10px;
	font-size: 12px;
}
.container #newsBox ul li span{
	color: #261306;
	font-weight: bold;
	margin-right: 20px;
}
.container #newsBox ul li a{
	color: #693E0D;
	font-weight: bold;
}
.container #bannerBox{
	margin-top: 30px;
	margin-bottom: 30px;
}
.container #bannerBox .banner{
	width: 300px;
	float: left;
	padding: 0 3px;
}
.container #bannerBox .banner p{
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	color: #777;
	padding-top: 5px;
}
