/********WORD BUBBLES*********/
.wordbubble{
width:506px;
height:auto;
margin-left:8px;
margin-bottom:10px;
}
.bubble_top{
background-image:url(wordbubbles/bubble_top.gif);
background-repeat:no-repeat;
height:25px;
}
.bubble_middle{
background-image:url(wordbubbles/bubble_middle.gif);
background-repeat:repeat-y;
height:auto;
}
.bubble_bottom{
background-image:url(wordbubbles/bubble_bottom.gif);
background-repeat:no-repeat;
height:39px;
}
#content .bubble_middle p{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
margin:0;
padding:0 10px 10px 15px;
}
/********END WORD BUBBLES*********/
