div.twoColumnLayout {
	width: 590px;
}

div.twoColumnLayout .rightColumn {
	float: right;
	width: 184px;
}

div.twoColumnLayout .leftColumn {
	float: left;
	width: 405px;
	border-right: 1px #f90 dotted;
}

div.twoColumnLayout p {
	margin: 10px;
}

div.twoColumnLayout h1, div.twoColumnLayout h2, div.twoColumnLayout h3 {
	text-align: left;
}

div.twoColumnLayout h1 {
	font-size: 1.6em;
}

div.twoColumnLayout h2 {
	font-size: 1.4em;
}

div.twoColumnLayout h3 {
	font-size: 1.2em;
}

