@charset "UTF-8";
/* CSS Document */
body {
	margin:0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.headerR1 {
	height:27px; 
	background-color:#6B7C9C; 
	display:block; 
	width:100%; 
	/*border-bottom:1px solid #333333;*/
}
.headerR2 {
	background-color:#FFFFFF; 
	height:73px; 
	margin-left:auto;
	margin-right:auto;
	width:1008px;
	text-align:left;
}
.headerR2 h1{
	width:1000px; 
	margin:0 auto; 
	font-size:36px; 
	font-weight:bold; 
	padding:10px 0 0px 0; 
	color:#666666;
}
.headerR2 #box {
	width:1008px; 
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.headerR2 #logo{
	/*position:relative; 
	left:50%;*/ 
	/*margin:10px 0 0 -490px; left:50%;*/
	border-style:none;
	position:relative; 
	margin:4px 0 0 0; 
	float:left; 
	z-index:1;
}
.headerR2 #rightSlogan{
	float:right; 
	margin-top:19px; 
	width:617px; 
	height:46px; 
	background:url(images/2days_12experts_33Tools.jpg) no-repeat; 
	display:block;
}
	
#bar{
	width:956px; 
	height:30px; 
	background-color:/*#8a806a*/#6B7C9C; 
	display:block; 
	margin:0 auto 20px auto;
}

#tabletop{
	background:url(images/border-top.jpg) no-repeat;
	width:815px;
	height:11px;
	top:-10px;
	position:relative;
	left:-1px;
}
#tablebottom{
	background:url(images/border-bottom.jpg) no-repeat;
	margin-bottom:10px;
	padding-bottom:3px;
	width:815px;
	height:14px;
}
#table1{
	background:url(images/border-center.jpg);
	border:none;
	border-color:#E4E3E1;
	width:815px;
	position:relative;
	margin-top:20px;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:block;
}