div#header
{
	margin-bottom: 40px;
}

div#sidebar
{
	float: left;
	width: 150px;
	margin-right: 10px;
}

div#content
{
	float: right;
	width: 682px;
	padding-left: 10px;
	background-image: url("../images/divider-vertical.png");
	background-repeat: repeat-y;
}

p, li.last, div
{
	margin-bottom: 16px;
}

p:last-child
{
	margin-bottom: 0px;
}

h3
{
	text-transform: uppercase;
	font-weight: bold;
}

h4
{
	font-weight: bold;
}

li
{
	list-style-position: inside;
}
