<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style type="text/css">
div#entry {
width: 500px;
border: 1px solid #c9c9c9;
margin: 5px;
}
div#entryheader{
position: relative;
padding:5px;
}
div#entry img{
float: left;
padding: 2px;
border: solid 1px #a7a09a;
}
</style> <title>Test</title>
</head>
<body>
<div id="entry">
<div id="entryheader">
Improve Education for our Children
</div>
<div id="entrybody">
<img width="165px" height="204px" src="http://example.com/165x204_image.png"/>
<div id="imgtext">
<p>
I believe that every child deserves a high quality education. To
ensure a high quality education we need to:
</p>
<p>
<ul>
<li>Adequately and equitably distribute chapter 70 school aid</li>
<li>Reform charter school financing</li>
<li>Fully fund special education circuit breaker</li>
</ul>
</p>
</div>
</div>
</div>
</body>
</html>