/************* Homepage *************/

div.box_main {
	text-align:center;
}

div.top_container{
	position:relative;
	width:970px; height:700px;
	margin:0px auto 0px auto;
	
	text-align:left;
}

div.top_container div.left_content,
div.top_container div.right_content {
	position:relative;
	float:left;	
}

div.top_container div.left_content {
	width:620px;
}

div.top_container div.right_content {
	float:right;
	width:340px;	
}

/***** Left Content *****/
div.left_content div.left_content_title{
	position:absolute;
	top:0px; left:0px;
	width:615px;
	height:52px
}
div.left_content div.left_content_words{
	position:absolute;
	top:60px; left:0px;
	width:610px;
	font-size:15px;
	line-height:20px;
	word-wrap:break-word;
}
div.left_content div.left_content_button{
	position:absolute;
	top:130px; left:0px;
	width:100px; height:36px;
	*width:610px;
	_width:610px;
	padding:0  0 0 510px;
	text-align:right;
}
div.left_content div.left_content_flash{
	position:absolute;
	top:185px; left:0px;
	width:615px;
	text-align:right;
}
div.left_content div.left_content_title2{
	position:absolute;
	top:595px; left:0px;
	width:615px;
}

/***** Right Content ****/
#right_shadow {
	position:absolute;
	top:68px; left:0px;
}

div.right_content div.right_title{
	position:absolute;
	top:5px; left:40px;
	width:265px;
	height:59px;
}
div.right_content div.right_news{
	position:absolute;
	top:65px; left:40px;
	width:280px;
	height:239px;
	background-image:url(../images/news_frame.jpg);
	background-position:left;
	background-repeat:no-repeat;
	
	text-align:center;
}

div.right_content div.right_news div.right_inner {
	width:225px; height:100px;
	margin:20px auto 0px 30px;
	text-align:left;
	
}

div.right_content div.right_news div.right_inner div.news_row {
	margin-bottom:10px;
}

div.right_content div.news_row p {
	margin:0px;
}

div.right_content div.news_row p.date {
	font-size:16px;
	font-weight:bold;
	color:#1A7284;
	
	margin-bottom:3px;
}

div.right_content div.news_row p.title {
	font-size:12px;
}

div.right_content div.right_pic1{
	position:absolute;
	top:320px; left:40px;
	width:289px;
	height:185px;
}
div.right_content div.right_pic2{
	position:absolute;
	top:510px; left:100px;
	width:157px;
	height:152px;
}

/***** Bottom Container *****/
div.bottom_container{	
	width:950px;
	text-align:center;
	margin:0px auto 0px auto;
	height:190px;
	background-image:url(../images/home_dotline.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
div.bottom_container table{
	width:940px;
	text-align:center;	
}
div.bottom_container table tr.word  td{
	padding:20px;
	height:15px;
	vertical-align:middle;
}
div.bottom_container table tr.word img{	
	display:inline;
}
div.bottom_container table tr.pic img{
	margin:0px auto 0px auto;
}
