Site icon Hip-Hop Website Design and Development

Widget without DIV wrapper

Whenever I add a text widget it adds a div around the content I add. E.g.

<div class="textwidget">
   <my content>
</div>

which messes up the formatting of some of my content.

Is there a way to NOT have the surrounding div?
i.e. a widget that just outputs without any surrounding divs?