
/* ----- Containers/columns -----*/
.container h1 {
	padding: 10px 10px 5px 10px;
}
.container-content {
	padding: 10px;
}
.container-content p, .container-content ul, .container-content strong {
	margin: 0 1em 1em 0;
}
.container-content li {
	margin-left: 2em;
}
.single-width {
	width: 300px;
}
.double-width {
	width: 600px;
}
.left-column {
}
.right-column {
	float: right;
}
.yellow {
	background: #fcf5dc url(/layout/images/yellow300-bottom.png) bottom left no-repeat;
}
.yellow h1 {
	color: #f2d254;
	background: #fcf5dc url(/layout/images/yellow300-top.png) top left no-repeat;
}
.purple {
	background: #f3e5ff url(/layout/images/purple600-bottom.png) bottom left no-repeat;
}
.purple h1 {
	color: #43365d;
	background: #f3e5ff url(/layout/images/purple600-top.png) top left no-repeat;
}
.start-next-row {
	clear: right;
	font-size: 1px;
}

/* ----- Tags ----- */

dt {
	display: inline;
	float: left;
	clear: left;
	width: 5em;
	margin-left: 1em;
}

dd {
	margin-left: 6em;
}