/*//////////////////////////////*/

/*/ venues /*/

/*//////////////////////////////*/
#venues{
overflow:hidden;
}
/*/
#venues ul{
margin:0 0 5px 0;
padding:10px 10px 5px 10px;
background:#333;
list-style-type:none;
}
#venues ul li{
line-height:18px;
margin:0 0 5px 0;
font-size:120%;
}
#venues ul li a{
color:#FFF;
text-decoration:none;
}
#venues ul li a:hover{
text-decoration:underline;
}
#venues ul li span{
margin:-18px 0 0 0;
color:#FC0;
float:right;
}
/*/
#venues ul{
margin:0 0 5px 0;
list-style-type:none;
}
#venues ul li{
height:30px;
border-top:1px solid #444;
border-bottom:1px solid #222;
font-size:120%;
}
#venues ul li a{
height:30px;
line-height:30px;
padding:0 10px;
background:#333;
color:#FFF;
text-decoration:none;
display:block;
}
#venues ul li.alt a{
background:#333;
}
#venues ul li a:hover{
background:#444;
}
#venues ul li span{
height:30px;
line-height:30px;
margin:-30px 10px 0 0;
color:#FC0;
font-weight:bold;
float:right;
} 
/*//////////////////////////////*/
/*/ column1 /*/
/*//////////////////////////////*/
#column1{
width:280px;
margin:0 10px 0 0;
float:left;
}
/*//////////////////////////////*/
/*/ column2 /*/
/*//////////////////////////////*/
#column2{
width:280px;
float:left;
}