DIV#content {
	background:#F6F3EB;
}
DIV#content H1 {
	background:#222;
	padding:5px;
	font-size:200%;
	color:#eee;
}
DIV#content UL {
	list-style-type:none;
	padding:10px;
}
	DIV#content UL LI {
		padding-bottom:10px;
	}
		DIV#content UL LI STRONG {
			width:150px;
			display:block;
			float:left;
		}
