#ke_content{
	float:left;
	width:725px;
}

/*
navigation
*/
.con_menu{
	float:left;
	width:725px;
}

.con_menu ul{
	margin: 0;
	padding: 0;
	background:url(../images/nav_bg.gif) repeat-x bottom #FFFFFF;
	padding-top:20px;
	padding-left:0; /*offset of tabs relative to browser left edge*/
	list-style-type: none;
	float:right;
	width:725px;
}

.con_menu li{
	display: inline;
	margin: 0;
}

.con_menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 14px; /*padding inside each tab*/
color: #878686;
}

.con_menu li a:visited{
color: #878686;
}

.con_menu li a:hover, .nav li.selected a{
color:#307dd3;
/*
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

#conference_wrapper{
	float:left;
	background:url(../images/conference_body.gif) center bottom no-repeat;
	border-top:#999999;
	width:725px;
}
#conference_body{
	float:left;
	min-height:400px;
	width:725;
}
#conference_body h1,#conference_body h2,#conference_body h3,#conference_body h4{
	font-size:14px;
	color:#666666;
	padding-bottom:6px;
	padding-top:10px;
}
#conference_header-original{
	float:right;
	background:url(../images/2009_header.jpg) no-repeat center center;
	height:153px;
	width:725px;
}
#conference_header{
	float:right;
	background:url(../images/KCO-Europe-Banner.jpg) no-repeat center center;
	height:90px;
	width:725px;
}

#conference_left{
	float:left;
	padding:0 10px 0 18px;
	width:500px;
}
#conference_left p{
	line-height:18px;
	color:#666666;
	padding-bottom:9px;
}

#conference_left ul{ list-style-image:url(../images/conference_bullet.gif); padding-left:15px; margin-left:25px;}
#conference_left li{ color:#307dd3; font-size:11pt; font-weight:bold; text-transform:lowercase; padding-bottom:10px;}
#conference_left li p{ color:#666666; font-size:8pt; font-weight:normal; text-transform:none; padding:2px 0 2px 0; margin:0;}

#conference_spacer{
	float:left;
	background:url(../images/conference_body.gif) bottom right no-repeat;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:4px;
}
#conference_right{
	float:left;
	padding:0 10px 0 10px;
	width:170px;
}
#conference_right p{
	color:#999999;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}


#right{float:right; margin:0 0 0 10px; padding:0; width:220px;}
#right p{
	margin:0;
	padding:10px 0;
	line-height:16pt;
	color:#666666;
}
#right #rotate{
	border:solid 1px #999999;
	border-top:0;
	width:219px;
}


#right #news{
	background:url(../images/tab_inside_bg.gif) bottom center no-repeat #FFFFFF;
	float:right;
	margin-top:30px;
	padding:0;
	width:221px;
}
#right #news .news_articles{
	clear:both;
	border-top:solid 1px #999999;
	padding:14px;
	padding-right:20px;
	text-align:left;
}
#right #news .article{ padding-bottom:20px;}
#right #news .article p{
	line-height:24px;
	padding:0;
}
#right #news .article p.title{ font-weight:bold; color:#666666;}
