@import url("font.css");

.wrapp_event{
font:bold 0.8em Verdana,sans-serif;
text-align:justify;
width:750px;
margin: 10px auto 15px auto;
padding: 10px;
clear:both;
border: 1px dashed #f0c;
}
.event_sep{
border-bottom: 2px dashed #f0c;

margin: 10px auto;
width:790px;
}

.wrapp_event .txt_event{
clear:both;
}

.ll .txt_event{
width:570px;
float:left;
display:inline;
text-align:left;
}
.rr .txt_event{
width:570px;
float:right;
display:inline;
text-align:left;
}

.rr img{
float:left;
display:inline;
width:150px;
}
.ll img{
float:right;
display:inline;
width:150px;
}

.wrapp_event h3{
font:bold italic 2.3em "GazelleFLFRegular", cursive, sans-serif;
padding:0;
margin:3px 0 10px 0;
color:#f0c;
}
.wrapp_event p{
padding:0;
margin:0;
}
.wrapp_event p a{
font-size:80%;
color: #ff0;
}


