@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
	padding:0px;
}


body{
	background:#D4E6EE url(../images/index_top.gif) repeat-x left top;
}

#layout{
    width:960px;
	margin:0 auto;
	height:atuo;
}
#content{
    width:1024px;
	height:auto;
	margin:0 auto;
}
#content #left{
    width:220px;
	height:500px;
	padding:0 20px;
	float:left;
}
#content #left #logo{
	height:322px;
	background:url(../images/index_logo.gif) no-repeat left top;
}
#content #left div.language{
	width:220px;
	height:54px;
	margin:20px 0 0 0;
	text-align:center;
}
#content #left div.language a{
	font-weight:bold;
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	display:block;
	height:54px;
	line-height:58px;
	color:#0066ff;
	overflow:hidden;
	background:url(../images/index_button.gif) no-repeat left top;
	text-decoration:none;
}
#content #left .language a:hover{
	color:#ffffFF;
	background:url(../images/index_button_hover.gif) no-repeat left top;
}

#content #top{
    width:720px;
	height:190px;
	float:left;
	background:url(../images/index_name.gif) no-repeat 32px 100px;
}
#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:left;
	width:720px;
	height:300px;

}
#content #right #description{
	width:630px;
	height:250px;
	margin:20px 60px 0 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:200%;
	overflow:scroll;
	color:#38414B;
	padding:5px 30px 5px 0;
	border:1px solid #D3E3FA;
	overflow-x:hidden;
	white-space:normal;
	word-break:break-all;

}


