body {
	background: #fff;
	color: #58595b;
	font-size: 12px;
	line-height: 19px;
}
a {
	font-size: 12px;
	color: #f15925;
}
a:hover {
	color: #f15925;
	text-decoration: underline;
}

#container {
	width: 1000px;
	overflow: hidden;
	position: relative;
	margin: auto;
	
}

.Color1 {
	color: #f15a22;
}
/*----- START HEADER ------*/
#header {
	width: 1000px;
	height: 134px;
	position: relative;
	z-index: 2;
}

	#header h1 {
	position: absolute;
	top: 25px;
	left: 28px;
	}
		#header h1 a {
			display: block;
			width: 177px;
			height: 84px;
		}

	/* END TOPMENU */
	

/* START REGISTRATION */	
#registration {
	width: 1000px;
	height: 120px;
	padding: 0 0 20px 0;
	background: url(../images/registration.gif) no-repeat;
	overflow: hidden;
	position: relative;
}
	#registration a.Reg {
	width: 145px;
	height: 40px;
	display: block;
	position: absolute;
	top: 33px;
	left: 406px;
	text-indent: -9999px;
	}
	#registration .DateTime {
		float: left;
		width: 275px;
		padding: 22px 0 0 30px;
		font-size: 14px;
		font-weight: bold;
	}
	
	#registration .Attend {
		float: right;
		width: 410px;
		padding: 10px 0 0 0px;
		color: #fff;
	}
		#registration .Attend a {
			color: #fff;
		}


/* END REGISTRATION */	


/* START INTRODUCTION */

#introduction {
	overflow: hidden;
	background: url(../images/introduction-bg.jpg) no-repeat 0 100px;
	border-bottom: solid 10px #3b393b;
	height: 270px;
	margin: 0 0 20px 0;
}
	#introduction h2 {
		padding: 0 0px 55px 0;
	}
	#introduction .Content {
		padding: 0 30px 0 30px;
		font-size: 14px;
	}
.Viewmore {
	display: block;
	width: 50px;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	float: right;
	text-align: right;
	color: #f15925;
	background: url(../images/icon-arrow.gif) no-repeat 100% 7px;
}
.Viewmore2 {
	display: block;
	width: 35px;
	padding: 0 20px 0 8px;
	float: right;
	color: #f15925;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/icon-arrow2.gif) #fff no-repeat 100% 0px ;
	position: absolute;
	bottom: -7px;
	right: 0;
}

.Close {
	display: block;
	width: 50px;
	padding: 0 10px 0 0;
	margin: 5px 0 0 0;
	float: right;
	text-align: right;
	color: #f15925;
	background: url(../images/icon-arrow3.gif) no-repeat 100% 7px;
}

.Close2 {
	display: block;
	width: 35px;
	padding: 0 20px 0 8px;
	float: right;
	color: #f15925;
	font-weight: bold;
	font-size: 14px;
	background: url(../images/icon-arrow4.gif) #fff no-repeat 100% 0px ;
	position: absolute;
	bottom: -7px;
	right: 0;
}

#introduction p {
	padding: 0 0 20px 0;
}
/* END INTRODUCTION */

/* START CONFERENCE */

#conference {
	overflow: hidden;
	height: 360px;
	margin: 0 0 20px 0;
}
	#conference h2 {
		padding: 0 0px 25px 0;
	}
	#conference .Content {
		padding: 0 30px 0 30px;
		font-size: 14px;
	}

	#conference ul {
		width: 100%;
		overflow: hidden;
		padding: 65px 0 0 0;
		background: url(../images/conference-bg.gif) no-repeat ;
	}
	#conference ul li {
		float: left;
		width: 205px;
		padding: 0 20px 0 20px;
	}	
/* END CONFERENCE */

/* START SPEAKERS */
#speakers {
	height: 860px;
	margin: 0 0 25px 0;
	background: url(../images/viewmore-line.gif) repeat-x bottom;
	position: relative;
}
	#speakers h2 {
		padding: 0 0px 25px 0;
	}
	#speakers ul {
		width: 100%;
		overflow: hidden;
		padding: 0 0 20px 0;
		
	}
	#speakers ul li {
		float: left;
		width: 307px;
		padding: 0 39px 0 0px;
		overflow: hidden;
	}	
	#speakers ul li.Last {
		padding: 0;	
	}
	
	#speakers ul li .People {
		height: 210px;
		padding: 15px 15px 0 15px;
		background: #404041;
		color: #fff;
		overflow: hidden;
	}
	#speakers ul li .People a.Slideshow {
		clear: both;
		color: #F15925;
		display: block;
		padding: 5px 0 0 0;
	}
	
	#speakers ul li .People p {
		padding: 0 0 7px 0;
	}
	#speakers ul li img {
		float: left;
		margin: 0 13px 0 0;
	}
	#speakers ul li .Content {
		padding: 15px;
	}
	#speakers ul li .Content p {
		padding: 0 0 10px 0;
	}
	
	
/* END SPEAKERS */

#nhanTin {
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 20px;
}
.RegForm {
	padding: 20px 0;
	text-align: center;
	font-size: 28px;
}
/*----- END HEADER ------*/	

#footer {
	clear: both;
	width: 1000px;
	padding: 25px 0;
	text-align: center;
	border-top: solid 1px #000;
}

		a.Top {
			display: block;
			width: 55px;
			padding: 15px 0 0 25px;
			background: url(../images/icon-top.gif) no-repeat left 18px;
			float: right;
			color: #000;
		}
		a.Top:hover {
			color: #39c0dd;
		}
