

body {
	counter-reset:section;
}

div#col2 {
	background-image: url(../images/backgrounds/bg_04_b.jpg);
}

div.left h2 {
	counter-reset:section;
	background-color: #acc6d4;
	color: #202083;
	width: 66%;
	padding: .5em;
}

h2 {
	counter-reset:subsection;
}

div.left h2:before, h2.nocounter:before {
	counter-reset:section;
	counter-increment:section;
	content: "";
}

h3:before {
	counter-increment:section;
	content: counter(section) ". ";
}


div.left {
	float: left;
	width: 50%;
}

div.left h2 + ul  {
	list-style-type: none;
}

div.left h2 + ul li:before  {
	content: "\21d2" " ";
}

div.left h2 + ul li  {
	margin-left: 1.5em;
}