#container {
width:95%;
margin: 10px;
border: 1px solid #003366;
background-color:#FFFFFF;
}

#speakers_table_left{
	border-color:#003366;
	border-width:1px;
	width:361px;
	float:left;
	margin-left:10px;
	margin-bottom:auto;
	margin-top:10px;
}
#speakers_table_right{
	border-color:#003366;
	border-width:1px;
	width:361px;
	margin-left:400px;
	margin-bottom:auto;
	margin-top:10px;
}
.meet_talent {
background-color:#003366;
background-image:url(images/talent_banner.png);
background-repeat:no-repeat;
background-position:center;
height:35px;
width:100%;
}
.speaker_head {
	background-color: #AEAEFF;
	height:35px;
	width:361px;
	background-image: url(images/speaker_headbg.png);
	padding-top: 0px;
	background-repeat: no-repeat;
	border: 1px solid #003366;
	text-align:left;
}
.speaker_main {
background-color:#FFFFFF;
padding: 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
vertical-align:top;
width:361px;
}
.speaker_photo {
border-color:#333333;
border-width:1px;
margin:2px;
margin-right: 4px;
float:left;
}