
div.pic_container
{
	float: left;
	width: 200px;
}

div.text_container
{
	float: right;
	width: 560px;
	/* _width: 540px; IE6 Hack*/
}

.text_container h1
{
	border-bottom: solid 1px #900;
}

ul
{
	list-style: square;
}

li
{
	margin-top: 0px;
	margin-bottom: 0px;
}