html{
	margin: 0px;
}


body{
	margin: 0px auto;
	padding: 0px;	
	background-color: #e8e8e8;
}


.clear{
	clear: both;
}

.a{
	text-decoration: none;
}
/********************************/

#main{
	width: 1000px;
	margin: 0px auto;
	background-color: #e8e8e8;
	background-image:url(images/main_bg.jpg);
	background-repeat: repeat-y;

	font-size: 12px;
	color: #616161;
	/*border: 1px solid #FF0000;*/
}

#header{
	width: 800px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/header_right_bg.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

#top{
	width: 800px;
	margin: 0px auto;	
}

#menu{
	width: 180px;
	height: 260px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid #c8c6c6;*/
	float: left;
}

#big_banner{
	width: 620px;
	height: 260px;
	/*border: 1px solid #c8c6c6;*/
	background-image: url(images/big_banner.jpg);
	background-repeat: no-repat;
	float: left;
}

#content_body{ 					/******include the 3 left_photo*****/
	width: 800px;
	background-color:#FFFFFF;
	margin: 0px auto;
}

#left_photo{
	margin: 0px auto;
	width: 180px;
	height: 480px;
	
	/*border: 1px solid #c8C6c6;*/
	background-image: url(images/left_photo.jpg);
	background-repeat: no-repeat;
	
	float: left;
}

#content{
	width: 615px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #616161;
	line-height: 14px;
	float: left;
}

.title_bg{
	height: 40px;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 10px; 
	
	
	color: #4144a2;
	
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
}

#footer{
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background-image: url(images/footer_bg.jpg);
	backgrond-repeat: repeat-y;
	text-align: right;
		
	color: #FFFFFF;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.txt_gray{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #616161;
}

.txt_title_blue{
	font-size: 13px;
	font-weight: bold;
	color: #3e44ff;
	
	line-height: 15px;
}
.txt_title_blue2{
	font-size: 13px;
	color: #9FA2FF;
	
	line-height: 15px;
}
.form_title_blue{
	font-size: 11px;
	font-weight: bold;
	color: #3e44ff;
	
	line-height: 13px;
}
.txt_title_deep_blue{
	font-size: 13px;
	font-weight: bold;
	color:#0567C9;
	
	line-height: 15px;
}

.txt_white{
	font-size: 12px;
	color: #FFFFFF;
	
	line-height: 15px;
}

.txt_small{
	font-size: 10px;
	color: #616161;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 11px;
}
.register_form{
	font-size: 11px;
	line-height: 13px;
	color: #444444;
	width: 250px;
}

.abstract_form{
	font-size: 11px;
	line-height: 13px;
	color: #444444;
}

.abstract_form_long{
	font-size: 11px;
	line-height: 13px;
	color: #444444;
	
}

