@charset "utf-8";
/* CSS Document */
body
	{
		margin:0px;
		padding:0px;
		background-color:#00abc0;
	}
.top_main
	{
		background-color:#2a2a2a;
	}
.wrap
	{
		width:959px;
		margin:auto;
	}
.form
	{
		width:959px;
		height:288px;
	}
.form_field
	{
		width:320px;
		margin-left:260px;
		padding-top:65px;
	}
.form_field input
	{
		width:300px;
		height:25px;
		margin-left:10px;
	}
.body_content
	{
		width:959px;
		margin:auto;
	}
.do_you_know_left
	{
		float:left;
	}
.do_you_know_left img
	{
		margin-left:25px;
	}
.conference_right
	{
		float:right;
	}
.cle
	{
		clear:both;
	}
.conference_box
	{
		width:540px;
		height:226px;
	}
.conference_heading
	{
		font-family:Times New Roman;
		font-size:26px;
		color:#238bbc;
		text-align:center;
		font-weight:bold;
		padding-top:10px;
	}
.conference_heading span
	{
		color:#064563;
	}
.conference_text
	{
		font-family:Tahoma;
		font-size:15px;
		letter-spacing:1px;
		line-height:20px;
		text-align:center;
		padding:20px 25px 0px 10px;
	}
.left_text
	{
		width:946px;
		height:431px;
		margin-left:12px;
	}
.lefttext
	{
		font-family:Tahoma;
		font-size:15px;
		letter-spacing:1px;
		width:550px;
		padding-top:45px;
		padding-left:20px;
		color:#FFF;
	}
.righttext
	{
		width:959px;
		height:385px;
		margin-bottom:20px;
		padding-top:30px;
	}
.righttext_img
	{
		width:920px;
		height:355px;
		background-color:#505050;
		border-radius:10px 10px 10px 10px;
		margin:auto;
	}
.rit_pic
	{
		float:left;
	}
.rit_text
	{
		float:right;
		font-family:Tahoma;
		font-size:15px;
		color:#FFF;
		width:550px;
		line-height:19px;
		letter-spacing:1px;
		padding-top:20px;
		padding-right:20px;
	}
	
.footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	padding-top:7px;
}