@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
	padding:0px;
}


body{
    background-color:#cfe9f9;
	padding:0px;
	margin:0px auto;
}

#layout{
    width:100%;
	background-image:url(../images/index_layout.jpg);
	background-repeat:repeat-x;
	height:atuo;
}
#content{
    width:1024px;
	height:auto;
	margin:0 auto;
	padding:0px;
	background-image:url(../images/index_new.jpg);
	background-repeat:no-repeat;

}
#content #left{
    width:207px;
	height:650px;

	padding-left:50px;
	float:left;
}
#content #left p{
	height:21px;
	margin-top:355px;
	font-family:"黑体";
	font-size:15px;
	color:#FFFFFF;
	text-indent:4.5em;
	font-weight:bold;
}
#content #left div.language{

	width:207px;
	height:54px;
}
#content #left div.language a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0px;
	display:block;
	height:100%;
	line-height:3.6;
	color:#0066ff;
	text-decoration:none;
	font-weight:bold;
    background-color:#FFFFFF;
	background-image:url(../images/index_link_buttom.jpg);
	background-repeat:no-repeat;
}
#content #left .language a:hover{
    background-color:#0099FF;
	color:#ffffFF;
	background-image:url(../images/index_hover_buttom.jpg);
	background-repeat:no-repeat;
}

#content #top{
    width:765px;
	height:190px;
	float:right;
}
#content #top p{
    color:#FFFFFF;
	padding-top:54px;
	padding-left:570px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#content #top p a{
    text-decoration:none;
	color:#FFFFFF;
}

#content #right{
    float:right;
	width:765px;
	height:460px;

}
#content #right #description{
	width:625px;
	height:230px;
	margin:0px;
	margin-right:60px;
	margin-left:30px;
	margin-top:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:200%;
	overflow:scroll;
	color:#BBDEF9;
	padding:10px;
	border:1px solid #D3E3FA;

}
