@charset "utf-8";
/* CSS Document */

body {
	margin=0;
	padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    min-width:440px;  
}
#list ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

#list{
	float:left;
	margin:0px;
	padding:0px;
	width:40px;
	background-color:#fff;
	
}
#list ul li
{ margin-bottom: 13px; /*spacing between each list link*/
}
#list ul li a{
	
	text-decoration: none;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	color:#aeb4ba;
}

#list ul li a:hover, #list ul li a.selected{
	color:#3f4450;
}
#side{
	float:left;
	width:320px;
	margin-left:47px;
}
#speaker1, #speaker2, #speaker3, #speaker4{
	clear:both;
	
	width:240px;
}
#name1, #name2, #name3, #name4{
	float:left;
	width:167px;
	margin-right:16px; 
}
#photo1, #photo2, #photo3, #photo4{
	float:left;
	width:54px;
	margin-top:8px;
}
#right a:hover, #right a.selected{
	color:#3f4450;
	
}
#right a {
 text-decoration:none;
color:#000000;
}
#right table{
margin-left:5px; 
font-family:"Arial Black", Gadget, sans-serif;
font-size:12px;
color:#3F4450;
}
#p {
    margin:.4em 0 .8em 0;
    padding:0;
	line-height:28px;
}
#big{

float:left;
width:230px;
}
#small{
float:left

}
#l{
float:left;
width:230px;
}
#r{
float:left;
width:90px;
}
.keno {
padding-left:5px;
}